1 Nov
2018
1 Nov
'18
10:51 a.m.
Hey there,
Find changed configurations:
sudo find /etc -type f -regextype egrep -regex '.*(pacnew|pacsave)'
Diff them (individually):
sudo vimdiff /path/to/original /path/to/original.pacnew
Note that pacdiff (from pacman-contrib package) does that in a more "friendly" manner. Kind regards, -- Ismael