summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmish2022-11-15 08:18:45 +0530
committerAmish2022-11-15 08:18:45 +0530
commit7bc453a90fb13deed76f6fad63ea03478d309935 (patch)
tree8b939015cf0c8dfa2fd4cd077c7dec2ffd0f4998
parent67c95c26cf1e23b73aea789c36579ba16ec0480c (diff)
downloadaur-7bc453a90fb13deed76f6fad63ea03478d309935.tar.gz
Log to journal (syslog) instead of stdout
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--snort.service2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 478a97d89f92..34280f8bd780 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snort-nfqueue
pkgdesc = A lightweight network IDS / IPS with NFQUEUE and OpenAppID support.
pkgver = 3.1.45.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.snort.org
install = snort.install
arch = i686
@@ -49,6 +49,6 @@ pkgbase = snort-nfqueue
sha256sums = a8a7684a676da5cd55c2b5ab012dac3d14c5a6c62f6e37c4913ba1dbe506088e
sha256sums = ae3245c5de527fb487c459f2f4a9c78803ae6341e9c81b9a404277679cdee051
sha256sums = bc4a02d184601faba5cd0f6cb454097a3b04a0c8fe56f5f8b36d24513484faa2
- sha256sums = e1ff858e2cb062d76f72757746c4f87410151b06221255ca827b7279fee0d5df
+ sha256sums = 7f624e050265896fde5617305e9a28239bd41c6320427ecb8c2ecf4e4b86ed29
pkgname = snort-nfqueue
diff --git a/PKGBUILD b/PKGBUILD
index 7b008261e54b..271473de4df8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=snort-nfqueue
_pkgname=snort3
_openappid=26425
pkgver=3.1.45.0
-pkgrel=2
+pkgrel=3
pkgdesc='A lightweight network IDS / IPS with NFQUEUE and OpenAppID support.'
arch=('i686' 'x86_64')
url='https://www.snort.org'
@@ -36,7 +36,7 @@ sha256sums=('fec10fa7cb612c43c0bc2c35e087f0674cad07e8c15145a4c8d8cdaed69efffb'
'a8a7684a676da5cd55c2b5ab012dac3d14c5a6c62f6e37c4913ba1dbe506088e'
'ae3245c5de527fb487c459f2f4a9c78803ae6341e9c81b9a404277679cdee051'
'bc4a02d184601faba5cd0f6cb454097a3b04a0c8fe56f5f8b36d24513484faa2'
- 'e1ff858e2cb062d76f72757746c4f87410151b06221255ca827b7279fee0d5df')
+ '7f624e050265896fde5617305e9a28239bd41c6320427ecb8c2ecf4e4b86ed29')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
diff --git a/snort.service b/snort.service
index 26b89f319ad7..00ac3d365be9 100644
--- a/snort.service
+++ b/snort.service
@@ -2,7 +2,7 @@
Description=Snort IDS daemon in NFQUEUE mode
[Service]
-ExecStart=/usr/bin/snort -Q -c /etc/snort/snort.lua -l /var/log/snort --tweaks local
+ExecStart=/usr/bin/snort -Q -M -c /etc/snort/snort.lua -l /var/log/snort --tweaks local
ExecReload=kill -HUP $MAINPID
[Install]