]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.init
- don't process commented out entries
[packages/apache.git] / apache.init
index 2a600bbb219e0da26de4e9c3451c86502a03ff0a..8ce5a86b1dbad3da5621daaab145fe39a6bdb635 100644 (file)
 # 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
This page took 0.133082 seconds and 4 git commands to generate.