diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-05-11 13:55:08 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-05-11 15:22:05 +0200 |
commit | 4da07f56b6a81278340bccc2c2d7882de15c3a7d (patch) | |
tree | 87c445e09ab9641248ccb72e8d4d134572a61239 /net-analyzer | |
parent | dev-ruby/minitest-pretty_diff: x86 stable wrt bug #839096 (diff) | |
download | gentoo-4da07f56b6a81278340bccc2c2d7882de15c3a7d.tar.gz gentoo-4da07f56b6a81278340bccc2c2d7882de15c3a7d.tar.bz2 gentoo-4da07f56b6a81278340bccc2c2d7882de15c3a7d.zip |
net-analyzer/gvmd: remove unused file
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25442
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/gvmd/files/gvmd.init | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-analyzer/gvmd/files/gvmd.init b/net-analyzer/gvmd/files/gvmd.init deleted file mode 100644 index 098232afa1e5..000000000000 --- a/net-analyzer/gvmd/files/gvmd.init +++ /dev/null @@ -1,24 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -: ${GVMD_USER:=gvm} -: ${GVMD_GROUP:=gvm} -: ${GVMD_TIMEOUT:=30} - -name="Greenbone Vulnerability Manager" -command=/usr/bin/gvmd -command_args="--foreground ${GVMD_OPTIONS} ${GVMD_LISTEN_ADDRESS_TCP} ${GVMD_PORT} ${GVMD_SCANNER_HOST} ${GVMD_GNUTLS_PRIORITIES}" -command_background="true" -command_user="${GVMD_USER}:${GVMD_GROUP}" -pidfile="/run/gvmd.pid" -retry="${GVMD_TIMEOUT}" - -depend() { - after bootmisc - need localmount net ospd-openvas -} - -start_pre() { - /bin/bash /etc/gvm/gvmd-startpre.sh -} |