summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Fulz2021-03-21 04:21:40 +0100
committerMatthias Fulz2021-03-21 04:21:40 +0100
commit54eab68dd795abb36b6af8fc7f8569c71fc36e07 (patch)
tree210a8f168582e073f17e7b2779d9df1becefc967
parent58edd37f8ac43b65cce6c2a94a31de17a19e59ae (diff)
downloadaur-54eab68dd795abb36b6af8fc7f8569c71fc36e07.tar.gz
fixed default manager socket
-rw-r--r--PKGBUILD4
-rw-r--r--gsad2
2 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efb987069127..3d68080a0fa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='gsa'
pkgver=20.8.1
-pkgrel=2
+pkgrel=3
pkgdesc='Greenbone Security Assistant'
arch=('x86_64')
url="https://github.com/greenbone/gsa"
@@ -14,7 +14,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gsa/archive/v
"gsad"
"gsad.service")
sha512sums=('85a96d59317bedfbe748b02b71fcf5f931f049d1ca688e3d4e87e701f14cd39ec4320621689f3a9f6b91fc1cf4e25c422df4d9b4675a7bcfed330b431b64d3ef'
- '73817d4a57e591b0102e9c0822a18a1b2ee76bf13df54f7928a0e8b343ca6c253e8e4bc4535b2dabd36094aade4c2bb5f4a96cf7edac04cbf4edcf2ba4c0c0f7'
+ '27542d6e194d8fe4ef37364f387293d69f4c7002f2b380b8a21ae995122531ccbce6ca689f0768c463252d33cf0b1735343cbe61eac51947fbec0e05a45e1d1b'
'6c65e3ea08b427cd1773c346b054b7b1a3e95d06d6d4070603e97f92b59f9dd465e94992cd6b5927192bc9b859c1268d1cda8d92d4067264389a7a0a578b9d30')
build() {
diff --git a/gsad b/gsad
index fcd752393eb0..2c0f8740ce49 100644
--- a/gsad
+++ b/gsad
@@ -1,2 +1,2 @@
# OPTIONS
-OPTIONS="-f --mlisten=127.0.0.1 --mport=9392 --listen=127.0.0.1"
+OPTIONS="-f --munix-socket=/run/gvm/gvmd.sock --listen=127.0.0.1"