From owner-freebsd-questions@FreeBSD.ORG Fri Feb 1 12:41:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D73B16A419 for ; Fri, 1 Feb 2008 12:41:50 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.freebsd.org (Postfix) with ESMTP id 52BDA13C448 for ; Fri, 1 Feb 2008 12:41:50 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id i29so1023795wxd.7 for ; Fri, 01 Feb 2008 04:41:49 -0800 (PST) Received: by 10.150.149.19 with SMTP id w19mr1293055ybd.52.1201869709768; Fri, 01 Feb 2008 04:41:49 -0800 (PST) Received: from scorpio ( [67.189.206.211]) by mx.google.com with ESMTPS id u14sm14731843gvf.1.2008.02.01.04.41.47 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 01 Feb 2008 04:41:49 -0800 (PST) Date: Fri, 1 Feb 2008 07:41:24 -0500 From: Gerard To: freebsd-questions@freebsd.org Message-ID: <20080201074124.53afe5e3@scorpio> In-Reply-To: <20080131195749.0b6f551d@makeworld.com> References: <1201823233.15358.40.camel@Caffiend.org> <20080131195749.0b6f551d@makeworld.com> Organization: seibercom.net X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.7; i386-portbld-freebsd6.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q User-Agent: Claws Mail 3.0.2 (GTK+ 2.12.3; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/hxkvtcRl=YbUS4v27PK=a6u"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Re: CVSup update or upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2008 12:41:50 -0000 --Sig_/hxkvtcRl=YbUS4v27PK=a6u Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 31 Jan 2008 19:57:49 -0600 Chris wrote: > Assuming you went from 6.3-RELEASE to 6.3-STABLE and also assuming you > do not have customization in /etc - here's what I do... >=20 > After a cvsup of the src tree (ensuring I want the STABLE branch > (*default release=3Dcvs tag=3DRELENG_6)=20 >=20 > # cd /usr/src > # make buildworld > # make buildkernel KERNCONF=3DGENERIC (Assuming you use GENERIC) > # make installkernel KERNCONF=3DGENERIC (Assuming you use GENERIC) > # shutdown -r now (no need for Single-User Mode if YOU are the only > user) You can just type: "shutdown now" to go into single user mode. It avoids the reboot sequence. > # cd /usr/src > # make installworld I prefer to use the following after "make installworld" mergemaster -i -v -U Read the man pages for mergemaster for further details. > # shutdown -r now After rebooting, you might want to cd to the /usr/src directory and run: "make delete-old-libs" to clear out any garbage. It is not actually required however. --=20 Gerard gerard@seibercom.net In the long run we are all dead. John Maynard Keynes --Sig_/hxkvtcRl=YbUS4v27PK=a6u Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEARECAAYFAkejE3UACgkQ6DWTaTcTwMn0zwCeKJyH+mFqz+QdGHwh8NwRaM2t YuAAn3CcSg5Ja0EOL3SgBPtSVoN2Vtqs =M6qd -----END PGP SIGNATURE----- --Sig_/hxkvtcRl=YbUS4v27PK=a6u--