systemd: update to 41.

This commit is contained in:
Juan RP 2012-02-09 10:09:44 +01:00
parent b2cc13697b
commit 0272c6576f
2 changed files with 5 additions and 4 deletions

View file

@ -11,3 +11,4 @@ libacl.so.1
libpam_misc.so.0 libpam_misc.so.0
ld-linux-x86-64.so.2 ld-linux-x86-64.so.2
liblzma.so.5 liblzma.so.5
libkmod.so.2

View file

@ -1,16 +1,16 @@
# Template file for 'systemd' # Template file for 'systemd'
pkgname=systemd pkgname=systemd
version=40 version=41
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz" distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-distro=other --with-rootprefix= configure_args="--with-distro=other --with-rootprefix=
--with-pamlibdir=/lib/security --disable-selinux --disable-tcpwrap --with-pamlibdir=/lib/security --disable-selinux --disable-tcpwrap
--with-sysvinit-path= --with-sysvrcd-path= --disable-audit --enable-plymouth" --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 <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.freedesktop.org/wiki/Software/systemd" homepage="http://www.freedesktop.org/wiki/Software/systemd"
license="GPL-2" license="GPL-2"
checksum=5f0c04e45e593c0903698f3ab3eb3e565d68de26a91858c470675a090a05cab5 checksum=edeb6d2fc9d55cf3ec0c09817e736238c224c615887ff23e8f314b52abe0468d
long_desc=" long_desc="
systemd is a system and service manager for Linux, compatible with SysV and LSB systemd is a system and service manager for Linux, compatible with SysV and LSB
init scripts. systemd provides aggressive parallelization capabilities, uses init scripts. systemd provides aggressive parallelization capabilities, uses
@ -84,7 +84,7 @@ post_install() {
ln -sf /bin/systemctl ${DESTDIR}/sbin/${f} ln -sf /bin/systemctl ${DESTDIR}/sbin/${f}
done done
# Create /sbin/init for compatibility. # 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. # Do not use /sbin/sulogin, sysvinit has been fully removed.
for f in console-shell emergency rescue; do for f in console-shell emergency rescue; do