summaryrefslogtreecommitdiff
path: root/libre/paxd-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-04 09:17:01 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-04 09:28:11 -0200
commitd92d070ca7eef4e61bf8a60134f157314f15deee (patch)
tree5994186d708e2bef5ff8d65ec9b124734f8b36b2 /libre/paxd-libre
parent5ef254976cf05a4af0bf5293c95680052838ef25 (diff)
paxd-libre: remove paxd compatibility from systemd since the service is loaded by default
Diffstat (limited to 'libre/paxd-libre')
-rw-r--r--libre/paxd-libre/PKGBUILD5
1 files changed, 1 insertions, 4 deletions
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"
}