From 2a0ac18cea5a900b0fd3a80bf36255bc1f877532 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Thu, 11 Jul 2002 12:24:53 +0000 Subject: Correct envvars path on apachectl(1) Submitted by: Franco Venturi --- www/apache21/files/patch-support:apachectl.in | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'www/apache21') diff --git a/www/apache21/files/patch-support:apachectl.in b/www/apache21/files/patch-support:apachectl.in index 0287f77bed6b..57d2af876b8f 100644 --- a/www/apache21/files/patch-support:apachectl.in +++ b/www/apache21/files/patch-support:apachectl.in @@ -1,6 +1,17 @@ ---- support/apachectl.in.orig Thu Apr 4 18:15:44 2002 -+++ support/apachectl.in Sun Apr 7 08:49:25 2002 -@@ -47,6 +47,7 @@ +--- 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 |||||||||||||||||||| -- cgit v1.2.3