components/apache2/patches/apachectl.patch
changeset 1331 0d14e812ca53
child 1346 ebb3e4503fed
equal deleted inserted replaced
1330:2a50bc2a23b0 1331:0d14e812ca53
       
     1 Allows SMF method to override Apache binary to start and thus select if
       
     2 we want prefork/worker Apache MPM.
       
     3 
       
     4 --- support/apachectl.in	Tue Jul 11 20:38:44 2006
       
     5 +++ support/apachectl.in	Tue May 14 07:40:03 2013
       
     6 @@ -41,7 +41,7 @@
       
     7  # --------------------                              --------------------
       
     8  # 
       
     9  # the path to your httpd binary, including options if necessary
       
    10 -HTTPD='@exp_sbindir@/@progname@'
       
    11 +HTTPD=${HTTPD:-@exp_sbindir@/@progname@}
       
    12  #
       
    13  # pick up any necessary environment variables
       
    14  if test -f @exp_sbindir@/envvars; then