diff options
author | bapt <bapt@FreeBSD.org> | 2015-10-11 19:25:39 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-10-11 19:25:39 +0000 |
commit | c1601c9acc19ea0aabc49cb6cfdc3cd84e5c05e9 (patch) | |
tree | 1056cf5377ae23867de337685edb21290edb350d /usr.sbin | |
parent | b58f9ba5eb8ca3c7b299a7239731493c2646c499 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | usr.sbin/ppp/Makefile | 2 |
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" |