1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

security/vuls: Fix errors in pkg-message

This commit is contained in:
Palle Girgensohn 2024-02-26 16:53:29 +01:00
parent 0999e8ee5e
commit fd34e5d25f
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,7 @@
PORTNAME= vuls
DISTVERSIONPREFIX=v
DISTVERSION= 0.24.9
PORTREVISION= 1
CATEGORIES= security
MAINTAINER= girgen@FreeBSD.org

View File

@ -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.