MFH: r531711
security/zeek: Fix typo in the rc.d script (From the PR) "bro_stop" should say "zeek_stop" instead. PR: 245612 Reported by: bugs@codejammer.se Approved by: ports-secteam (joneum)
This commit is contained in:
parent
69c3d10e10
commit
60a65a6854
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q2/; revision=531725
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= zeek
|
||||
PORTVERSION= 3.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://old.zeek.org/downloads/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
@ -15,6 +16,7 @@ LICENSE= BSD3CLAUSE
|
||||
BROKEN_powerpc64= Does not build: error: zero-size array 'names'
|
||||
|
||||
USES= bison cmake compiler:c++11-lang gettext-runtime ninja perl5 python shebangfix ssl
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PORTSCOUT= limit:0,even
|
||||
|
||||
|
@ -38,7 +38,7 @@ zeek_start() {
|
||||
fi
|
||||
}
|
||||
|
||||
bro_stop() {
|
||||
zeek_stop() {
|
||||
if [ ! "${node}" ];
|
||||
then
|
||||
$zeekctl_program stop
|
||||
|
Loading…
Reference in New Issue
Block a user