diff options
| -rw-r--r-- | etc/Makefile | 2 | ||||
| -rw-r--r-- | etc/cached.conf | 12 |
2 files changed, 1 insertions, 13 deletions
diff --git a/etc/Makefile b/etc/Makefile index fb0e3e87450e..529e8b13c62c 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" diff --git a/etc/cached.conf b/etc/cached.conf deleted file mode 100644 index 19a8b5b95452..000000000000 --- a/etc/cached.conf +++ /dev/null @@ -1,12 +0,0 @@ -# -# Default caching daemon configuration file -# $FreeBSD$ -# - -enable-cache passwd yes -enable-cache group yes -enable-cache hosts yes -enable-cache services yes -enable-cache protocols yes -enable-cache rpc yes -enable-cache networks yes |
