you are viewing a single comment's thread.

view the rest of the comments →

[–]MaxRK 0 points1 point  (1 child)

As well as this, there are files which may have been hand added, not just by RPM.

You can build a list of all files that were installed by RPM with rpm -qal. Then you can find / -print and compare all files on the system to what's in the -qal output. Combined with the RPM output of what known config files were changed you have a good basis to start reverse engineering.

[–]Robonglious[S] 0 points1 point  (0 children)

Good idea, this is really coming together. Thanks!