Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F141082458
D52162.id160988.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
802 B
Referenced Files
None
Subscribers
None
D52162.id160988.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D52162: sh, csh: Add config tag to profile scripts in /
Attached
Detach File
Event Timeline
Log In to Comment