systemd: update to 41.
This commit is contained in:
parent
b2cc13697b
commit
0272c6576f
2 changed files with 5 additions and 4 deletions
|
@ -11,3 +11,4 @@ libacl.so.1
|
|||
libpam_misc.so.0
|
||||
ld-linux-x86-64.so.2
|
||||
liblzma.so.5
|
||||
libkmod.so.2
|
||||
|
|
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue