1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/www/apache21/files/patch-support:apachectl.in
Will Andrews cfa00f01bb Bring in Apache 2.0.16-beta. Just in time for the release...
PR:		26410
Submitted by:	Chang, Hye-Shik <perky@python.or.kr>
Repocopied by:	asami
2001-04-13 04:43:48 +00:00

25 lines
796 B
Plaintext

--- support/apachectl.in.orig Fri Feb 16 13:26:53 2001
+++ support/apachectl.in Sun Apr 8 03:49:34 2001
@@ -25,10 +25,10 @@
# -------------------- --------------------
#
# the path to your PID file
-PIDFILE=@prefix@/logs/httpd.pid
+PIDFILE=/var/run/httpd.pid
#
# the path to your httpd binary, including options if necessary
-HTTPD='@prefix@/bin/httpd'
+HTTPD='@prefix@/sbin/httpd'
#
# a command that outputs a formatted text version of the HTML at the
# url given on the command line. Designed for lynx, however other
@@ -41,6 +41,8 @@
#
# -------------------- --------------------
# |||||||||||||||||||| END CONFIGURATION SECTION ||||||||||||||||||||
+
+eval `limits -e -C daemon` >/dev/null 2>&1
ERROR=0
ARGV="$@"