summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/Makefile
diff options
context:
space:
mode:
authorbushman <bushman@FreeBSD.org>2007-09-28 10:38:08 +0000
committerbushman <bushman@FreeBSD.org>2007-09-28 10:38:08 +0000
commita947d503156d99f0c775e19946e40c413ef41242 (patch)
treef0b4429f6c4f2e07780dbda5127778b30921f2e8 /etc/rc.d/Makefile
parent1c797edf6bc8751b4d32db986f024da83d34a1f0 (diff)
downloadFreeBSD-src-a947d503156d99f0c775e19946e40c413ef41242.zip
FreeBSD-src-a947d503156d99f0c775e19946e40c413ef41242.tar.gz
Finishing renaming of cached into nscd. etc/rc.d and usr.sbin/Makefile
updated. Note added to UPDATING. Approved by: re (kensmith, bmah), brooks (mentor)
Diffstat (limited to 'etc/rc.d/Makefile')
-rwxr-xr-xetc/rc.d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index d6d0849..56aa598 100755
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -48,7 +48,7 @@ FILES+= sshd
.endif
.if ${MK_NS_CACHING} != "no"
-FILES+= cached
+FILES+= nscd
.endif
FILESDIR= /etc/rc.d
OpenPOWER on IntegriCloud