Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Pirogov
aports
Commits
05393ff4
Commit
05393ff4
authored
5 years ago
by
Francesco Colista
Browse files
Options
Downloads
Patches
Plain Diff
community/greenbone-security-assistant: fix init dependency
parent
d7751deb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/greenbone-security-assistant/APKBUILD
+2
-2
2 additions, 2 deletions
community/greenbone-security-assistant/APKBUILD
community/greenbone-security-assistant/gsad.initd
+1
-1
1 addition, 1 deletion
community/greenbone-security-assistant/gsad.initd
with
3 additions
and
3 deletions
community/greenbone-security-assistant/APKBUILD
+
2
−
2
View file @
05393ff4
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
pkgname
=
greenbone-security-assistant
pkgname
=
greenbone-security-assistant
_pkgname
=
gsad
_pkgname
=
gsad
pkgver
=
8.0.0
pkgver
=
8.0.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Greenbone Security Assistant (gsa) - OpenVAS web frontend"
pkgdesc
=
"Greenbone Security Assistant (gsa) - OpenVAS web frontend"
url
=
"http://www.openvas.org/"
url
=
"http://www.openvas.org/"
arch
=
"all"
arch
=
"all"
...
@@ -47,7 +47,7 @@ package() {
...
@@ -47,7 +47,7 @@ package() {
}
}
sha512sums
=
"b3bc464548d6ecef8d515e69f9824d064b90c3da677f262fb040b2750b2c15cd14dfe2c7db3f830ce9d9d8bfb7d1591cc78c1c860d7b8a3417af03c78f99813f greenbone-security-assistant-8.0.0.tar.gz
sha512sums
=
"b3bc464548d6ecef8d515e69f9824d064b90c3da677f262fb040b2750b2c15cd14dfe2c7db3f830ce9d9d8bfb7d1591cc78c1c860d7b8a3417af03c78f99813f greenbone-security-assistant-8.0.0.tar.gz
a9eeb08743ac1
56
5
dec
52d117daf7d9de87e162555eb63b4142bf5957a36f2da90d3f41a96968ec581ca489099a3bb7d7f32180959282add9cbc2363c5189eb
5 gsad.initd
0734d3b7dc77b8de
56dec
63e677aefad14dcb718b5f3081f98738397c267d4fb36bbb167085213bc1d02d9261e4913f43f974f65226c459f9dfed0d970cf9b8
5 gsad.initd
aea96cef16ca7a63570c2d94a1fc7ef27d4163c28e1d729fd11821295f88a96864add0146d407e7b6de296dd6ca6f2c97d72097dd4ffe786b575f128abdbb1bf gsad.confd
aea96cef16ca7a63570c2d94a1fc7ef27d4163c28e1d729fd11821295f88a96864add0146d407e7b6de296dd6ca6f2c97d72097dd4ffe786b575f128abdbb1bf gsad.confd
0d459084f95e00dfb06912b9d89af011fac117a32687ffd3da3887c24e80c074b681c0d87532a4a7511e42c540f8d8b2ceaa04208fff531b94047a08decddd0f gsad.logrotate
0d459084f95e00dfb06912b9d89af011fac117a32687ffd3da3887c24e80c074b681c0d87532a4a7511e42c540f8d8b2ceaa04208fff531b94047a08decddd0f gsad.logrotate
6752bb6834811fc7c1259d2c8a0ae5f25a01de881008f6f6635b1f7a43672b5c1862de5b3591f81d7a2f22258614b71bb6ab588a3930648d9d74ef8a75d28c92 cmakelist.patch
6752bb6834811fc7c1259d2c8a0ae5f25a01de881008f6f6635b1f7a43672b5c1862de5b3591f81d7a2f22258614b71bb6ab588a3930648d9d74ef8a75d28c92 cmakelist.patch
...
...
This diff is collapsed.
Click to expand it.
community/greenbone-security-assistant/gsad.initd
+
1
−
1
View file @
05393ff4
...
@@ -11,6 +11,6 @@ pidfile="/run/gsad.pid"
...
@@ -11,6 +11,6 @@ pidfile="/run/gsad.pid"
depend() {
depend() {
after bootmisc
after bootmisc
need net
openvas
md
need net
gv
md
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment