From owner-freebsd-stable Wed Aug 2 10:38:16 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id BF75737C162 for ; Wed, 2 Aug 2000 10:38:10 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id LAA64935; Wed, 2 Aug 2000 11:38:03 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id LAA92698; Wed, 2 Aug 2000 11:37:44 -0600 (MDT) Message-Id: <200008021737.LAA92698@harmony.village.org> To: Siegbert Baude Subject: Re: Suggestion for change of /usr/src/UPDATING (was: Re: HEADS UP! Always use the 'make buildkernel' target to make yer kernels) Cc: "Corey G." , freebsd-stable@FreeBSD.ORG In-reply-to: Your message of "Wed, 02 Aug 2000 04:39:09 +0200." <398789CD.2DADAB33@gmx.de> References: <398789CD.2DADAB33@gmx.de> <20000731030044.A17511@flashcom.net> <4.3.2.20000709232757.00b1e6a0@207.227.119.2> <200008012102.PAA86077@harmony.village.org> Date: Wed, 02 Aug 2000 11:37:44 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <398789CD.2DADAB33@gmx.de> Siegbert Baude writes: : And I think there is one line in "To update from 3.x to 4.0 stable", : which isn't correct (don't know exactly, as I never did this). Watch the : line marked with --> <-- : : : To update from 3.x to 4.0 stable : -------------------------------- : [3] : cd /usr/src : [2] : make buildworld : : cd /usr/src/sys/modules : make install : cd /usr/src/sbin/mknod : make install : [1] : --> reboot <-- : : cd /usr/src : cd gnu/usr.bin/texinfo/install-info : make install : cd ../../../.. : make installworld [5] : mergemaster [4] : reboot : : : : : This line should be "shutdown now", isn't it? Any further suggestions to : make life of Warner easier? No. It should be "reboot" since that's the simplest thing. "shutdown now" doesn't cause the machine to reboot, but merely causes the processor to halt. It is the same thing as "halt," unless you have users on the machine, in which case they will get a nice message before the machine dies.... I'll take a look the rest of what you sent. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message