[SCM] Debian packaging for apache2 branch, next, updated. debian/2.4.4-2-21-g9e031f4

Arno Töll arno at debian.org
Mon May 20 17:10:10 UTC 2013


The following commit has been merged in the next branch:
commit 9e031f45a83a514615d454fb957385dba262126d
Author: Arno Töll <arno at debian.org>
Date:   Mon May 20 19:10:06 2013 +0200

    Also correct the error message to the new timer

diff --git a/debian/apache2.init b/debian/apache2.init
index e96dfb2..ec10009 100755
--- a/debian/apache2.init
+++ b/debian/apache2.init
@@ -86,7 +86,7 @@ apache_wait_start() {
                 fi
 
                 if [ $i = "20" ] ; then
-                        APACHE2_INIT_MESSAGE="The apache2$DIR_SUFFIX instance did not start within 5 seconds. Please read the log files to discover problems"
+                        APACHE2_INIT_MESSAGE="The apache2$DIR_SUFFIX instance did not start within 20 seconds. Please read the log files to discover problems"
                         return 2
                 fi
 

-- 
Debian packaging for apache2



More information about the Pkg-apache-commits mailing list