X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=apache.init;h=8ce5a86b1dbad3da5621daaab145fe39a6bdb635;hp=2a600bbb219e0da26de4e9c3451c86502a03ff0a;hb=160c6597096811daf9c81504691db73fde329da1;hpb=46200aff246dafeab07e65c8e07cd3c818af89e4 diff --git a/apache.init b/apache.init old mode 100755 new mode 100644 index 2a600bb..8ce5a86 --- a/apache.init +++ b/apache.init @@ -21,14 +21,14 @@ # 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 exit 0 fi -SVC_NAME="Apache 2.2 Web Server" +SVC_NAME="Apache 2.4 Web Server" if [ -n "${HTTPD_CONF}" ]; then if [ -d "${HTTPD_CONF}" ] || [ -f "${HTTPD_CONF}" ]; then