1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/www/apache22/files/patch-ak

37 lines
1.1 KiB
Plaintext
Raw Normal View History

1997-11-21 21:10:28 +00:00
*** src/support/apachectl.orig Sun Oct 26 02:35:19 1997
--- src/support/apachectl Fri Nov 21 22:58:08 1997
***************
*** 21,30 ****
# -------------------- --------------------
#
# the path to your PID file
1997-11-21 21:10:28 +00:00
! PIDFILE=/usr/local/apache/logs/httpd.pid
#
# the path to your httpd binary
1997-11-21 21:10:28 +00:00
! HTTPD=/usr/local/apache/src/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
--- 21,30 ----
# -------------------- --------------------
#
# the path to your PID file
! PIDFILE=/var/run/httpd.pid
#
# the path to your httpd binary
! HTTPD=/usr/local/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
***************
1997-11-21 21:10:28 +00:00
*** 37,42 ****
--- 37,44 ----
#
# -------------------- --------------------
# |||||||||||||||||||| END CONFIGURATION SECTION ||||||||||||||||||||
+
1997-11-21 21:19:04 +00:00
+ eval `limits -e -C daemon` >/dev/null 2>&1
ERROR=0
ARGV="$@"