mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a0a0b41f7f
Upgrade to Apache 1.3.9 and mod_ssl 2.4.0
20 lines
544 B
Plaintext
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
|