git: fd34e5d25f74 - main - security/vuls: Fix errors in pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 15:55:38 UTC
The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd34e5d25f74529a6a19d7e1643f3fcb89208a09 commit fd34e5d25f74529a6a19d7e1643f3fcb89208a09 Author: Palle Girgensohn <girgen@FreeBSD.org> AuthorDate: 2024-02-26 15:53:29 +0000 Commit: Palle Girgensohn <girgen@FreeBSD.org> CommitDate: 2024-02-26 15:54:38 +0000 security/vuls: Fix errors in pkg-message --- security/vuls/Makefile | 1 + security/vuls/files/pkg-message.in | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/security/vuls/Makefile b/security/vuls/Makefile index 613d12ee5a79..22cbe1335122 100644 --- a/security/vuls/Makefile +++ b/security/vuls/Makefile @@ -1,6 +1,7 @@ PORTNAME= vuls DISTVERSIONPREFIX=v DISTVERSION= 0.24.9 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= girgen@FreeBSD.org diff --git a/security/vuls/files/pkg-message.in b/security/vuls/files/pkg-message.in index d3a1aec1d5d3..ca0280c8eb07 100644 --- a/security/vuls/files/pkg-message.in +++ b/security/vuls/files/pkg-message.in @@ -3,11 +3,14 @@ message: <<EOM Congratulations, you have installed %%PORTNAME%%! - To use vuls, install vuls on all your machines and activate the daily -(nightly) periodic script using +To use vuls, install vuls on all your machines and activate the daily +periodic script using sysrc -f /etc/periodic.conf daily_vuls_enable="YES" +and perhaps also add some config parameters; check the information header of +%%PREFIX%%/etc/periodic/daily/%%PORTNAME%%. + Configure vuls by editing %%ETCDIR%%/config.toml. Vuls uses the port security/go-cve-dictionary to look up information about @@ -20,7 +23,7 @@ service somewhere in your infrastructure. Set it up by enabling it and start it using service: sysrc %%PORTNAME%%_enable="YES" -service %%PORTNAME% start +service %%PORTNAME%% start Also consider installing security/vulsrepo to present the resports in a friendly human-readable web gui.