aboutsummaryrefslogtreecommitdiffstats
path: root/security/openvas9
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2017-08-07 11:48:23 +0800
committeracm <acm@FreeBSD.org>2017-08-07 11:48:23 +0800
commitea1383a2ef3e6f7810ae880098fe6970651746aa (patch)
tree0b99a9f0ed1a719ee10d33f6d9f9b26bb47a4fc7 /security/openvas9
parent272798596a8398772dca15fef45f5e9d006821e6 (diff)
downloadfreebsd-ports-gnome-ea1383a2ef3e6f7810ae880098fe6970651746aa.tar.gz
freebsd-ports-gnome-ea1383a2ef3e6f7810ae880098fe6970651746aa.tar.zst
freebsd-ports-gnome-ea1383a2ef3e6f7810ae880098fe6970651746aa.zip
- Fix rc scripts of OpenVAS 9 ports
- Change some entries of openvas8/files/pkg-message - Change some entries of openvas9/files/pkg-message. It reflects socket use of OpenVAS 9 ports. - Fix problems into OpenVAS 9 greenbone*-sync scripts - Add missing dependency (ftp/wget) - Fix socket connection from openvas9-manager to openvas9-scanner - Bump PORTREVISION
Diffstat (limited to 'security/openvas9')
-rw-r--r--security/openvas9/Makefile1
-rw-r--r--security/openvas9/files/pkg-message.in9
2 files changed, 5 insertions, 5 deletions
diff --git a/security/openvas9/Makefile b/security/openvas9/Makefile
index 6cf5edf175fb..3d6a5cfdac25 100644
--- a/security/openvas9/Makefile
+++ b/security/openvas9/Makefile
@@ -3,6 +3,7 @@
PORTNAME= openvas9
PORTVERSION= 9.0
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= acm@FreeBSD.org
diff --git a/security/openvas9/files/pkg-message.in b/security/openvas9/files/pkg-message.in
index 18cbdd76b8f0..71130aa8195d 100644
--- a/security/openvas9/files/pkg-message.in
+++ b/security/openvas9/files/pkg-message.in
@@ -16,12 +16,11 @@ OpenVAS 9 ports were installed
3) The following steps are neccessary before of you can access to OpenVAS web
interface (gsad):
- # openvas-mkcert
- # openvas-mkcert-client -n -i
- # openvasmd --rebuild --progress
+ # openvassd
# greenbone-nvt-sync
# greenbone-scapdata-sync
# greenbone-certdata-sync
+ # openvasmd --rebuild --progress
# openvasmd --create-user=admin --role=Admin
# openvasmd --user=admin --new-password=yourpassword
@@ -31,11 +30,11 @@ OpenVAS 9 ports were installed
openvasmd_enable="YES"
gsad_enable="YES"
-5) Start OpenVAS Scanner. It will listen on 127.0.0.1:9391 by default
+5) Start OpenVAS Scanner. It will listen on /var/run/openvassd.sock by default
# service openvassd restart
-6) 5) Start OpenVAS Manager. It will listen on 127.0.0.1:9390 by default
+6) 5) Start OpenVAS Manager. It will listen on /var/run/openvasmd.sock by default
# service openvasmd restart
# openvasmd --rebuild --progress