From: Ryan Bloom Date: Wed, 9 May 2001 15:56:50 +0000 (+0000) Subject: Fix apachectl so that it uses the configure program name. X-Git-Tag: 2.0.18~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51f146f7f466bd23f5f29d616ddfd81d5d01bb1e;p=apache Fix apachectl so that it uses the configure program name. Submitted by: Daniel Lopez git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89061 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/apachectl.in b/support/apachectl.in index 136a81cacb..cce5c9e7eb 100644 --- a/support/apachectl.in +++ b/support/apachectl.in @@ -28,7 +28,7 @@ PIDFILE=@prefix@/logs/httpd.pid # # the path to your httpd binary, including options if necessary -HTTPD='@prefix@/bin/httpd' +HTTPD='@prefix@/bin/@progname@' # # a command that outputs a formatted text version of the HTML at the # url given on the command line. Designed for lynx, however other