| Summary: | /usr/src/UPDATING incorrectly states the path in a cd command | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Russell Francis <rf358197> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Russell Francis
2004-04-10 13:50:09 UTC
State Changed From-To: open->closed Slightly modified patch committed. Thanks! On Sat, Apr 10, 2004 at 05:49:03AM -0700, Russell Francis wrote: > In the /usr/src/UPDATING file, the instructions for rebuilding the kernel when you know it won't mess anything up list a step > > cd ../../compile/KERNEL > > which should really be > > cd ../compile/KERNEL > >How-To-Repeat: > > >Fix: > --- /usr/src/UPDATING Sun Apr 4 21:51:58 2004 > +++ UPDATING Sat Apr 10 07:46:41 2004 > @@ -1346,7 +1346,7 @@ > -------------------------------------------------------------- > cd src/sys/{i386,alpha}/conf > config KERNEL_NAME_HERE > - cd ../../compile/KERNEL_NAME_HERE > + cd ../compile/KERNEL_NAME_HERE > make depend > make > make install Thanks, that was the pathname for 4.X and it looks like it never got changed. I added a little bit more text above this to bring it a little into line with what's available in 5.X. -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | |