Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2021 22:44:17 GMT
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: d51916345616 - 2021Q3 - security/zeek: Add @sample for local.zeek
Message-ID:  <202109222244.18MMiHnp085520@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by leres:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d51916345616dad1d682b4d4007bd61410cdc7ef

commit d51916345616dad1d682b4d4007bd61410cdc7ef
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2021-07-19 17:02:34 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2021-09-22 22:39:20 +0000

    security/zeek: Add @sample for local.zeek
    
    This github issue:
    
        https://github.com/zeek/zeekctl/issues/35
    
    complained about the lack of a local.zeek file on a fresh install;
    adding @sample for local.zeek solves this.
    
    Reported by:    shadonet
    
    (cherry picked from commit 7c9b2f40c5f2557d87cc1d2ce7d968377b13d6b3)
---
 security/zeek/Makefile  | 1 +
 security/zeek/pkg-plist | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/zeek/Makefile b/security/zeek/Makefile
index 9169eaa7bd1a..255b2b412181 100644
--- a/security/zeek/Makefile
+++ b/security/zeek/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	zeek
 PORTVERSION=	4.0.3
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://download.zeek.org/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
diff --git a/security/zeek/pkg-plist b/security/zeek/pkg-plist
index bd1f88c9bc0c..159b68ff176e 100644
--- a/security/zeek/pkg-plist
+++ b/security/zeek/pkg-plist
@@ -1942,7 +1942,7 @@ man/man8/zeek.8.gz
 %%DATADIR%%/policy/tuning/defaults/warnings.zeek
 %%DATADIR%%/policy/tuning/json-logs.zeek
 %%DATADIR%%/policy/tuning/track-all-assets.zeek
-%%DATADIR%%/site/local.zeek.sample
+@sample %%DATADIR%%/site/local.zeek.sample
 %%ZEEKCTL%%%%DATADIR%%/test-all-policy.zeek
 %%ZEEKCTL%%share/zeek/zeekctl/__load__.zeek
 %%ZEEKCTL%%share/zeek/zeekctl/auto.zeek



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109222244.18MMiHnp085520>