Grant <[EMAIL PROTECTED]> writes: > A while ago I posted a question to this list asking how to be sure > updated software has taken effect on your machine. Gentoo makes it > easy to install updated software, but what about being sure the newly > updated software is actually running in place of the old version? The > concensus seemed to be that there are really only two ways to do this:
A third way. Run (as root) lsof | grep -i del This will allow you to see which applications are using deleted files (ie those that have been replaced). Then you just have to restart the applications concerned. -- [email protected] mailing list

