Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/rc.d Revert previous.



details:   https://anonhg.NetBSD.org/src/rev/809aa66e427d
branches:  trunk
changeset: 783296:809aa66e427d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Dec 13 21:51:52 2012 +0000

description:
Revert previous.
At the least, it was committed with the wrong commit message.

diffstat:

 etc/rc.d/ppp |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 91310c0dc3f2 -r 809aa66e427d etc/rc.d/ppp
--- a/etc/rc.d/ppp      Thu Dec 13 21:49:38 2012 +0000
+++ b/etc/rc.d/ppp      Thu Dec 13 21:51:52 2012 +0000
@@ -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 @@
                        fi
                done
                echo "."
-       else
-               warn "\${ppp_peers} is not set - pppd was not started."
        fi
 }
 



Home | Main Index | Thread Index | Old Index