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:
parent
20d9617863
commit
b4e9c76a3b
@ -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
|
||||||
|
|
||||||
|
1
find_mpm
1
find_mpm
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user