Move nscd.conf from etc/ to usr.sbin/nscd/
Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16490
This commit is contained in:
parent
76ec4952ff
commit
4f1521406b
@ -115,10 +115,6 @@ SSH= ${SRCTOP}/crypto/openssh/ssh_config \
|
||||
SSL= ${SRCTOP}/crypto/openssl/apps/openssl.cnf
|
||||
.endif
|
||||
|
||||
.if ${MK_NS_CACHING} != "no"
|
||||
BIN1+= nscd.conf
|
||||
.endif
|
||||
|
||||
.if ${MK_PORTSNAP} != "no"
|
||||
BIN1+= portsnap.conf
|
||||
.endif
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
CONFS= nscd.conf
|
||||
PROG= nscd
|
||||
MAN= nscd.conf.5 nscd.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user