Date: Tue, 26 Aug 2025 07:31:15 +0000 From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 289097] Base upgrades must not lose user customisations in dot files such as /root/.cshrc and /root/.profile Message-ID: <bug-289097-36141-Lbp0ILvflC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-289097-36141@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289097 Lexi Winter <ivy@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #3 from Lexi Winter <ivy@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.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-289097-36141-Lbp0ILvflC>
