https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289097
Lexi Winter <i...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #3 from Lexi Winter <i...@freebsd.org> --- this is because the hard links /.profile and /.cshrc are missing the config tag, which makes pkg overwrite them instead of attempting to merge changes. for main, we already removed /.cshrc, so we can just remove /.profile as well: https://reviews.freebsd.org/D52161 for stable/14, adding the config tag to the links in / works around the problem: https://reviews.freebsd.org/D52162 -- You are receiving this mail because: You are on the CC list for the bug.