rpmdiff is a simple script to find and merge new config files in an RPM based Linux system.
Note: You need vim installed for merging with vim -d
rpmdiff.sh [-l | -f | -p] [--nocolor]
-l/--locatescan using locate-f/--findscan using find
-o/--outputprint files instead of merging them--nocolorremove colors from output
DIFFPROGoverride the merge program: (default: 'vim -d')RPMPROGoverride the rpm program to use for the i option: (default: 'rpm')DIFFSEARCHPATHoverride the search path. (only when using find) (default: /etc)
DIFFPROG=meld DIFFSEARCHPATH="/boot /etc /usr" rpmdiff
rpmdiff --output --locate