From 0272c6576fc7a9343ea2668673725e2274036115 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 9 Feb 2012 10:09:44 +0100 Subject: [PATCH] systemd: update to 41. --- srcpkgs/systemd/systemd.rshlibs | 1 + srcpkgs/systemd/template | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/systemd/systemd.rshlibs b/srcpkgs/systemd/systemd.rshlibs index 79793df971..2b45e41830 100644 --- a/srcpkgs/systemd/systemd.rshlibs +++ b/srcpkgs/systemd/systemd.rshlibs @@ -11,3 +11,4 @@ libacl.so.1 libpam_misc.so.0 ld-linux-x86-64.so.2 liblzma.so.5 +libkmod.so.2 diff --git a/srcpkgs/systemd/template b/srcpkgs/systemd/template index 6e2bc067d4..4abae61eaf 100644 --- a/srcpkgs/systemd/template +++ b/srcpkgs/systemd/template @@ -1,16 +1,16 @@ # Template file for 'systemd' pkgname=systemd -version=40 +version=41 distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz" build_style=gnu-configure configure_args="--with-distro=other --with-rootprefix= --with-pamlibdir=/lib/security --disable-selinux --disable-tcpwrap --with-sysvinit-path= --with-sysvrcd-path= --disable-audit --enable-plymouth" -short_desc="systemd is a system and service manager for Linux" +short_desc="A system and service manager for Linux" maintainer="Juan RP " homepage="http://www.freedesktop.org/wiki/Software/systemd" license="GPL-2" -checksum=5f0c04e45e593c0903698f3ab3eb3e565d68de26a91858c470675a090a05cab5 +checksum=edeb6d2fc9d55cf3ec0c09817e736238c224c615887ff23e8f314b52abe0468d long_desc=" systemd is a system and service manager for Linux, compatible with SysV and LSB init scripts. systemd provides aggressive parallelization capabilities, uses @@ -84,7 +84,7 @@ post_install() { ln -sf /bin/systemctl ${DESTDIR}/sbin/${f} done # Create /sbin/init for compatibility. - ln -sf /bin/systemd ${DESTDIR}/sbin/init + ln -sf /lib/systemd/systemd ${DESTDIR}/sbin/init # Do not use /sbin/sulogin, sysvinit has been fully removed. for f in console-shell emergency rescue; do