From ab8f8d9bc2fdb0f560b1237334ddef783cbb3277 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 11 Oct 2011 09:39:37 +0200 Subject: [PATCH] systemd: disable sysv compat, it's not needed at all. --- srcpkgs/systemd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/systemd/template b/srcpkgs/systemd/template index 06b662ea514..1b7c4ca979d 100644 --- a/srcpkgs/systemd/template +++ b/srcpkgs/systemd/template @@ -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 " homepage="http://www.freedesktop.org/wiki/Software/systemd"