Move autofs related configs to usr.sbin/autofs/
This is prep for pkgbase to have config files tagged as such. Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16492
This commit is contained in:
parent
99a84b826f
commit
0ab0a723ed
@ -190,9 +190,6 @@ distribution:
|
||||
echo "./var/db/services.db type=file mode=0644 uname=root gname=wheel"; \
|
||||
) | ${METALOG.add}
|
||||
.endif
|
||||
.if ${MK_AUTOFS} != "no"
|
||||
${_+_}cd ${.CURDIR}/autofs; ${MAKE} install
|
||||
.endif
|
||||
.if ${MK_BLUETOOTH} != "no"
|
||||
${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
|
||||
.endif
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
CONFS= auto_master
|
||||
PACKAGE=autofs
|
||||
PROG= automountd
|
||||
SRCS= automount.c
|
||||
@ -30,4 +31,6 @@ LINKS+= ${BINDIR}/automountd ${BINDIR}/autounmountd
|
||||
|
||||
.PATH: ${MOUNT}
|
||||
|
||||
SUBDIR= autofs
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
FILES= include_ldap \
|
||||
CONFS= include_ldap \
|
||||
include_nis \
|
||||
include_nis_nullfs \
|
||||
special_hosts \
|
||||
@ -9,7 +9,7 @@ FILES= include_ldap \
|
||||
special_null
|
||||
|
||||
NO_OBJ=
|
||||
FILESDIR= /etc/autofs
|
||||
FILESMODE= 755
|
||||
CONFDIR= /etc/autofs
|
||||
CONFMODE= 755
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user