Return-Path: Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 82958 invoked from network); 8 Apr 2002 14:46:35 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 8 Apr 2002 14:46:35 -0000 Received: (qmail 23477 invoked by uid 50); 8 Apr 2002 14:46:36 -0000 Date: 8 Apr 2002 14:46:36 -0000 Message-ID: <20020408144636.23476.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 7840] New: - apachectl: wrong dir for the httpd binary X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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