diff options
author | 2001-12-24 09:41:31 +0000 | |
---|---|---|
committer | 2001-12-24 09:41:31 +0000 | |
commit | 7c404d48a39aa8085476c7aa3a0cf5283e13030d (patch) | |
tree | eae87434633c40013fa290e4b831d6a08fa49541 | |
parent | Add iana url and correct text; openbsd@davidkrause.com (diff) | |
download | wireguard-openbsd-7c404d48a39aa8085476c7aa3a0cf5283e13030d.tar.xz wireguard-openbsd-7c404d48a39aa8085476c7aa3a0cf5283e13030d.zip |
close ppp.conf.sample file as requested
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 80eac3da522..700d82d0ef5 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.133 2001/12/19 02:26:41 form Exp $ +# $OpenBSD: Makefile,v 1.134 2001/12/24 09:41:31 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -151,7 +151,7 @@ distribution-etc-root-var: distrib-dirs ${DESTDIR}/etc/ppp; \ ${INSTALL} -c -o root -g wheel -m 600 pap-secrets \ ${DESTDIR}/etc/ppp; \ - ${INSTALL} -c -o root -g wheel -m 644 ppp.conf.sample \ + ${INSTALL} -c -o root -g wheel -m 600 ppp.conf.sample \ ${DESTDIR}/etc/ppp; \ ${INSTALL} -c -o root -g wheel -m 644 ppp.linkup.sample \ ${DESTDIR}/etc/ppp; \ |