Subject: Re: DEC uses NetBSD
To: Kevin P. Neal <kpneal@pobox.com>
From: Bill Sommerfeld <sommerfeld@orchard.east-arlington.ma.us>
List: current-users
Date: 03/20/1997 22:32:07
> Have the "install" program make a log in /var/somewhere that logs what all
> it installs.

Unfortunately, not all packages install using the `install' program.
for example, emacs uses tar to install the lisp libraries.

The "traceinstall" perl script I posted here today post-processes a
ktrace of a make install to find all files created during an install
run; this is much more likely to be complete...

					- Bill