mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
24 lines
612 B
Plaintext
24 lines
612 B
Plaintext
*** src/support/apachectl.orig Fri Jul 17 01:25:54 1998
|
|
--- src/support/apachectl Thu Jul 23 17:11:38 1998
|
|
***************
|
|
*** 39,44 ****
|
|
--- 39,46 ----
|
|
# -------------------- --------------------
|
|
# |||||||||||||||||||| END CONFIGURATION SECTION ||||||||||||||||||||
|
|
|
|
+ eval `limits -e -C daemon` >/dev/null 2>&1
|
|
+
|
|
ERROR=0
|
|
ARGV="$@"
|
|
if [ "x$ARGV" = "x" ] ; then
|
|
***************
|
|
*** 82,87 ****
|
|
--- 84,90 ----
|
|
fi
|
|
if kill $PID ; then
|
|
echo "$0 $ARG: httpd stopped"
|
|
+ rm $PIDFILE
|
|
else
|
|
echo "$0 $ARG: httpd could not be stopped"
|
|
ERROR=4
|