mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
suricata: fix typo
This commit is contained in:
parent
5df3ee7548
commit
b4b579efdc
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@ exec 2>&1
|
||||||
[ -r conf ] && . ./conf
|
[ -r conf ] && . ./conf
|
||||||
mkdir -p /var/log/suricata /var/lib/suricata
|
mkdir -p /var/log/suricata /var/lib/suricata
|
||||||
chown -R suricata:suricata /var/lib/suricata /var/log/suricata
|
chown -R suricata:suricata /var/lib/suricata /var/log/suricata
|
||||||
exec suricata ${INTERFACE:=-i eth0} ${OPTS}
|
exec suricata -i ${INTERFACE:=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=2
|
revision=3
|
||||||
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