aboutsummaryrefslogtreecommitdiff
path: root/security/greenbone-security-assistant9
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2017-08-07 03:48:23 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2017-08-07 03:48:23 +0000
commitec093cec9bd151c5a8027c1a82416dc7973133f7 (patch)
tree0b99a9f0ed1a719ee10d33f6d9f9b26bb47a4fc7 /security/greenbone-security-assistant9
parent28a7515c39ac51e892c00907b4543fc91f65a4be (diff)
downloadports-ec093cec9bd151c5a8027c1a82416dc7973133f7.tar.gz
ports-ec093cec9bd151c5a8027c1a82416dc7973133f7.zip
Notes
Diffstat (limited to 'security/greenbone-security-assistant9')
-rw-r--r--security/greenbone-security-assistant9/Makefile1
-rw-r--r--security/greenbone-security-assistant9/files/gsad.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/security/greenbone-security-assistant9/Makefile b/security/greenbone-security-assistant9/Makefile
index 2fcef09f3e48..7855678ad1e3 100644
--- a/security/greenbone-security-assistant9/Makefile
+++ b/security/greenbone-security-assistant9/Makefile
@@ -2,6 +2,7 @@
PORTNAME= greenbone-security-assistant9
PORTVERSION= 7.0.2
+PORTREVISION= 2
MASTER_SITES= http://wald.intevation.org/frs/download.php/2429/
COMMENT= OpenVAS 9 web interface
diff --git a/security/greenbone-security-assistant9/files/gsad.in b/security/greenbone-security-assistant9/files/gsad.in
index 70b89f3b2be4..85ebfe2e472f 100644
--- a/security/greenbone-security-assistant9/files/gsad.in
+++ b/security/greenbone-security-assistant9/files/gsad.in
@@ -21,7 +21,7 @@ command="%%PREFIX%%/sbin/gsad"
pidfile=/var/run/gsad.pid
: ${gsad_enable="NO"}
-: ${gsad_flags="--listen=127.0.0.1 --port=8080 --http-only"}
+: ${gsad_flags="--listen=127.0.0.1 --port=8080 --http-only --munix-socket=/var/run/openvasmd.sock"}
load_rc_config $name
run_rc_command "$1"