Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2000 10:47:52 +1000
From:      Peter Jeremy <peter.jeremy@alcatel.com.au>
To:        Dominik Brettnacher <domi@saargate.de>
Cc:        stable@FreeBSD.ORG
Subject:   Re: removed files
Message-ID:  <00Apr29.104753est.115210@border.alcanet.com.au>
In-Reply-To: <Pine.BSF.4.21.0004251547250.2541-100000@localhost>; from domi@saargate.de on Tue, Apr 25, 2000 at 11:57:17PM %2B1000
References:  <Pine.BSF.4.21.0004251547250.2541-100000@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 25, 2000 at 11:57:17PM +1000, Dominik Brettnacher wrote:
>is there a list available that contains all files/programs which were
>removed from FreeBSD?

AFAIK, there isn't in this form.  You could go through the CVS commit
logs looking at what was deleted, but that is probably fairly time
consuming.

One alternative is "find -x / /usr /var -mtime +N", where N is the
number of days since your last installworld.  This falls down in
/usr/include (where identical files are not updated).

Another option (if you've got a recent CD-ROM) is to mount the live
filesystem and compare the contents:
  find -x / /usr /var | sort -o /tmp/myfiles
  find /cdrom | sort -o /tmp/newfiles
  diff /tmp/myfiles /tmp/newfiles

Peter


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?00Apr29.104753est.115210>