- Purpose: semi-automate maintenance task
- Scope: Arch-based Linux distros
When distros using pamac (or one of it derivatives) for package management encounter conflicts between updated distribution config files and locally-edited config files, they preserve the local sysadmin's edits and save the distribution's recommended config file under <originalname>.pacnew in the same directory (/etc/**).
It is the task of the sysadmin to merge the recommended changes from the distro packager into their own config files.
The recommended changes account for updates in the OS and security patches, so it is a good idea to apply the changes regularly, and not to let the *.pacnew files accumulate unheeded.