Date: Wed, 29 May 2024 07:50:06 -0700 From: Mark Millard <marklmi@yahoo.com> To: dev-commits-src-main@freebsd.org, Emmanuel Vadot <manu@freebsd.org> Subject: git: dcb65c5a94d4 - main - csh: Remove hardlink /.cshrc Message-ID: <E227B0ED-AB20-4BEA-80C6-B1AC91B89032@yahoo.com> References: <E227B0ED-AB20-4BEA-80C6-B1AC91B89032.ref@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Emmanuel Vadot <manu_at_FreeBSD.org> wrote on Date: Wed, 29 May 2024 07:57:37 UTC : > The branch main has been updated by manu: >=20 > URL: = https://cgit.FreeBSD.org/src/commit/?id=3Ddcb65c5a94d4c622b1d486847dc20488= f59974e7 >=20 > commit dcb65c5a94d4c622b1d486847dc20488f59974e7 > Author: Emmanuel Vadot <manu@FreeBSD.org> > AuthorDate: 2024-05-27 13:12:18 +0000 > Commit: Emmanuel Vadot <manu@FreeBSD.org> > CommitDate: 2024-05-29 07:56:58 +0000 >=20 > csh: Remove hardlink /.cshrc >=20 > Remove this historical artifact. > csh will try to use /.csrch if the user has no home directory defined = which > is rather unlikely (To be exact if the concatenation of $HOME and = "/.cshrc" > fail which is the same thing). >=20 > Also, with this change pkg will happily handle 3way merge for = /root/.cshrc >=20 > Differential Revision: https://reviews.freebsd.org/D45382 > Reviewed by: emaste, imp > Sponsored by: Beckhoff Automation GmbH & Co. KG > . . . What of the /.profile vs. /root/.profile hard linking? Do those have have the same issues and the same solution? =3D=3D=3D Mark Millard marklmi at yahoo.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E227B0ED-AB20-4BEA-80C6-B1AC91B89032>