diff options
author | cjc <cjc@FreeBSD.org> | 2002-01-29 00:23:35 +0000 |
---|---|---|
committer | cjc <cjc@FreeBSD.org> | 2002-01-29 00:23:35 +0000 |
commit | b3b56d609a8e130ead3cf3de57be8e709508af25 (patch) | |
tree | ef387e917ce7624147339fadf5dd005483c5e2b5 /share/examples/pppd/ip-up.sample | |
parent | dc82fedb5a0b52746bb2b4a6d1fef7b198f963af (diff) | |
download | FreeBSD-src-b3b56d609a8e130ead3cf3de57be8e709508af25.zip FreeBSD-src-b3b56d609a8e130ead3cf3de57be8e709508af25.tar.gz |
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.
Diffstat (limited to 'share/examples/pppd/ip-up.sample')
-rw-r--r-- | share/examples/pppd/ip-up.sample | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/examples/pppd/ip-up.sample b/share/examples/pppd/ip-up.sample new file mode 100644 index 0000000..a0fc1b0 --- /dev/null +++ b/share/examples/pppd/ip-up.sample @@ -0,0 +1,8 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# Example for /etc/ppp/ip-up file. + +/usr/bin/logger -p daemon.notice -t pppd "$1 is up" +/usr/sbin/ntpdate ntpserver |