From owner-freebsd-doc@FreeBSD.ORG Sat Apr 10 20:40:21 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 728EA16A4CE for ; Sat, 10 Apr 2004 20:40:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF4A43D54 for ; Sat, 10 Apr 2004 20:40:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i3B3eLbv049914 for ; Sat, 10 Apr 2004 20:40:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3B3eLoF049913; Sat, 10 Apr 2004 20:40:21 -0700 (PDT) (envelope-from gnats) Date: Sat, 10 Apr 2004 20:40:21 -0700 (PDT) Message-Id: <200404110340.i3B3eLoF049913@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Ken Smith Subject: Re: docs/65397: /usr/src/UPDATING incorrectly states the path in a cd command X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ken Smith List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2004 03:40:21 -0000 The following reply was made to PR docs/65397; it has been noted by GNATS. From: Ken Smith To: Russell Francis 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 |