diff --git a/apache2.changes b/apache2.changes index 3819231..497ec7b 100644 --- a/apache2.changes +++ b/apache2.changes @@ -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 diff --git a/find_mpm b/find_mpm index bbdd184..549bef9 100644 --- a/find_mpm +++ b/find_mpm @@ -35,6 +35,7 @@ if ! ${mpm_set:=false}; then if [ -x $apache_link-$APACHE_MPM ]; then ln -sf $apache_link-$APACHE_MPM $apache_link ln -sf $apache_link-$APACHE_MPM ${apache_link}2 + echo $apache_link-$APACHE_MPM else echo >&2 ${warn}$apache_link-$APACHE_MPM is not a valid httpd binary. echo >&2 Check your APACHE_MPM setting.$norm