Module Name: src Committed By: wiz Date: Thu Dec 13 21:51:53 UTC 2012
Modified Files: src/etc/rc.d: ppp Log Message: Revert previous. At the least, it was committed with the wrong commit message. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/etc/rc.d/ppp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/rc.d/ppp diff -u src/etc/rc.d/ppp:1.9 src/etc/rc.d/ppp:1.10 --- src/etc/rc.d/ppp:1.9 Tue Dec 4 16:38:40 2012 +++ src/etc/rc.d/ppp Thu Dec 13 21:51:52 2012 @@ -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 }