Adjust comment to what's actually being done

This commit is contained in:
hubertf 2000-08-02 11:07:51 +00:00
parent 2ee926643f
commit dcefdf7722
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/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 # PROVIDE: ppp
@ -21,7 +21,7 @@ ppp_start()
# /etc/ppp/peers and $ppp_peers contain boot configuration # /etc/ppp/peers and $ppp_peers contain boot configuration
# information for pppd. each value in $ppp_peers that has a # information for pppd. each value in $ppp_peers that has a
# file in /etc/ppp/peers of the same name, will be run as # file in /etc/ppp/peers of the same name, will be run as
# `pppd <peer>'. # `pppd call <peer>'.
# #
if [ -n "$ppp_peers" ]; then if [ -n "$ppp_peers" ]; then
set -- $ppp_peers set -- $ppp_peers