aboutsummaryrefslogtreecommitdiffstats
path: root/community/greenbone-security-assistant
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-04-09 08:34:59 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-04-09 08:35:03 +0000
commit05393ff452cfefa514767a10c4f143fb24aad108 (patch)
tree7e856499faf78241d486533b9686fa7487f05169 /community/greenbone-security-assistant
parentd7751deb90034a3debbdb3482705b0a8c6de0fe4 (diff)
downloadaports-05393ff452cfefa514767a10c4f143fb24aad108.tar.bz2
aports-05393ff452cfefa514767a10c4f143fb24aad108.tar.xz
community/greenbone-security-assistant: fix init dependency
Diffstat (limited to 'community/greenbone-security-assistant')
-rw-r--r--community/greenbone-security-assistant/APKBUILD4
-rw-r--r--community/greenbone-security-assistant/gsad.initd2
2 files changed, 3 insertions, 3 deletions
diff --git a/community/greenbone-security-assistant/APKBUILD b/community/greenbone-security-assistant/APKBUILD
index 29175d3a3e..b154db732c 100644
--- a/community/greenbone-security-assistant/APKBUILD
+++ b/community/greenbone-security-assistant/APKBUILD
@@ -3,7 +3,7 @@
pkgname=greenbone-security-assistant
_pkgname=gsad
pkgver=8.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="Greenbone Security Assistant (gsa) - OpenVAS web frontend"
url="http://www.openvas.org/"
arch="all"
@@ -47,7 +47,7 @@ package() {
}
sha512sums="b3bc464548d6ecef8d515e69f9824d064b90c3da677f262fb040b2750b2c15cd14dfe2c7db3f830ce9d9d8bfb7d1591cc78c1c860d7b8a3417af03c78f99813f greenbone-security-assistant-8.0.0.tar.gz
-a9eeb08743ac1565dec52d117daf7d9de87e162555eb63b4142bf5957a36f2da90d3f41a96968ec581ca489099a3bb7d7f32180959282add9cbc2363c5189eb5 gsad.initd
+0734d3b7dc77b8de56dec63e677aefad14dcb718b5f3081f98738397c267d4fb36bbb167085213bc1d02d9261e4913f43f974f65226c459f9dfed0d970cf9b85 gsad.initd
aea96cef16ca7a63570c2d94a1fc7ef27d4163c28e1d729fd11821295f88a96864add0146d407e7b6de296dd6ca6f2c97d72097dd4ffe786b575f128abdbb1bf gsad.confd
0d459084f95e00dfb06912b9d89af011fac117a32687ffd3da3887c24e80c074b681c0d87532a4a7511e42c540f8d8b2ceaa04208fff531b94047a08decddd0f gsad.logrotate
6752bb6834811fc7c1259d2c8a0ae5f25a01de881008f6f6635b1f7a43672b5c1862de5b3591f81d7a2f22258614b71bb6ab588a3930648d9d74ef8a75d28c92 cmakelist.patch
diff --git a/community/greenbone-security-assistant/gsad.initd b/community/greenbone-security-assistant/gsad.initd
index 83e7f890c5..e643c24483 100644
--- a/community/greenbone-security-assistant/gsad.initd
+++ b/community/greenbone-security-assistant/gsad.initd
@@ -11,6 +11,6 @@ pidfile="/run/gsad.pid"
depend() {
after bootmisc
- need net openvasmd
+ need net gvmd
}