From 51f146f7f466bd23f5f29d616ddfd81d5d01bb1e Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Wed, 9 May 2001 15:56:50 +0000 Subject: [PATCH] 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 --- support/apachectl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1