Date: Wed, 1 Oct 2025 12:36:13 GMT From: Lexi Winter <ivy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: b4b91207ab6f - stable/15 - sh: Remove /.profile Message-ID: <202510011236.591CaDXl057661@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/15 has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=b4b91207ab6f38db33f853b2d6b3f1bb806f94f1 commit b4b91207ab6f38db33f853b2d6b3f1bb806f94f1 Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-09-30 06:02:06 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-10-01 10:35:10 +0000 sh: Remove /.profile root's home directory was moved to /root many years ago, so there's no reason to keep this old link. This brings sh in line with csh, where /.cshrc was removed in dcb65c5a94d4. Relnotes: yes Approved by: re (cperciva) MFC after: 1 day PR: 289097 Reviewed by: cperciva, jilles, bapt, emaste Differential Revision: https://reviews.freebsd.org/D52161 (cherry picked from commit d31e342bcc8e22d7eb25c21a711cd4b8a54db6c0) bin/sh: Fix the build Removing <bsd.prog.mk> was unintentional; put it back. Fixes: d31e342bcc8e ("sh: Remove /.profile") MFC after: 1 day (cherry picked from commit bb0955ee4db8870bb013cf7d208ad9b2fc27b619) --- bin/sh/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bin/sh/Makefile b/bin/sh/Makefile index 916bb88b57fa..2b1eca8e4b31 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -69,11 +69,4 @@ token.h: mktokens HAS_TESTS= SUBDIR.${MK_TESTS}+= tests -beforeinstallconfig: - rm -f ${DESTDIR}/.profile - -LINKMODE=${CONFMODE} -afterinstallconfig: - ${INSTALL_LINK} ${TAG_ARGS:D${TAG_ARGS},config} ${DESTDIR}/root/.profile ${DESTDIR}/.profile - .include <bsd.prog.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510011236.591CaDXl057661>