SOURCES: openvpn.init - typos
glen
glen at pld-linux.org
Fri Jun 16 08:59:38 CEST 2006
Author: glen Date: Fri Jun 16 06:59:38 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- typos
---- Files affected:
SOURCES:
openvpn.init (1.22 -> 1.23)
---- Diffs:
================================================================
Index: SOURCES/openvpn.init
diff -u SOURCES/openvpn.init:1.22 SOURCES/openvpn.init:1.23
--- SOURCES/openvpn.init:1.22 Fri Jun 16 08:58:37 2006
+++ SOURCES/openvpn.init Fri Jun 16 08:59:33 2006
@@ -42,7 +42,7 @@
tunlsup() {
ret=0
for tun in $TUNNELS; do
- tulnup $tun && continue
+ tunlup $tun && continue
ret=1
done
return $ret
@@ -58,7 +58,7 @@
fi
# Check if the service is already running?
- if ! tunslup; then
+ if ! tunlsup; then
msg_starting "OpenVPN"; started
for tun in $TUNNELS; do
show "Starting OpenVPN tunnel %s" "$tun"
@@ -77,7 +77,7 @@
fi
;;
stop)
- if tunslup; then
+ if tunlsup; then
# Stop daemons.
msg_stopping "OpenVPN"; started
for tun in $TUNNELS; do
@@ -104,7 +104,7 @@
exit $?
;;
reload|force-reload)
- if tunslup; then
+ if tunlsup; then
msg_reloading "OpenVPN"; started
for tun in $TUNNELS; do
show "Reloading OpenVPN tunnel %s" "$tun"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/openvpn.init?r1=1.22&r2=1.23&f=u
More information about the pld-cvs-commit
mailing list