summaryrefslogtreecommitdiff
path: root/community/ipset
diff options
context:
space:
mode:
Diffstat (limited to 'community/ipset')
-rw-r--r--community/ipset/PKGBUILD8
-rw-r--r--community/ipset/ipset.service4
2 files changed, 6 insertions, 6 deletions
diff --git a/community/ipset/PKGBUILD b/community/ipset/PKGBUILD
index ff50f148f..a4d3cb929 100644
--- a/community/ipset/PKGBUILD
+++ b/community/ipset/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 90287 2013-05-10 23:18:07Z seblu $
+# $Id: PKGBUILD 90514 2013-05-12 23:45:55Z seblu $
# Maintainer: Sébastien Luttringer
pkgname=ipset
pkgver=6.19
-pkgrel=1
+pkgrel=2
pkgdesc='Administration tool for IP sets'
arch=('i686' 'x86_64')
url='http://ipset.netfilter.org'
@@ -14,11 +14,11 @@ options=('!libtool')
source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2"
"$pkgname.service")
md5sums=('cabba1bd63a93f6e1c3db3fb22412b64'
- 'f74642f7bb88056103c63a62a91c782c')
+ '6be6a2b34c1f38fc8ad60828403e2077')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --with-kmod=no
+ ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no
make
}
diff --git a/community/ipset/ipset.service b/community/ipset/ipset.service
index 1af453668..39183c7d7 100644
--- a/community/ipset/ipset.service
+++ b/community/ipset/ipset.service
@@ -5,8 +5,8 @@ Before=iptables.service
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=/usr/sbin/ipset -f /etc/ipset.conf restore
-ExecStop=/usr/sbin/ipset destroy
+ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecStop=/usr/bin/ipset destroy
[Install]
WantedBy=multi-user.target