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
a4d1d27b33
commit
c760b3d965
@ -115,10 +115,6 @@ SSH= ${SRCTOP}/crypto/openssh/ssh_config \
|
|||||||
SSL= ${SRCTOP}/crypto/openssl/apps/openssl.cnf
|
SSL= ${SRCTOP}/crypto/openssl/apps/openssl.cnf
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${MK_NS_CACHING} != "no"
|
|
||||||
BIN1+= nscd.conf
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${MK_PORTSNAP} != "no"
|
.if ${MK_PORTSNAP} != "no"
|
||||||
BIN1+= portsnap.conf
|
BIN1+= portsnap.conf
|
||||||
.endif
|
.endif
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
|
CONFS= nscd.conf
|
||||||
PROG= nscd
|
PROG= nscd
|
||||||
MAN= nscd.conf.5 nscd.8
|
MAN= nscd.conf.5 nscd.8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user