Bug 30723 - apachectl uses wrong directory to find envvars
Summary: apachectl uses wrong directory to find envvars
Status: CLOSED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: support (show other bugs)
Version: 2.0.50
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-18 10:12 UTC by Friedrich Haubensak
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Friedrich Haubensak 2004-08-18 10:12:12 UTC
apachectl uses bindir instead of sbindir to look for envvars:

you should change @exp_bindir@/envvars to @exp_sbindir@/envvars in lines 46 and
47 of ./support/apachectl.in
Comment 1 Jeff Trawick 2004-08-18 11:26:27 UTC
Thanks for your fix, and thanks for using Apache.

I've committed the fix to Apache 2.1-dev and have also proposed that it be
merged into the next 2.0.x release.