[SCM] Debian packaging for apache2 branch, master, updated. debian/2.2.22-3-34-g2f4956a

Arno Töll arno at debian.org
Mon Jun 11 21:53:59 UTC 2012


The following commit has been merged in the master branch:
commit 8525d45a6b7acb5207c5c783d4b6d2575b7cc9c2
Author: Arno Töll <arno at debian.org>
Date:   Mon Jun 11 23:53:24 2012 +0200

    Revert "guard against empty variable"
    
    This reverts commit 179b845fb835f2fa514d2d746e1df5c8ac3caa71.

diff --git a/debian/apache2.2-common.apache2.init b/debian/apache2.2-common.apache2.init
index d64c8f3..43986a1 100755
--- a/debian/apache2.2-common.apache2.init
+++ b/debian/apache2.2-common.apache2.init
@@ -80,7 +80,7 @@ apache_wait_stop() {
         local STATUS=$1
 
         PIDTMP=$(pidofproc $DAEMON -p $PIDFILE)
-        if [ -n "${PIDTMP:-}" ] && kill -0 "${PIDTMP:-}" 2> /dev/null; then
+        if [ -n ${PIDTMP:-} ] && kill -0 "${PIDTMP:-}" 2> /dev/null; then
                 local i=0
                 while kill -0 "${PIDTMP:-}" 2> /dev/null;  do
                         if [ $i = '60' ]; then

-- 
Debian packaging for apache2



More information about the Pkg-apache-commits mailing list