svn commit: r561994 - in head/security/gvm: . files
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Tue Jan 19 01:07:09 UTC 2021
Author: acm
Date: Tue Jan 19 01:07:08 2021
New Revision: 561994
URL: https://svnweb.freebsd.org/changeset/ports/561994
Log:
- Improve pkg-message info
- Bump PORTREVISION
Modified:
head/security/gvm/Makefile
head/security/gvm/files/pkg-message.in
Modified: head/security/gvm/Makefile
==============================================================================
--- head/security/gvm/Makefile Tue Jan 19 00:25:58 2021 (r561993)
+++ head/security/gvm/Makefile Tue Jan 19 01:07:08 2021 (r561994)
@@ -2,7 +2,7 @@
PORTNAME= gvm
PORTVERSION= 20.8.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MAINTAINER= acm at FreeBSD.org
Modified: head/security/gvm/files/pkg-message.in
==============================================================================
--- head/security/gvm/files/pkg-message.in Tue Jan 19 00:25:58 2021 (r561993)
+++ head/security/gvm/files/pkg-message.in Tue Jan 19 01:07:08 2021 (r561994)
@@ -43,10 +43,11 @@ Basic instructions for configure your gvm infraestrutu
Create certificates
- # su -m gvm -c "gvm-manage-certs -s"
+ # su -m gvm -c "gvm-manage-certs -a"
- Sync gvmd Data, SCAP and CERT
+ Sync gvmd Data, SCAP, CERT and NVT
+ # su -m gvm -c "greenbone-nvt-sync"
# su -m gvm -c "greenbone-feed-sync --type GVMD_DATA"
# su -m gvm -c "greenbone-feed-sync --type SCAP"
# su -m gvm -c "greenbone-feed-sync --type CERT"
More information about the svn-ports-all
mailing list