mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
suricata: update service
This commit is contained in:
parent
d73c3ce558
commit
56b0a921b8
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
[ -r conf ] && . ./conf
|
[ -r conf ] && . ./conf
|
||||||
mkdir -p /var/log/suricata /var/{lib,log}/suricata
|
mkdir -p /var/log/suricata /var/lib/suricata
|
||||||
chown -R suricata:suricata /var/{lib,log}/suricata
|
chown -R suricata:suricata /var/lib/suricata /var/log/suricata
|
||||||
exec suricata -i ${INTERFACE:=eth0} ${OPTS}
|
exec suricata ${INTERFACE:=-i eth0} ${OPTS}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'suricata'
|
# Template file for 'suricata'
|
||||||
pkgname=suricata
|
pkgname=suricata
|
||||||
version=4.0.1
|
version=4.0.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-gccmarch-native"
|
configure_args="--disable-gccmarch-native"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
|
Loading…
Add table
Reference in a new issue