mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
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 dcb65c5a94.
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
This commit is contained in:
parent
a087b4aec3
commit
d31e342bcc
1 changed files with 0 additions and 9 deletions
|
|
@ -68,12 +68,3 @@ 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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue