76f10508d4
/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.
17 lines
182 B
Plaintext
17 lines
182 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# Example for /etc/ppp/options file.
|
|
#
|
|
/dev/cuaa4
|
|
115200
|
|
modem
|
|
crtscts
|
|
asyncmap 0
|
|
connect '/etc/ppp/chat.sh'
|
|
defaultroute
|
|
noipdefault
|
|
persist
|
|
holdoff 5
|
|
mtu 250
|
|
mru 250
|