3 # $NetBSD: ppp,v 1.6 2002/03/22 04:33:59 thorpej Exp $
4 # $FreeBSD: src/etc/rc.d/ppp,v 1.2 2002/06/13 22:14:36 gordon Exp $
5 # $DragonFly: src/etc/rc.d/ppp,v 1.3 2005/11/19 21:47:32 swildner Exp $
9 # REQUIRE: mountcritremote syslogd
12 # Note that this means that syslogd will not be listening on
13 # any PPP addresses. This is considered a feature.
28 # /etc/ppp/peers and $ppp_peers contain boot configuration
29 # information for pppd. each value in $ppp_peers that has a
30 # file in /etc/ppp/peers of the same name, will be run as
33 if [ -n "$ppp_peers" ]; then
35 echo -n "Starting pppd:"
36 while [ $# -ge 1 ]; do
39 if [ -f /etc
/ppp
/peers
/$peer ]; then
50 pids
="`check_process pppd`"
51 if [ -n "$pids" ]; then
60 pids
="`check_process pppd`"
61 if [ -n "$pids" ]; then