]> git.pld-linux.org Git - packages/stunnel.git/blobdiff - stunnel.init
- log service name which was refused too ( -libwrap_srv_name_log.patch).
[packages/stunnel.git] / stunnel.init
index 54a84bf5f2913cfcbe6d440f21487dd5d7c62841..6d202b3308a119165374b7e74e0e08be8eaa59e8 100644 (file)
@@ -20,7 +20,7 @@
 
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
-       if [ ! -f /var/lock/subsys/network ]; then
+       if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
                msg_network_down stunnel
                exit 1
        fi
This page took 0.060004 seconds and 4 git commands to generate.