From d92d070ca7eef4e61bf8a60134f157314f15deee Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 4 Jan 2015 09:17:01 -0200 Subject: paxd-libre: remove paxd compatibility from systemd since the service is loaded by default --- libre/paxd-libre/PKGBUILD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libre/paxd-libre/PKGBUILD') diff --git a/libre/paxd-libre/PKGBUILD b/libre/paxd-libre/PKGBUILD index 145575240..8ea929122 100644 --- a/libre/paxd-libre/PKGBUILD +++ b/libre/paxd-libre/PKGBUILD @@ -5,7 +5,7 @@ _pkgname=paxd pkgname=paxd-libre pkgver=1.5 -pkgrel=2 +pkgrel=3 pkgdesc='PaX exception daemon (a libre fork of paxd)' arch=(i686 x86_64) url='https://github.com/g4jc/paxd-libre/' @@ -31,7 +31,4 @@ package() { install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm644 ../10-enable-pax.conf "$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf" ln -s paxd-libre.conf "$pkgdir/etc/paxd.conf" - install -Dm644 "$pkgdir/usr/lib/systemd/system/paxd-libre.service" "$pkgdir/usr/lib/systemd/system/paxd.service" - ln -s ../paxd.service "$pkgdir/usr/lib/systemd/system/sysinit.target.wants/paxd.service" - install -Dm644 "$pkgdir/usr/lib/systemd/user/paxd-libre.service" "$pkgdir/usr/lib/systemd/user/paxd.service" } -- cgit v1.2.3-54-g00ecf