summaryrefslogtreecommitdiff
path: root/russian/apache13/files/patch-ak
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-14 03:10:30 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-14 03:10:30 +0000
commitc7e763ba8e017ca20df9e0d883dff5a5d5b0464b (patch)
tree7e6612ef1d35d3fc9aa685edebdb328c30eccb4f /russian/apache13/files/patch-ak
parentCorrection the last commit should have said. (diff)
Update to apache version 1.3.9 and RA 29.0.
PR: 14846 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=23100
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