At 09:23 22/06/2004, Stephan van Beerschoten wrote: >Is there a 'best practice' for getting rid of leftover 'old stuff': libs >binaries and files as well as (just for example) any updated perl or any >old doc files? It's not an ideal solution, but at least for releases fetch -o - http://update.daemonology.net/${VERSION}/md5all | cut -f 1 -d '$' | uniq will give you a list of all the files which belong in the base system. Combine that with the output of `pkg_info -aqL`, and you'll have a fairly complete list of what belongs on the system. Colin PercivalReceived on Tue Jun 22 2004 - 06:45:09 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:58 UTC