diff options
Diffstat (limited to 'russian/apache13-modssl/files/patch-ak')
-rw-r--r-- | russian/apache13-modssl/files/patch-ak | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/russian/apache13-modssl/files/patch-ak b/russian/apache13-modssl/files/patch-ak index 486f7ad159cf..5deadd438d9a 100644 --- a/russian/apache13-modssl/files/patch-ak +++ b/russian/apache13-modssl/files/patch-ak @@ -1,5 +1,5 @@ ---- src/support/apachectl.orig Wed Apr 7 00:36:33 1999 -+++ src/support/apachectl Fri Sep 3 15:41:01 1999 +--- src/support/apachectl.orig Wed Mar 24 10:11:39 1999 ++++ src/support/apachectl Wed Mar 24 10:19:09 1999 @@ -39,6 +39,8 @@ # -------------------- -------------------- # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| @@ -9,11 +9,11 @@ ERROR=0 ARGV="$@" if [ "x$ARGV" = "x" ] ; then -@@ -82,6 +84,7 @@ +@@ -94,6 +96,7 @@ fi if kill $PID ; then echo "$0 $ARG: httpd stopped" -+ rm $PIDFILE ++ rm -f $PIDFILE else echo "$0 $ARG: httpd could not be stopped" ERROR=4 |