aboutsummaryrefslogtreecommitdiff
path: root/security/gvm
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-01-07 03:32:27 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-01-07 03:32:27 +0000
commit9f1e558670dc99d0d1ce02e4fcf800a480362292 (patch)
treeb62babfd607b26a1647fb3a432353b8fffd43c7c /security/gvm
parent3482aae6d465efe91a8af99636993d53d0a73c6b (diff)
Notes
Diffstat (limited to 'security/gvm')
-rw-r--r--security/gvm/Makefile1
-rw-r--r--security/gvm/files/pkg-message.in12
2 files changed, 7 insertions, 6 deletions
diff --git a/security/gvm/Makefile b/security/gvm/Makefile
index c88c1f0f985f..f8ce1854fe93 100644
--- a/security/gvm/Makefile
+++ b/security/gvm/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gvm
PORTVERSION= 20.8.0
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= acm@FreeBSD.org
diff --git a/security/gvm/files/pkg-message.in b/security/gvm/files/pkg-message.in
index 4cb71331bcb0..b5e3c36ab30c 100644
--- a/security/gvm/files/pkg-message.in
+++ b/security/gvm/files/pkg-message.in
@@ -23,16 +23,16 @@ Basic instructions for configure your gvm infraestruture are following:
# 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):