diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-18 12:26:26 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-18 12:26:26 +0000 |
commit | 98ef3e0c31fdf242f8e552650904cf3ff971392c (patch) | |
tree | a8065194149d856421cdeaed7b0765ceae22547e /community/greenbone-security-assistant/gsad.initd | |
parent | be78d04ddff3f9f3dba8fba9aafda325b6ccc48a (diff) | |
download | aports-98ef3e0c31fdf242f8e552650904cf3ff971392c.tar.bz2 aports-98ef3e0c31fdf242f8e552650904cf3ff971392c.tar.xz |
Revert "community/greenbone-security-assistant: moved from testing"
This reverts commit 56d7b871078afb2c19999312c7e2024aa994cc77.
Diffstat (limited to 'community/greenbone-security-assistant/gsad.initd')
-rw-r--r-- | community/greenbone-security-assistant/gsad.initd | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/community/greenbone-security-assistant/gsad.initd b/community/greenbone-security-assistant/gsad.initd deleted file mode 100644 index 9655c7bf7f..0000000000 --- a/community/greenbone-security-assistant/gsad.initd +++ /dev/null @@ -1,16 +0,0 @@ -#!/sbin/openrc-run -#Copyright 2016 Alpine Linux -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -command_args="${GSAD_LISTEN} ${MANAGER_LISTEN} ${MANAGER_PORT} ${GSAD_EXTRA_ARGS}" -name="Greenbone Security Assistant (GSA)" -command=/usr/bin/gsad - -pidfile="/run/gsad.pid" - -depend() { - after bootmisc - need net -} - |