Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106055370
D20330.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
842 B
Referenced Files
None
Subscribers
None
D20330.diff
View Options
Index: head/lib/libc/gen/Makefile.inc
===================================================================
--- head/lib/libc/gen/Makefile.inc
+++ head/lib/libc/gen/Makefile.inc
@@ -552,7 +552,8 @@
.include <src.tools.mk>
-afterinstallconfig:
+afterinstallconfig: install-passwd
+install-passwd: .PHONY
.if ${MK_TCSH} == "no"
sed -i "" -e 's;/bin/csh;/bin/sh;' ${DESTDIR}/etc/master.passwd
.endif
Index: head/lib/libc/net/Makefile.inc
===================================================================
--- head/lib/libc/net/Makefile.inc
+++ head/lib/libc/net/Makefile.inc
@@ -124,8 +124,9 @@
MAN+= hesiod.3
.endif
+afterinstallconfig: modify-nsswitch-conf
+modify-nsswitch-conf: .PHONY
.if ${MK_NIS} == "no"
-afterinstallconfig:
sed -i "" -e 's/.*_compat:/# &/' -e 's/compat$$/files/' \
${DESTDIR}/etc/nsswitch.conf
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 25, 3:11 PM (11 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15596987
Default Alt Text
D20330.diff (842 B)
Attached To
Mode
D20330: Eliminate duplicate `afterinstallconfigs` target
Attached
Detach File
Event Timeline
Log In to Comment