Date: Thu, 30 Mar 2000 22:37:11 -0800 From: "William R. Somsky" <wrsomsky@halcyon.com> To: Kris Kennaway <kris@FreeBSD.ORG> Cc: robert bowen <robert@braingarage.com>, freebsd-stable@FreeBSD.ORG Subject: Re: What else to remove after 4.0 upgrade Message-ID: <20000330223711.A301@gramarye.halcyon.com> In-Reply-To: <Pine.BSF.4.21.0003231534310.33462-100000@freefall.freebsd.org>; from kris@FreeBSD.ORG on Thu, Mar 23, 2000 at 03:36:34PM -0800 References: <200003232221.OAA03748@smartie.braingarage.com> <Pine.BSF.4.21.0003231534310.33462-100000@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 23, 2000 at 03:36:34PM -0800, Kris Kennaway wrote: > On Thu, 23 Mar 2000, robert bowen wrote: > > > Are there any binary files that have changed location or > > gone away since 3.4-R? I saw the post on "cruft" but I > > am worried that after a binary 4.0R upgrade there will > > be some "leftovers" in /bin or /usr/bin that are not > > overwritten by the new release (because they are not > > included or changed in location) > > find / -ctime +<#foo> -ls > > where <#foo> is greater than the number of days since you installed 4.0-R > but less than the time since your previous 3.4-R build. I often do: ref=/export/FreeBSD/$date ; mkdir -p $ref echo -n " @@@@@ Reference start: " ; date "+%y-%m-%d %H:%M:%S" (cd $src/etc && make DESTDIR=$ref distrib-dirs distribution ) (cd $src/. && make DESTDIR=$ref installworld) echo -n " @@@@@ Reference done: " ; date "+%y-%m-%d %H:%M:%S" along w/ the normal "make installworld" so that I can compare what I have in all my directories w/ the pristine version in $ref I don't bother to check this each time I make world, but do across major version changes, and occasionally across minor version changes. ________________________________________________________________________ William R. Somsky wrsomsky@halcyon.com Physicist, Baritone, Guitarist http://www.halcyon.com/wrsomsky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000330223711.A301>