Subject: Re: Problems make build (libamu or ufsmount ?)
To: Andrew Gillham <gillham@vaultron.com>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: current-users
Date: 03/29/2001 20:11:29
On Thu, Mar 29, 2001 at 10:04:29AM -0800, Andrew Gillham wrote:
> You can always do something like:
> cd /usr
> find doc src pkgsrc xsrc | sort > /tmp/all.files
> cat /usr/sup/current/last.* | sort > /tmp/sup.files
> cd /tmp
> comm -23 all.files sup.files > files_to_delete
> comm -23 sup.files all.files > files_missing
> 
> I have a script to do this, but it is not available at the moment.

Yes, this should work too. Didn't think at this solution :)
You can also get a ls -lR of the ftp server :)

--
Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
--