Bug 17639

Summary: FreeBSD 4.0 /usr/src/UPDATING missing information
Product: Base System Reporter: pieterw <pieterw>
Component: i386Assignee: Warner Losh <imp>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   

Description pieterw 2000-03-28 14:00:01 UTC
In /usr/src/UPDATING, as cvsupped recently, the line marked with }}{{ 
is missing:
        chflags noschg /kernel
        mv /kernel /kernel.old
}}}	chflags noschg YOUR_KERNEL_HERE {{{
        mv /YOUR_KERNEL_HERE /kernel
        chflags schg /kernel

When upgrading from 3.4-STABLE to 4.0 I saw the chflags-command is
needed for moving the build kernel.

Fix: 

Add the mentioned line to /usr/src/UPDATING in RELENG_4.
How-To-Repeat: Upgrade a machine from 3.4 to 4.0, try to move the kernel without
chflagging :)
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-03-28 14:19:27 UTC
Responsible Changed
From-To: freebsd-bugs->imp

Warner will be interested in this one. 
Comment 2 Steve Price freebsd_committer freebsd_triage 2000-04-18 16:05:20 UTC
State Changed
From-To: open->closed

Originator says this problem has been fixed and wishes this PR to be closed.