Browse Source

close ppp.conf.sample file as requested

OPENBSD_3_1
deraadt 22 years ago
parent
commit
e0e4a7e597
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/Makefile

+ 2
- 2
src/etc/Makefile View File

@ -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; \


Loading…
Cancel
Save