]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache.init
- PLD merge
[packages/apache.git] / apache.init
old mode 100755 (executable)
new mode 100644 (file)
index 5faea60..8ce5a86
@@ -21,7 +21,7 @@
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
        if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
-               msg_network_down "Apache 2.2 Web Server"
+               msg_network_down "Apache 2.4 Web Server"
                exit 1
        fi
 else