summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-08-10 20:52:02 +0000
committerdougb <dougb@FreeBSD.org>2011-08-10 20:52:02 +0000
commitf0662c2435d3c09b6b7af55f66bc45033d6ee4ec (patch)
tree6c6c1e08cfa187bbd34550b1f28814189aceeb20 /etc/Makefile
parent0043c1697f383547da5956eaac65f169969f0b32 (diff)
downloadFreeBSD-src-f0662c2435d3c09b6b7af55f66bc45033d6ee4ec.zip
FreeBSD-src-f0662c2435d3c09b6b7af55f66bc45033d6ee4ec.tar.gz
Revert r224760, and enhance the sed patterns from r224659 to comment out
the _compat entries in the WITHOUT_NIS case rather then delete them. Approved by: re (kib)
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index e7fa2d5..42d6959 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -256,6 +256,10 @@ distribution:
${DESTDIR}/boot/device.hints
.endif
.endif
+.if ${MK_NIS} == "no"
+ sed -i "" -e 's/.*_compat:/# &/' -e 's/compat$$/files/' \
+ ${DESTDIR}/etc/nsswitch.conf
+.endif
distrib-dirs:
mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
OpenPOWER on IntegriCloud