]> git.pld-linux.org Git - packages/apache.git/commitdiff
fixed typo
authorArtur Frysiak <artur@frysiak.net>
Tue, 20 Jul 1999 08:18:58 +0000 (08:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.init -> 1.4

apache.init

index 9cf9e6f592bc488d9812018c2dc46d0c6fc6c95f..0afc17176493fa6b2d758a1a3069126c716d92e6 100644 (file)
@@ -22,7 +22,7 @@
 [ -f /etc/sysconfig/apache ] && . /etc/sysconfig/apache
 
 # Check that networking is up.
-[ "${NETWORKING}" = "no" ] && echo "Error: Networking is down"; exit 0
+[ "${NETWORKING}" = "no" ] && echo "Error: Networking is down" && exit 0
 
 
 # See how we were called.
This page took 0.032248 seconds and 4 git commands to generate.