summaryrefslogtreecommitdiff
path: root/russian/apache13/files/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'russian/apache13/files/patch-ak')
-rw-r--r--russian/apache13/files/patch-ak13
1 files changed, 2 insertions, 11 deletions
diff --git a/russian/apache13/files/patch-ak b/russian/apache13/files/patch-ak
index 09c3852d49fa..486f7ad159cf 100644
--- a/russian/apache13/files/patch-ak
+++ b/russian/apache13/files/patch-ak
@@ -1,5 +1,5 @@
---- src/support/apachectl.orig Tue Feb 9 21:00:34 1999
-+++ src/support/apachectl Fri Mar 26 00:08:20 1999
+--- src/support/apachectl.orig Wed Apr 7 00:36:33 1999
++++ src/support/apachectl Fri Sep 3 15:41:01 1999
@@ -39,6 +39,8 @@
# -------------------- --------------------
# |||||||||||||||||||| END CONFIGURATION SECTION ||||||||||||||||||||
@@ -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
@@ -82,6 +84,7 @@
fi
if kill $PID ; then