Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143829213
D45382.gt;.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
885 B
Referenced Files
None
Subscribers
None
D45382.gt;.diff
View Options
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -51,6 +51,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20240527: csh: Remove hardlink /.cshrc
+OLD_FILES+=.cshrc
+
# 20240511: move file system driver manuals to section four
OLD_FILES+=usr/share/man/man5/autofs.5.gz
OLD_FILES+=usr/share/man/man5/cd9660.5.gz
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -159,13 +159,4 @@
sort >> ${.TARGET}
@echo '#endif /* _h_tc_const */' >> ${.TARGET}
-beforeinstallconfig:
- rm -f ${DESTDIR}/.cshrc
-
-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 \
- ${DESTDIR}/.cshrc
-
.include <bsd.prog.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 1, 5:11 PM (5 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28291703
Default Alt Text
D45382.gt;.diff (885 B)
Attached To
Mode
D45382: csh: Remove hardlink /.cshrc
Attached
Detach File
Event Timeline
Log In to Comment