summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-10-11 19:25:39 +0000
committerbapt <bapt@FreeBSD.org>2015-10-11 19:25:39 +0000
commitc1601c9acc19ea0aabc49cb6cfdc3cd84e5c05e9 (patch)
tree1056cf5377ae23867de337685edb21290edb350d /usr.sbin/ppp
parentb58f9ba5eb8ca3c7b299a7239731493c2646c499 (diff)
downloadFreeBSD-src-c1601c9acc19ea0aabc49cb6cfdc3cd84e5c05e9.zip
FreeBSD-src-c1601c9acc19ea0aabc49cb6cfdc3cd84e5c05e9.tar.gz
Use existing CONFDIR instead of adding a new CONFIGDIR
Reported by: jbeich
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 8bd1153..1dcd3b5 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -22,7 +22,7 @@ PPP_NO_RADIUS=
PPP_NO_SUID=
.endif
CONFS= ppp.conf
-CONFSDIR= ${CONFIGDIR}/ppp
+CONFSDIR= ${CONFDIR}/ppp
CONFSMODE= 600
.if ${MK_ATM} == "no"
OpenPOWER on IntegriCloud