diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-04 09:17:01 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-04 09:28:11 -0200 |
commit | d92d070ca7eef4e61bf8a60134f157314f15deee (patch) | |
tree | 5994186d708e2bef5ff8d65ec9b124734f8b36b2 | |
parent | 5ef254976cf05a4af0bf5293c95680052838ef25 (diff) | |
download | abslibre-d92d070ca7eef4e61bf8a60134f157314f15deee.tar.gz abslibre-d92d070ca7eef4e61bf8a60134f157314f15deee.tar.bz2 abslibre-d92d070ca7eef4e61bf8a60134f157314f15deee.zip |
paxd-libre: remove paxd compatibility from systemd since the service is loaded by default
-rw-r--r-- | libre/paxd-libre/PKGBUILD | 5 |
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" } |