X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=apache.init;h=8ce5a86b1dbad3da5621daaab145fe39a6bdb635;hp=5faea60187a2010ec83e8238df4f2f1782ab0a95;hb=160c6597096811daf9c81504691db73fde329da1;hpb=4f1460b7cbad35f16620c8f0ad7c9307b5dd98cb diff --git a/apache.init b/apache.init old mode 100755 new mode 100644 index 5faea60..8ce5a86 --- a/apache.init +++ b/apache.init @@ -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