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:
Cristian Rodríguez 2013-10-21 23:38:35 +00:00 committed by Git OBS Bridge
parent 093d4afe6d
commit a7e48a73f8
2 changed files with 7 additions and 1 deletions

View File

@ -67,7 +67,7 @@ for module in mod_authn_default mod_authz_default mod_mem_cache authz_default; d
fi
done
if [ -x /usr/bin/systemd-notify ] && /usr/bin/systemd-notify --booted && ! a2enmod -q systemd; then
if ! a2enmod -q systemd; then
a2enmod systemd
fi

View File

@ -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