Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d Adjust comment to what's actually being done



details:   https://anonhg.NetBSD.org/src/rev/e4d229a0190e
branches:  trunk
changeset: 495638:e4d229a0190e
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Wed Aug 02 11:07:51 2000 +0000

description:
Adjust comment to what's actually being done

diffstat:

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

diffs (20 lines):

diff -r 5eb83f666726 -r e4d229a0190e etc/rc.d/ppp
--- a/etc/rc.d/ppp      Wed Aug 02 10:50:49 2000 +0000
+++ b/etc/rc.d/ppp      Wed Aug 02 11:07:51 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: ppp,v 1.3 2000/07/26 00:11:49 lukem Exp $
+# $NetBSD: ppp,v 1.4 2000/08/02 11:07:51 hubertf Exp $
 #
 
 # PROVIDE: ppp
@@ -21,7 +21,7 @@
        #       /etc/ppp/peers and $ppp_peers contain boot configuration
        #       information for pppd.  each value in $ppp_peers that has a
        #       file in /etc/ppp/peers of the same name, will be run as
-       #       `pppd <peer>'.
+       #       `pppd call <peer>'.
        #
        if [ -n "$ppp_peers" ]; then
                set -- $ppp_peers



Home | Main Index | Thread Index | Old Index