]> git.pld-linux.org Git - packages/pure-ftpd.git/blobdiff - pure-ftpd.init
- updated -ftpd-path_to_ssl_cert_in_config.patch - cleaning, updated docs.
[packages/pure-ftpd.git] / pure-ftpd.init
index b9c175ae166390455958aea216b828a853891655..6b80baa540fe353dbd1e4cad4cb0bbfbd604dfa0 100644 (file)
@@ -17,7 +17,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
                # nls "ERROR: Networking is down. %s can't be run." <service>
                msg_network_down pure-ftpd
                exit 1
This page took 0.076552 seconds and 4 git commands to generate.