svn commit: r560677 - in head/security/gvm: . files

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Jan 7 03:32:28 UTC 2021


Author: acm
Date: Thu Jan  7 03:32:27 2021
New Revision: 560677
URL: https://svnweb.freebsd.org/changeset/ports/560677

Log:
  - pkg-message clean up

Modified:
  head/security/gvm/Makefile
  head/security/gvm/files/pkg-message.in

Modified: head/security/gvm/Makefile
==============================================================================
--- head/security/gvm/Makefile	Thu Jan  7 03:29:20 2021	(r560676)
+++ head/security/gvm/Makefile	Thu Jan  7 03:32:27 2021	(r560677)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gvm
 PORTVERSION=	20.8.0
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	acm at FreeBSD.org

Modified: head/security/gvm/files/pkg-message.in
==============================================================================
--- head/security/gvm/files/pkg-message.in	Thu Jan  7 03:29:20 2021	(r560676)
+++ head/security/gvm/files/pkg-message.in	Thu Jan  7 03:32:27 2021	(r560677)
@@ -23,16 +23,16 @@ Basic instructions for configure your gvm infraestrutu
   # createdb -O gvm gvmd
   # psql gvmd
   # create role dba with superuser noinherit;
-  # grant dba to gvm
+  # grant dba to gvm;
   # create extension "uuid-ossp";
-  # create extension "pgcrypto"
+  # create extension "pgcrypto";
 
 4) Add the following lines to /etc/rc.conf
 
-  redis_enable="YES"
-  gvmd_enable="YES"
-  ospd_openvas_enable="YES"
-  gsad_enable="YES"
+  # sysrc redis_enable="YES"
+  # sysrc gvmd_enable="YES"
+  # sysrc ospd_openvas_enable="YES"
+  # sysrc gsad_enable="YES"
 
 5) The following steps are neccessary before of you can access to GVM web 
    interface (gsad):


More information about the svn-ports-head mailing list