packages: apache/apache.init - note 2.4 version

glen glen at pld-linux.org
Sat Mar 10 11:40:30 CET 2012


Author: glen                         Date: Sat Mar 10 10:40:30 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- note 2.4 version

---- Files affected:
packages/apache:
   apache.init (1.71 -> 1.72) 

---- Diffs:

================================================================
Index: packages/apache/apache.init
diff -u packages/apache/apache.init:1.71 packages/apache/apache.init:1.72
--- packages/apache/apache.init:1.71	Sat Feb 25 22:32:34 2012
+++ packages/apache/apache.init	Sat Mar 10 11:40:25 2012
@@ -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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache.init?r1=1.71&r2=1.72&f=u



More information about the pld-cvs-commit mailing list