We install $(PROGRAMS) into $(sbindir) not $(bindir), so this is correct.
PR: 7840
Submitted by: Andreas Hasenack <andreas@netbank.com.br>
Reviewed by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94653
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.36
+ *) Properly substitute sbindir as httpd's location in apachectl. PR 7840.
+ [Andreas Hasenack <andreas@netbank.com.br>]
+
*) Allow Win32 shebang scripts to follow the path (or omit the .exe
suffix from the shebang command), and allow ScriptInterpreterSource
Registry or RegistryStrict to override shebang lines, as 1.3 did.
httpd-std.conf
+ssl-std.conf
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