Use existing CONFDIR instead of adding a new CONFIGDIR
Reported by: jbeich
This commit is contained in:
parent
88a1a27261
commit
f98f68bd50
@ -17,7 +17,7 @@ SRCS= aliases_parse.y \
|
|||||||
util.c
|
util.c
|
||||||
MAN8= dma.8
|
MAN8= dma.8
|
||||||
CONFS= dma.conf
|
CONFS= dma.conf
|
||||||
CONFSDIR= ${CONFIGDIR}/dma
|
CONFSDIR= ${CONFDIR}/dma
|
||||||
YFLAGS+= -i
|
YFLAGS+= -i
|
||||||
CLEANFILES= aliases_parse.i
|
CLEANFILES= aliases_parse.i
|
||||||
FILES= mailer.conf
|
FILES= mailer.conf
|
||||||
|
@ -213,7 +213,6 @@ NLSGRP?= ${SHAREGRP}
|
|||||||
NLSMODE?= ${NOBINMODE}
|
NLSMODE?= ${NOBINMODE}
|
||||||
|
|
||||||
INCLUDEDIR?= /usr/include
|
INCLUDEDIR?= /usr/include
|
||||||
CONFIGDIR?= /etc
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# install(1) parameters.
|
# install(1) parameters.
|
||||||
|
@ -22,7 +22,7 @@ PPP_NO_RADIUS=
|
|||||||
PPP_NO_SUID=
|
PPP_NO_SUID=
|
||||||
.endif
|
.endif
|
||||||
CONFS= ppp.conf
|
CONFS= ppp.conf
|
||||||
CONFSDIR= ${CONFIGDIR}/ppp
|
CONFSDIR= ${CONFDIR}/ppp
|
||||||
CONFSMODE= 600
|
CONFSMODE= 600
|
||||||
|
|
||||||
.if ${MK_ATM} == "no"
|
.if ${MK_ATM} == "no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user