]> git.pld-linux.org Git - packages/rdate.git/blobdiff - rdate.init
- fixed previous change
[packages/rdate.git] / rdate.init
index a6b9f1e03e7c522d3b769213d08cbb7a3c621e18..f3097e5c5e6d884c0773b44aa6057cabfef1c5f8 100644 (file)
@@ -14,7 +14,7 @@
 
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
-       if [ ! -f /var/lock/subsys/network -a != stop -a != status ]; then
+       if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
                msg_network_down rdate
                exit 1
        fi
This page took 0.037068 seconds and 4 git commands to generate.