3 # $NetBSD: ppp,v 1.7 2004/08/13 18:08:03 mycroft Exp $
7 # REQUIRE: mountcritremote syslogd
10 # Note that this means that syslogd will not be listening on
11 # any PPP addresses. This is considered a feature.
14 $_rc_subr_loaded .
/etc
/rc.subr
26 # /etc/ppp/peers and $ppp_peers contain boot configuration
27 # information for pppd. each value in $ppp_peers that has a
28 # file in /etc/ppp/peers of the same name, will be run as
31 if [ -n "$ppp_peers" ]; then
33 echo -n "Starting pppd:"
34 while [ $# -ge 1 ]; do
37 if [ -f /etc
/ppp
/peers
/$peer ]; then
48 pids
="$(check_process pppd)"
49 if [ -n "$pids" ]; then
58 pids
="$(check_process pppd)"
59 if [ -n "$pids" ]; then