diff --git a/srcpkgs/systemd/INSTALL b/srcpkgs/systemd/INSTALL index 70f56697e5..d7b0c60980 100644 --- a/srcpkgs/systemd/INSTALL +++ b/srcpkgs/systemd/INSTALL @@ -7,6 +7,8 @@ post) systemctl enable getty@.service || : fi if [ "$UPDATE" = "yes" -a -e sys/fs/cgroup/systemd ]; then + udevadm hwdb --update + journalctl --update-catalog systemctl --system daemon-reexec || : fi ;; diff --git a/srcpkgs/systemd/files/systemd-dirs.tmpfiles b/srcpkgs/systemd/files/systemd-dirs.tmpfiles index 1a1fab55c5..aaf5d591df 100644 --- a/srcpkgs/systemd/files/systemd-dirs.tmpfiles +++ b/srcpkgs/systemd/files/systemd-dirs.tmpfiles @@ -16,4 +16,3 @@ d /usr/lib/systemd/ntp-units.d 0755 root root d /usr/lib/binfmt.d 0755 root root d /usr/lib/sysctl.d 0755 root root d /usr/lib/modules-load.d 0755 root root -d /var/lib/systemd 0755 root root diff --git a/srcpkgs/systemd/template b/srcpkgs/systemd/template index 916b609b26..c0d743c6e0 100644 --- a/srcpkgs/systemd/template +++ b/srcpkgs/systemd/template @@ -1,12 +1,12 @@ # Template file for 'systemd' pkgname=systemd version=196 -revision=6 +revision=7 build_style=gnu-configure configure_args="--with-distro=other --libexecdir=/usr/lib --disable-selinux --disable-tcpwrap --with-rootprefix=/usr --with-sysvinit-path= --with-sysvrcd-path= --disable-audit - --disable-static" + --disable-static --disable-ima" depends="dbus run-parts kbd libcap-progs" makedepends="pkg-config intltool gperf libxslt docbook-xsl acl-devel pam-devel dbus-devel libcap-devel libkmod-devel liblzma-devel cryptsetup-devel