> Package managers have helped the situation but they are
> useless once one starts to upgrade one's system with updated programs
> compiled from its source.
>
For the systems I manage I just refuse to install packages out of
the control of the package manager. If a program is not available in
packaged form, well, building RPM .spec files is not too difficult ;-) You
have to configure/compile/install the software anyway, keeping track of this
process through RPM is a Good Thing (tm).
> I figure the best way the start to aliviate this
> situation would be to be able to monitor the create of new files,
> installation of files, and the modification of old files.
>
The filesystems (ext2 at least) keeps track of access- and
modification times of all files. "find" is your friend.
Gruss,
Matthias
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html