From nobody@FreeBSD.org  Sat Apr 10 05:49:04 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 19D2316A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 10 Apr 2004 05:49:04 -0700 (PDT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 175F843D41
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 10 Apr 2004 05:49:04 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i3ACn372093921
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 10 Apr 2004 05:49:03 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.10/8.12.10/Submit) id i3ACn33l093920;
	Sat, 10 Apr 2004 05:49:03 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200404101249.i3ACn33l093920@www.freebsd.org>
Date: Sat, 10 Apr 2004 05:49:03 -0700 (PDT)
From: Russell Francis <rf358197@ohio.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: /usr/src/UPDATING incorrectly states the path in a cd command
X-Send-Pr-Version: www-2.3

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 10 05:50:09 PDT 2004
>Closed-Date:    Sat Apr 10 20:31:44 PDT 2004
>Last-Modified:  Sat Apr 10 20:40:19 PDT 2004
>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:
State-Changed-From-To: open->closed 
State-Changed-By: kensmith 
State-Changed-When: Sat Apr 10 20:30:39 PDT 2004 
State-Changed-Why:  
Slightly modified patch committed.  Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=65397 

From: Ken Smith <kensmith@cse.Buffalo.EDU>
To: Russell Francis <rf358197@ohio.edu>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: docs/65397: /usr/src/UPDATING incorrectly states the path in a cd command
Date: Sat, 10 Apr 2004 23:33:22 -0400

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