summaryrefslogtreecommitdiff
path: root/www/apache13-modssl/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache13-modssl/files/patch-ad')
-rw-r--r--www/apache13-modssl/files/patch-ad9
1 files changed, 0 insertions, 9 deletions
diff --git a/www/apache13-modssl/files/patch-ad b/www/apache13-modssl/files/patch-ad
index c89aa3d323f7..5deadd438d9a 100644
--- a/www/apache13-modssl/files/patch-ad
+++ b/www/apache13-modssl/files/patch-ad
@@ -9,15 +9,6 @@
ERROR=0
ARGV="$@"
if [ "x$ARGV" = "x" ] ; then
-@@ -50,7 +52,7 @@
- # check for pidfile
- if [ -f $PIDFILE ] ; then
- PID=`cat $PIDFILE`
-- if [ ! "x$PID" = "x" ] && kill -0 $PID; then
-+ if [ ! "x$PID" = "x" ] && kill -0 $PID >/dev/null 2>&1; then
- STATUS="httpd (pid $PID) running"
- RUNNING=1
- else
@@ -94,6 +96,7 @@
fi
if kill $PID ; then