summaryrefslogtreecommitdiff
path: root/www/apache22/files/patch-support:apachectl.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /www/apache22/files/patch-support:apachectl.in
parentNew index, rebuilt due to samba changes. (Gee, how many things (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'www/apache22/files/patch-support:apachectl.in')
-rw-r--r--www/apache22/files/patch-support:apachectl.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/www/apache22/files/patch-support:apachectl.in b/www/apache22/files/patch-support:apachectl.in
deleted file mode 100644
index 739a622d74de..000000000000
--- a/www/apache22/files/patch-support:apachectl.in
+++ /dev/null
@@ -1,24 +0,0 @@
---- 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="$@"