Adjust comment to what's actually being done
This commit is contained in:
parent
2ee926643f
commit
dcefdf7722
|
@ -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 @@ ppp_start()
|
|||
# /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
|
||||
|
|
Loading…
Reference in New Issue