Page MenuHomeFreeBSD

D52162.id160988.diff
No OneTemporary

D52162.id160988.diff

diff --git a/bin/csh/Makefile b/bin/csh/Makefile
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -172,7 +172,7 @@
afterinstallconfig:
# XXX Set link mode explicitly via -m. We cannot use LINKMODE for this
# link, as it would also apply to the tcsh link above.
- ${INSTALL_LINK} ${TAG_ARGS} -m ${CONFMODE} ${DESTDIR}/root/.cshrc \
+ ${INSTALL_LINK} ${TAG_ARGS},config -m ${CONFMODE} ${DESTDIR}/root/.cshrc \
${DESTDIR}/.cshrc
.include <bsd.prog.mk>
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -76,6 +76,6 @@
LINKMODE=${CONFMODE}
afterinstallconfig:
- ${INSTALL_LINK} ${TAG_ARGS} ${DESTDIR}/root/.profile ${DESTDIR}/.profile
+ ${INSTALL_LINK} ${TAG_ARGS},config ${DESTDIR}/root/.profile ${DESTDIR}/.profile
.include <bsd.prog.mk>

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 1, 3:35 PM (3 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27439550
Default Alt Text
D52162.id160988.diff (802 B)

Event Timeline