Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Apr 2004 05:49:03 -0700 (PDT)
From:      Russell Francis <rf358197@ohio.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/65397: /usr/src/UPDATING incorrectly states the path in a cd command
Message-ID:  <200404101249.i3ACn33l093920@www.freebsd.org>
Resent-Message-ID: <200404101250.i3ACo9RV056172@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404101249.i3ACn33l093920>