Accepting request 311264 from home:pgajdos

- fix find_mpm to echo mpm binary

OBS-URL: https://build.opensuse.org/request/show/311264
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=449
This commit is contained in:
Kristyna Streitova 2015-06-09 11:43:45 +00:00 committed by Git OBS Bridge
parent 20d9617863
commit b4e9c76a3b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 9 09:04:32 UTC 2015 - pgajdos@suse.com
- fix find_mpm to echo mpm binary
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 2 23:17:40 UTC 2015 - crrodriguez@opensuse.org Tue Jun 2 23:17:40 UTC 2015 - crrodriguez@opensuse.org

View File

@ -35,6 +35,7 @@ if ! ${mpm_set:=false}; then
if [ -x $apache_link-$APACHE_MPM ]; then if [ -x $apache_link-$APACHE_MPM ]; then
ln -sf $apache_link-$APACHE_MPM $apache_link ln -sf $apache_link-$APACHE_MPM $apache_link
ln -sf $apache_link-$APACHE_MPM ${apache_link}2 ln -sf $apache_link-$APACHE_MPM ${apache_link}2
echo $apache_link-$APACHE_MPM
else else
echo >&2 ${warn}$apache_link-$APACHE_MPM is not a valid httpd binary. echo >&2 ${warn}$apache_link-$APACHE_MPM is not a valid httpd binary.
echo >&2 Check your APACHE_MPM setting.$norm echo >&2 Check your APACHE_MPM setting.$norm