summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJSkier212021-06-24 10:51:58 -0500
committerJSkier212021-06-24 10:51:58 -0500
commit5fbf746e9c2181d2681ba6d688f694613c57f842 (patch)
treeb53b1339920fe59fd55d80df219dabac2b10bdc6
parent274262b0ddac7f3838cb8b30b051bd3d7d6dbe9a (diff)
downloadaur-5fbf746e9c2181d2681ba6d688f694613c57f842.tar.gz
correct service file for afpacket, bump rel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1f198c5329e..5ee226da6f49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = suricata
pkgdesc = An Open Source Next Generation Intrusion Detection and Prevention Engine
pkgver = 6.0.2
- pkgrel = 2
+ pkgrel = 3
url = http://suricata-ids.org/
install = suricata.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 2fa8234ba40a..4ff094ea945e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=suricata
pkgver=6.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="An Open Source Next Generation Intrusion Detection and Prevention Engine"
arch=('i686' 'x86_64')
url="http://suricata-ids.org/"
@@ -59,7 +59,7 @@ package() {
-e 's:^Description=.*:Description=Suricata IDS/IPS daemon:g' \
-e 's:^After=.*:After=network.target:g' \
-e 's:^ExecStartPre=.*:PIDFile=suricata/suricata.pid:g' \
- -e 's:^ExecStart=.*:ExecStart=/usr/bin/suricata -c /etc/suricata/suricata.yaml --pidfile /run/suricata/suricata.pid -q 0:g' \
+ -e 's:^ExecStart=.*:ExecStart=/usr/bin/suricata -c /etc/suricata/suricata.yaml --pidfile /run/suricata/suricata.pid --af-packet :g' \
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
echo "u suricata -" | install -Dm644 /dev/stdin "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"