1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/www/apache13-modssl/files/patch-ad
Ralf S. Engelschall a0a0b41f7f It's double-feature time:
Upgrade to Apache 1.3.9 and mod_ssl 2.4.0
1999-08-20 06:27:51 +00:00

20 lines
544 B
Plaintext

--- 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 ||||||||||||||||||||
+eval `limits -e -C daemon` >/dev/null 2>&1
+
ERROR=0
ARGV="$@"
if [ "x$ARGV" = "x" ] ; then
@@ -94,6 +96,7 @@
fi
if kill $PID ; then
echo "$0 $ARG: httpd stopped"
+ rm -f $PIDFILE
else
echo "$0 $ARG: httpd could not be stopped"
ERROR=4