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/--locate
scan using locate-f/--find
scan using find
-o/--output
print files instead of merging them--nocolor
remove colors from output
DIFFPROG
override the merge program: (default: 'vim -d')RPMPROG
override the rpm program to use for the i option: (default: 'rpm')DIFFSEARCHPATH
override the search path. (only when using find) (default: /etc)
DIFFPROG=meld DIFFSEARCHPATH="/boot /etc /usr" rpmdiff
rpmdiff --output --locate