]> git.pld-linux.org Git - packages/GNUnet.git/commitdiff
- syntax error fixed
authoremes <emes@pld-linux.org>
Sat, 5 Jul 2003 17:20:16 +0000 (17:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnunet.init -> 1.3

gnunet.init

index e657f9a818d518766d845ac648c628e44f4aa3fa..4740c3769770c8784f44b7ef4193a104ffe82e6e 100755 (executable)
@@ -18,7 +18,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 ]; then
                msg_network_down "GNUnet"
                exit 1
        fi
This page took 0.058402 seconds and 4 git commands to generate.