DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7840>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7840
apachectl: wrong dir for the httpd binary
Summary: apachectl: wrong dir for the httpd binary
Product: Apache httpd-2.0
Version: 2.0.35
Platform: Other
OS/Version: Other
Status: NEW
Severity: Minor
Priority: Other
Component: All
AssignedTo: bugs@httpd.apache.org
ReportedBy: andreas@netbank.com.br
make install places "httpd" in $(sbindir), and apachectl expects to find it in
$(bindir):
--- httpd-2.0.35/support/apachectl.in.orig 2002-04-07 18:11:08.000000000 -0300
+++ httpd-2.0.35/support/apachectl.in 2002-04-07 18:11:23.000000000 -0300
@@ -29,7 +29,7 @@
PIDFILE=@exp_runtimedir@/@progname@.pid
#
# the path to your httpd binary, including options if necessary
-HTTPD='@exp_bindir@/@progname@'
+HTTPD='@exp_sbindir@/@progname@'
#
# pick up any necessary environment variables
if test -f @exp_bindir@/envvars; then
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|