Browse Source

add ppp stuff from distribution; someone should look at integrating what

the freebsd people have (way nicer)
OPENBSD_2_0
deraadt 29 years ago
parent
commit
3e3a5bfbe5
5 changed files with 18 additions and 0 deletions
  1. +10
    -0
      src/etc/Makefile
  2. +2
    -0
      src/etc/ppp/chap-secrets
  3. +3
    -0
      src/etc/ppp/options
  4. +1
    -0
      src/etc/ppp/options.leaf
  5. +2
    -0
      src/etc/ppp/pap-secrets

+ 10
- 0
src/etc/Makefile View File

@ -70,6 +70,16 @@ distribution: distrib-dirs
${DESTDIR}/etc/mtree; \
install -c -o root -g wheel -m 444 4.4BSD.dist \
${DESTDIR}/etc/mtree)
(cd ppp; \
install -c -o root -g wheel -m 644 chap-secrets \
${DESTDIR}/etc/ppp; \
install -c -o root -g wheel -m 644 options \
${DESTDIR}/etc/ppp; \
install -c -o root -g wheel -m 644 options.leaf \
${DESTDIR}/etc/ppp; \
install -c -o root -g wheel -m 644 pap-secrets \
${DESTDIR}/etc/ppp; \
${DESTDIR}/etc/ppp)
cd namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \
${DESTDIR}/etc/namedb
/bin/rm -f ${DESTDIR}/etc/localtime


+ 2
- 0
src/etc/ppp/chap-secrets View File

@ -0,0 +1,2 @@
# Secrets for authentication using CHAP
# client server secret IP addresses

+ 3
- 0
src/etc/ppp/options View File

@ -0,0 +1,3 @@
lock
auth
usehostname

+ 1
- 0
src/etc/ppp/options.leaf View File

@ -0,0 +1 @@
lock

+ 2
- 0
src/etc/ppp/pap-secrets View File

@ -0,0 +1,2 @@
# Secrets for authentication using PAP
# client server secret IP addresses

Loading…
Cancel
Save