freebsd-ports/www/apache20/files/patch-support:apachectl.in
Hye-Shik Chang 2a0ac18cea Correct envvars path on apachectl(1)
Submitted by:	Franco Venturi <fventuri@attbi.com>
2002-07-11 12:24:53 +00:00

21 lines
671 B
Text

--- support/apachectl.in.orig Mon May 27 20:46:01 2002
+++ support/apachectl.in Thu Jul 11 21:12:36 2002
@@ -31,8 +31,8 @@
HTTPD='@exp_sbindir@/@progname@'
#
# pick up any necessary environment variables
-if test -f @exp_bindir@/envvars; then
- . @exp_bindir@/envvars
+if test -f @exp_sbindir@/envvars; then
+ . @exp_sbindir@/envvars
fi
#
# a command that outputs a formatted text version of the HTML at the
@@ -46,6 +46,7 @@
#
# -------------------- --------------------
# |||||||||||||||||||| END CONFIGURATION SECTION ||||||||||||||||||||
+eval `limits -e -C daemon` >/dev/null 2>&1
ERROR=0
if [ "x$ARGV" = "x" ] ; then