On 2025-12-12, Allan Streib <[email protected]> wrote: > That's intersting. I just realized I may have been misinterpreting these > messages. > I always took it to mean I should check the file because pkg_add modified it. > Not > that pkg_add did not update the file because it had been modified locally. Or, > could it also mean that pkg_add did update the file, but was able to merge its > updates with the local changes without any conflict?
pkg_add does not merge these - if you've left a config file untouched then it will update it from the example file if that's changed - otherwise it will leave it alone. similarly, pkg_delete will remove config files that you haven't edited, but will leave them alone if you have. -- Please keep replies on the mailing list.

