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:
parent
0999e8ee5e
commit
fd34e5d25f
@ -1,6 +1,7 @@
|
||||
PORTNAME= vuls
|
||||
DISTVERSIONPREFIX=v
|
||||
DISTVERSION= 0.24.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= girgen@FreeBSD.org
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user