From 40ff1d05fa652349ea46d528cf29e8cbf2facd43 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 20 Jul 2012 09:25:34 +0200 Subject: [PATCH] systemd: update to 187. --- srcpkgs/systemd/patches/getty_service_void.patch | 13 ------------- srcpkgs/systemd/template | 11 +++-------- 2 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 srcpkgs/systemd/patches/getty_service_void.patch diff --git a/srcpkgs/systemd/patches/getty_service_void.patch b/srcpkgs/systemd/patches/getty_service_void.patch deleted file mode 100644 index e3a36d0438c..00000000000 --- a/srcpkgs/systemd/patches/getty_service_void.patch +++ /dev/null @@ -1,13 +0,0 @@ -Void linux specific patch: do not clear screen in getty. - ---- 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 --TTYVTDisallocate=yes -+#TTYVTDisallocate=yes - KillMode=process - IgnoreSIGPIPE=no - diff --git a/srcpkgs/systemd/template b/srcpkgs/systemd/template index f173f2e714a..6a0709c17eb 100644 --- a/srcpkgs/systemd/template +++ b/srcpkgs/systemd/template @@ -1,7 +1,7 @@ # Template file for 'systemd' pkgname=systemd -version=186 -revision=3 +version=187 +revision=1 distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz" build_style=gnu-configure configure_args="--with-distro=other --libexecdir=/usr/lib @@ -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=b2c201f501952e52241827f01541de7ee05c1238fc39bfe97065f5a04e46b27e +checksum=1a3b338f00cc1ec8b1dcdafe6ce7928f016f70403190db72960df38731fbeed4 long_desc=" systemd is a system and service manager for Linux, compatible with SysV and LSB init scripts. systemd provides aggressive parallelization capabilities, uses @@ -42,11 +42,6 @@ make_dirs=" /etc/local.d 0755 root root /var/lib/systemd 0755 root root" -pre_configure() { - sed -i -e "s|/bin/loadkeys|/usr/bin/loadkeys|g" Makefile.in - sed -i -e "s|/bin/setfont|/usr/bin/setfont|g" Makefile.in -} - post_install() { for f in etc/binfmt.d etc/sysctl.d etc/modules-load.d etc/tmpfiles.d \ etc/systemd/user etc/systemd/system/local-fs.target.wants \