On Friday 15 August 2008 14:36:58 Dale wrote:

> Somewhat still on the same subject since I am still cleaning.  Anyway to
> clean out unneeded files in /etc?  I'm thinking about files that may be
> there but the programs are no longer installed.  I read the man page for
> dep but didn't see anything.  Dang thing does a lot tho.

You could use the very long way round, something based on this:

find /etc/ -type f -exec equery belongs {} \;

then leave it alone for an hour or three


-- 
alan dot mckinnon at gmail dot com

Reply via email to