docs/65397: /usr/src/UPDATING incorrectly states the path in a cd command

Russell Francis rf358197 at ohio.edu
Sat Apr 10 12:50:09 UTC 2004


>Number:         65397
>Category:       docs
>Synopsis:       /usr/src/UPDATING incorrectly states the path in a cd command
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 10 05:50:09 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Russell Francis
>Release:        5.2.1
>Organization:
>Environment:
FreeBSD zoidberg 5.2.1-RELEASE-p4 FreeBSD 5.2.1-RELEASE-p4 #0
>Description:
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	
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list