summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-07-26 10:49:37 +0000
committerbrian <brian@FreeBSD.org>1999-07-26 10:49:37 +0000
commit03ab8a3b7f99d8f1fc922f681d713dde620b53e6 (patch)
tree139b260d39c89fddc544d66db001ad8bb3d2076b /etc/Makefile
parentc8bc216749dc518674b11162d798262506b6b390 (diff)
downloadFreeBSD-src-03ab8a3b7f99d8f1fc922f681d713dde620b53e6.zip
FreeBSD-src-03ab8a3b7f99d8f1fc922f681d713dde620b53e6.tar.gz
Add a default ppp.conf (mode 600).
Originally submitted by: Wayne Self <wself@cdrom.com> Allow a ppp startup option in rc.conf. Adjust sysinstall so that it appends to the end of ppp.conf and uses the generated profile to start ppp in auto mode on boot. Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 9ead107..ffb7a7d 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.200 1999/07/09 05:30:33 obrien Exp $
+# $Id: Makefile,v 1.201 1999/07/10 18:02:12 iwasaki Exp $
SUBDIR= sendmail
@@ -24,6 +24,7 @@ MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
BSD.var.dist BSD.x11.dist
NAMEDB= PROTO.localhost.rev named.conf named.root make-localhost
PPPCNF= ppp.deny ppp.shells.sample
+PPPCF2= ppp.conf
NOSPAM= Makefile README
@@ -79,6 +80,8 @@ distribution:
${NAMEDB} ${DESTDIR}/etc/namedb
cd ${.CURDIR}/ppp; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${PPPCNF} ${DESTDIR}/etc/ppp
+ cd ${.CURDIR}/ppp; ${INSTALL} -c -o root -g ${BINGRP} -m 600 \
+ ${PPPCF2} ${DESTDIR}/etc/ppp
cd ${.CURDIR}/mail; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${NOSPAM} ${DESTDIR}/etc/mail
${INSTALL} -c -o ${BINOWN} -g operator -m 664 /dev/null \
OpenPOWER on IntegriCloud