diff --git a/srcpkgs/systemd/patches/getty_service_void.patch b/srcpkgs/systemd/patches/getty_service_void.patch index f9d55c88cb..e3a36d0438 100644 --- a/srcpkgs/systemd/patches/getty_service_void.patch +++ b/srcpkgs/systemd/patches/getty_service_void.patch @@ -1,17 +1,8 @@ Void linux specific patch: do not clear screen in getty. ---- units/getty@.service.m4.orig 2012-07-02 18:53:11.843700293 +0200 -+++ units/getty@.service.m4 2012-07-02 18:53:29.186280029 +0200 -@@ -41,7 +41,7 @@ ConditionPathExists=/dev/tty0 - - [Service] - Environment=TERM=linux --ExecStart=-/sbin/agetty %I 38400 -+ExecStart=-/sbin/agetty --noclear %I 38400 - Type=idle - Restart=always - RestartSec=0 -@@ -49,7 +49,7 @@ UtmpIdentifier=%I +--- units/getty@.service.m4.orig 2012-07-04 10:08:18.927098064 +0200 ++++ units/getty@.service.m4 2012-07-04 10:08:54.749229771 +0200 +@@ -50,7 +50,7 @@ UtmpIdentifier=%I TTYPath=/dev/%I TTYReset=yes TTYVHangup=yes diff --git a/srcpkgs/systemd/template b/srcpkgs/systemd/template index dac43f8bd1..08f0df1941 100644 --- a/srcpkgs/systemd/template +++ b/srcpkgs/systemd/template @@ -1,10 +1,10 @@ # Template file for 'systemd' pkgname=systemd -version=185 -revision=5 +version=186 +revision=1 distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz" build_style=gnu-configure -configure_args="--with-distro=other --with-rootprefix= --disable-plymouth +configure_args="--with-distro=other --with-rootprefix= --with-pamlibdir=/lib/security --disable-selinux --disable-tcpwrap --with-sysvinit-path= --with-sysvrcd-path= --disable-audit --libexecdir=/lib --with-usb-ids-path=/usr/share/hwdata/usb.ids @@ -18,7 +18,7 @@ short_desc="A system and service manager for Linux" maintainer="Juan RP " homepage="http://www.freedesktop.org/wiki/Software/systemd" license="LGPL-2.1, GPL-2, MIT" -checksum=7909f41237c2cbf6cf00c757a88010e179b7a4bf146908a9131de0bb7b2097c7 +checksum=b2c201f501952e52241827f01541de7ee05c1238fc39bfe97065f5a04e46b27e long_desc=" systemd is a system and service manager for Linux, compatible with SysV and LSB init scripts. systemd provides aggressive parallelization capabilities, uses diff --git a/srcpkgs/systemd/udev.template b/srcpkgs/systemd/udev.template index 364d16d449..bbd67097b9 100644 --- a/srcpkgs/systemd/udev.template +++ b/srcpkgs/systemd/udev.template @@ -16,7 +16,7 @@ do_install() { done vmove usr/share/pkgconfig/udev.pc usr/share/pkgconfig vmove lib/systemd/systemd-udevd lib/systemd - for f in udev.service udev-control.socket udev-kernel.socket \ + for f in udevd.service udevd-control.socket udevd-kernel.socket \ udev-trigger.service udev-settle.service; do vmove lib/systemd/system/systemd-${f} lib/systemd/system done