Date: Tue, 14 Apr 2020 20:30:37 +0000 (UTC) From: Craig Leres <leres@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r531725 - in branches/2020Q2/security/zeek: . files Message-ID: <202004142030.03EKUbUJ080305@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: leres Date: Tue Apr 14 20:30:37 2020 New Revision: 531725 URL: https://svnweb.freebsd.org/changeset/ports/531725 Log: 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) Modified: branches/2020Q2/security/zeek/Makefile branches/2020Q2/security/zeek/files/zeek.in Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/security/zeek/Makefile ============================================================================== --- branches/2020Q2/security/zeek/Makefile Tue Apr 14 20:29:37 2020 (r531724) +++ branches/2020Q2/security/zeek/Makefile Tue Apr 14 20:30:37 2020 (r531725) @@ -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 Modified: branches/2020Q2/security/zeek/files/zeek.in ============================================================================== --- branches/2020Q2/security/zeek/files/zeek.in Tue Apr 14 20:29:37 2020 (r531724) +++ branches/2020Q2/security/zeek/files/zeek.in Tue Apr 14 20:30:37 2020 (r531725) @@ -38,7 +38,7 @@ zeek_start() { fi } -bro_stop() { +zeek_stop() { if [ ! "${node}" ]; then $zeekctl_program stop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004142030.03EKUbUJ080305>