systemd: disable sysv compat, it's not needed at all.
This commit is contained in:
parent
cc3b7d904f
commit
ab8f8d9bc2
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'systemd'
|
||||
pkgname=systemd
|
||||
version=36
|
||||
revision=3
|
||||
revision=4
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-distro=other --with-rootdir= --localstatedir=/var
|
||||
--with-pamlibdir=/lib/security --disable-selinux --disable-tcpwrap
|
||||
--with-sysvinit-path=/etc/init.d --with-sysvrcd-path=/etc/init.d --disable-audit"
|
||||
--with-sysvinit-path= --with-sysvrcd-path= --disable-audit"
|
||||
short_desc="systemd is a system and service manager for Linux"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
||||
|
|
Loading…
Reference in a new issue