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 MFH: 2020Q2
This commit is contained in:
parent
9da798285d
commit
66c2d022cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531711
2 changed files with 3 additions and 1 deletions
|
@ -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 a new issue