summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorbushman <bushman@FreeBSD.org>2007-10-18 08:26:20 +0000
committerbushman <bushman@FreeBSD.org>2007-10-18 08:26:20 +0000
commit203345b0a400fdb84815ecb9bd6d6a8aebc46c60 (patch)
tree4f6ecb825bb5928a00672869acc29690e2023eaf /etc
parent896bab2157a7e590750c85dff9cd3dc28f4c8ff9 (diff)
downloadFreeBSD-src-203345b0a400fdb84815ecb9bd6d6a8aebc46c60.zip
FreeBSD-src-203345b0a400fdb84815ecb9bd6d6a8aebc46c60.tar.gz
Forced commit to note cached.conf -> nscd.conf repocopy. etc/Makefile
changed accordingly. Approved by: brooks (mentor)
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index fb0e3e8..529e8b1 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -37,7 +37,7 @@ BIN1+= printcap
.endif
.if ${MK_NS_CACHING} != "no"
-BIN1+= cached.conf
+BIN1+= nscd.conf
.endif
.if ${MK_OPENSSH} != "no"
OpenPOWER on IntegriCloud