Accepting request 204242 from home:elvigia:branches:Apache
- fix [bnc#846897] problems building kiwi images due to systemd not being running in chroot. (submit to 13.1 ASAP) OBS-URL: https://build.opensuse.org/request/show/204242 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=393
This commit is contained in:
parent
093d4afe6d
commit
a7e48a73f8
@ -67,7 +67,7 @@ for module in mod_authn_default mod_authz_default mod_mem_cache authz_default; d
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -x /usr/bin/systemd-notify ] && /usr/bin/systemd-notify --booted && ! a2enmod -q systemd; then
|
if ! a2enmod -q systemd; then
|
||||||
a2enmod systemd
|
a2enmod systemd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 23:27:56 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- fix [bnc#846897] problems building kiwi images due to
|
||||||
|
systemd not being running in chroot. (submit to 13.1 ASAP)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 14 19:58:23 UTC 2013 - aj@suse.com
|
Mon Oct 14 19:58:23 UTC 2013 - aj@suse.com
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user