mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
541 B
Plaintext
20 lines
541 B
Plaintext
--- 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 ||||||||||||||||||||
|
|
|
|
+eval `limits -e -C daemon` >/dev/null 2>&1
|
|
+
|
|
ERROR=0
|
|
ARGV="$@"
|
|
if [ "x$ARGV" = "x" ] ; then
|
|
@@ -82,6 +84,7 @@
|
|
fi
|
|
if kill $PID ; then
|
|
echo "$0 $ARG: httpd stopped"
|
|
+ rm $PIDFILE
|
|
else
|
|
echo "$0 $ARG: httpd could not be stopped"
|
|
ERROR=4
|