diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-13 04:43:48 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-13 04:43:48 +0000 |
commit | cfa00f01bbc24053f541604ac751cf0ad914c404 (patch) | |
tree | 716f5e5a0ea1ea021b013c92e09bcb12ce707011 /www/apache2/files/patch-support:apachectl.in | |
parent | 8ddcacd92301d4cf336b79e0e9599a03829799c8 (diff) |
Notes
Diffstat (limited to 'www/apache2/files/patch-support:apachectl.in')
-rw-r--r-- | www/apache2/files/patch-support:apachectl.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/apache2/files/patch-support:apachectl.in b/www/apache2/files/patch-support:apachectl.in new file mode 100644 index 000000000000..739a622d74de --- /dev/null +++ b/www/apache2/files/patch-support:apachectl.in @@ -0,0 +1,24 @@ +--- 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="$@" |