diff --git a/srcpkgs/systemd/INSTALL b/srcpkgs/systemd/INSTALL index e0b0318e877..2ad5bfbd8b7 100644 --- a/srcpkgs/systemd/INSTALL +++ b/srcpkgs/systemd/INSTALL @@ -5,7 +5,7 @@ post) if [ -c dev/urandom -a ! -f etc/machine-id ]; then systemd-machine-id-setup fi - systemctl enable getty@.service || : + systemctl enable getty@tty1.service || : if [ "$UPDATE" = "yes" -a -e sys/fs/cgroup/systemd ]; then udevadm hwdb --update diff --git a/srcpkgs/systemd/template b/srcpkgs/systemd/template index eb7b5bec7c6..95a2dee75f3 100644 --- a/srcpkgs/systemd/template +++ b/srcpkgs/systemd/template @@ -1,7 +1,7 @@ # Template file for 'systemd' pkgname=systemd version=206 -revision=1 +revision=2 short_desc="A system and service manager for Linux" maintainer="Juan RP " homepage="http://www.freedesktop.org/wiki/Software/systemd" @@ -107,7 +107,7 @@ post_install() { ln -sf /usr/lib/systemd/systemd ${DESTDIR}/usr/sbin/init # Remove RPM stuff. - rm -rf ${DESTDIR}/etc/rpm + rm -rf ${DESTDIR}/etc/rpm ${DESTDIR}/usr/lib/rpm # Disable units in /etc; we do this at post-install time. rm -rf ${DESTDIR}/etc/systemd/system/getty.target.wants