diff options
author | Michael Bushkov <bushman@FreeBSD.org> | 2007-09-28 10:38:08 +0000 |
---|---|---|
committer | Michael Bushkov <bushman@FreeBSD.org> | 2007-09-28 10:38:08 +0000 |
commit | c97fe77db346b866646f4b523906679d0252e425 (patch) | |
tree | f0b4429f6c4f2e07780dbda5127778b30921f2e8 /etc/rc.d/Makefile | |
parent | 69041a97a038f364faeeb7ea5df0c93454a2dcc9 (diff) | |
download | src-c97fe77db346b866646f4b523906679d0252e425.tar.gz src-c97fe77db346b866646f4b523906679d0252e425.zip |
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)
Notes
Notes:
svn path=/head/; revision=172377
Diffstat (limited to 'etc/rc.d/Makefile')
-rwxr-xr-x | etc/rc.d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index d6d0849e4f7b..56aa59882ae5 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 |