Home
last modified time | relevance | path

Searched refs:CONFDIR (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/dma/
H A DMakefile29 CONFDIR?= /etc/dma macro
73 ${INSTALL} -d ${DESTDIR}${CONFDIR}
74 @if [ -e ${DESTDIR}${CONFDIR}/dma.conf ]; then \
75 echo "Not overwriting ${DESTDIR}${CONFDIR}/dma.conf."; \
77 echo ${INSTALL} -m 644 -o root -g mail dma.conf ${DESTDIR}${CONFDIR}; \
78 ${INSTALL} -m 644 -o root -g mail dma.conf ${DESTDIR}${CONFDIR}; \
80 @if [ -e ${DESTDIR}${CONFDIR}/auth.conf ]; then \
81 echo "Not overwriting ${DESTDIR}${CONFDIR}/auth.conf."; \
83 echo ${INSTALL} -m 640 -o root -g mail auth.conf ${DESTDIR}${CONFDIR}; \
84 ${INSTALL} -m 640 -o root -g mail auth.conf ${DESTDIR}${CONFDIR}; \
/freebsd-12.1/lib/libpam/pam.d/
H A DMakefile17 CONFDIR= /etc/pam.d macro
32 ${INSTALL_LINK} ${TAG_ARGS} ${DESTDIR}${CONFDIR}/ftpd ${DESTDIR}${CONFDIR}/ftp
/freebsd-12.1/usr.sbin/pc-sysinstall/pc-sysinstall/
H A Dpc-sysinstall.sh51 CONFDIR="${PROGDIR}/conf"
52 export CONFDIR
55 PKGDIR="${CONFDIR}"
/freebsd-12.1/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-ftp.sh288 echo "${MIRROR}" > "${CONFDIR}/mirrors.conf"
294 if [ -f "${CONFDIR}/mirrors.conf" ]
296 MIRROR=`cat "${CONFDIR}/mirrors.conf"`
/freebsd-12.1/usr.sbin/periodic/etc/
H A DMakefile.inc4 CONFDIR= ETC_PERIODIC_${.CURDIR:T:U}
/freebsd-12.1/usr.sbin/autofs/autofs/
H A DMakefile12 CONFDIR= /etc/autofs macro
/freebsd-12.1/usr.sbin/pc-sysinstall/conf/
H A DMakefile5 CONFDIR= ${SHAREDIR}/pc-sysinstall/conf macro
/freebsd-12.1/libexec/dma/dmagent/
H A DMakefile22 CONFSDIR= ${CONFDIR}/dma
/freebsd-12.1/usr.sbin/ppp/
H A DMakefile24 CONFSDIR= ${CONFDIR}/ppp
/freebsd-12.1/share/mk/
H A Dbsd.own.mk198 CONFDIR?= /etc
H A Dbsd.confs.mk41 ${group}DIR?= ${CONFDIR}
/freebsd-12.1/libexec/rc/rc.d/
H A DMakefile5 CONFDIR= /etc/rc.d macro