Revert previous.

At the least, it was committed with the wrong commit message.
This commit is contained in:
wiz 2012-12-13 21:51:52 +00:00
parent 7503eaacd8
commit 0450412e67
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: ppp,v 1.9 2012/12/04 16:38:40 prlw1 Exp $
# $NetBSD: ppp,v 1.10 2012/12/13 21:51:52 wiz Exp $
#
# PROVIDE: ppp
@ -14,7 +14,6 @@
$_rc_subr_loaded . /etc/rc.subr
name="ppp"
rcvar=$name
start_cmd="ppp_start"
stop_cmd="ppp_stop"
sig_stop="-INT"
@ -41,8 +40,6 @@ ppp_start()
fi
done
echo "."
else
warn "\${ppp_peers} is not set - pppd was not started."
fi
}