]> git.pld-linux.org Git - packages/apache.git/commitdiff
- note 2.4 version
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 10 Mar 2012 10:40:25 +0000 (10:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.init -> 1.72

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.037919 seconds and 4 git commands to generate.