Date: Mon, 28 Jan 2002 16:23:40 -0800 (PST) From: "Crist J. Clark" <cjc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pppd pppd.8 src/share/examples/pppd auth-down.sample auth-up.sample chap-secrets.sample chat.sh.sample ip-down.sample ip-up.sample options.sample pap-secrets.sample ppp.deny.sample ppp.shells.sample src/etc MAKEDEV MAKEDEV.local ... Message-ID: <200201290023.g0T0Nen79162@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
cjc 2002/01/28 16:23:40 PST
Modified files:
usr.sbin/pppd pppd.8
share/examples/pppd ppp.deny.sample ppp.shells.sample
etc MAKEDEV MAKEDEV.local Makefile amd.map
apmd.conf auth.conf crontab csh.cshrc
csh.login csh.logout dhclient.conf
dm.conf fbtab ftpusers gettytab group
hosts hosts.allow hosts.equiv hosts.lpd
inetd.conf locale.alias locale.deprecated
login.access login.conf man.alias
master.passwd minfree modems motd
netconfig netstart networks
newsyslog.conf nls.alias nsmb.conf
opieaccess pccard_ether phones primes
printcap profile protocols rc rc.atm
rc.devfs rc.diskless1 rc.diskless2
rc.firewall rc.firewall6 rc.isdn
rc.network rc.network6 rc.pccard
rc.resume rc.serial rc.shutdown rc.subr
rc.suspend rc.syscons rc.sysctl remote
rpc services shells sysctl.conf
syslog.conf termcap.small usbd.conf
Added files:
share/examples/pppd auth-down.sample auth-up.sample
chap-secrets.sample chat.sh.sample
ip-down.sample ip-up.sample
options.sample pap-secrets.sample
Log:
Put a complete set of pppd(8) sample configuration files in
/usr/share/examples/pppd.
Update pppd(8) documentation to reflect this, usr.sbin/pppd/pppd.8.
Remove the out-of-place pppd(8) configuration files in etc/ppp,
ppp.shells.sample and ppp.deny.
Make the appropriate changes to the build process, etc/Makefile and
etc/mtree/BSD.usr.mtree, so it all works.
The files from etc/ppp, ppp.shells.sample and ppp.deny, were moved
with a repo copy. Note it in the logs with a forced commit to these
two.
Submitted by: Maxim Konovalov <maxim@macomnet.ru> provided the new samples.
Revision Changes Path
1.321 +1 -1 src/etc/MAKEDEV
1.4 +1 -1 src/etc/MAKEDEV.local
1.273 +3 -6 src/etc/Makefile
1.9 +1 -1 src/etc/amd.map
1.8 +1 -1 src/etc/apmd.conf
1.6 +1 -1 src/etc/auth.conf
1.32 +1 -1 src/etc/crontab
1.4 +1 -1 src/etc/csh.cshrc
1.21 +1 -1 src/etc/csh.login
1.4 +1 -1 src/etc/csh.logout
1.4 +1 -1 src/etc/dhclient.conf
1.4 +1 -1 src/etc/dm.conf
1.4 +1 -1 src/etc/fbtab
1.7 +1 -1 src/etc/ftpusers
1.21 +1 -1 src/etc/gettytab
1.24 +1 -1 src/etc/group
1.16 +1 -1 src/etc/hosts
1.16 +1 -1 src/etc/hosts.allow
1.5 +1 -1 src/etc/hosts.equiv
1.5 +1 -1 src/etc/hosts.lpd
1.54 +1 -1 src/etc/inetd.conf
1.11 +1 -1 src/etc/locale.alias
1.4 +1 -1 src/etc/locale.deprecated
1.4 +1 -1 src/etc/login.access
1.46 +1 -1 src/etc/login.conf
1.3 +1 -1 src/etc/man.alias
1.30 +1 -1 src/etc/master.passwd
1.2 +0 -0 src/etc/minfree
1.5 +1 -1 src/etc/modems
1.18 +0 -0 src/etc/motd
1.3 +1 -1 src/etc/netconfig
1.61 +1 -1 src/etc/netstart
1.4 +1 -1 src/etc/networks
1.37 +1 -1 src/etc/newsyslog.conf
1.5 +1 -1 src/etc/nls.alias
1.4 +1 -1 src/etc/nsmb.conf
1.3 +1 -1 src/etc/opieaccess
1.27 +1 -1 src/etc/pccard_ether
1.9 +1 -1 src/etc/phones
1.2 +0 -0 src/etc/primes
1.12 +1 -1 src/etc/printcap
1.14 +1 -1 src/etc/profile
1.16 +1 -1 src/etc/protocols
1.294 +1 -1 src/etc/rc
1.10 +1 -1 src/etc/rc.atm
1.10 +1 -1 src/etc/rc.devfs
1.14 +1 -1 src/etc/rc.diskless1
1.16 +1 -1 src/etc/rc.diskless2
1.45 +1 -1 src/etc/rc.firewall
1.10 +1 -1 src/etc/rc.firewall6
1.10 +1 -1 src/etc/rc.isdn
1.123 +1 -1 src/etc/rc.network
1.29 +1 -1 src/etc/rc.network6
1.26 +1 -1 src/etc/rc.pccard
1.6 +1 -1 src/etc/rc.resume
1.16 +1 -1 src/etc/rc.serial
1.22 +1 -1 src/etc/rc.shutdown
1.2 +0 -0 src/etc/rc.subr
1.5 +1 -1 src/etc/rc.suspend
1.6 +1 -1 src/etc/rc.syscons
1.8 +1 -1 src/etc/rc.sysctl
1.12 +1 -1 src/etc/remote
1.11 +1 -1 src/etc/rpc
1.81 +1 -1 src/etc/services
1.6 +1 -1 src/etc/shells
1.7 +1 -1 src/etc/sysctl.conf
1.18 +1 -1 src/etc/syslog.conf
1.28 +1 -1 src/etc/termcap.small
1.10 +1 -1 src/etc/usbd.conf
1.1 +7 -0 src/share/examples/pppd/auth-down.sample (new)
1.1 +7 -0 src/share/examples/pppd/auth-up.sample (new)
1.1 +17 -0 src/share/examples/pppd/chap-secrets.sample (new)
1.1 +33 -0 src/share/examples/pppd/chat.sh.sample (new)
1.1 +7 -0 src/share/examples/pppd/ip-down.sample (new)
1.1 +8 -0 src/share/examples/pppd/ip-up.sample (new)
1.1 +16 -0 src/share/examples/pppd/options.sample (new)
1.1 +17 -0 src/share/examples/pppd/pap-secrets.sample (new)
1.5 +1 -1 src/share/examples/pppd/ppp.deny.sample
1.5 +1 -1 src/share/examples/pppd/ppp.shells.sample
1.22 +4 -1 src/usr.sbin/pppd/pppd.8
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201290023.g0T0Nen79162>
