diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 10:01:14 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 11:24:37 +0000 |
commit | d456651d95aefa62c7b38d7af4a105ebb66f279c (patch) | |
tree | 421d8e21a6dde3ffb93daffccd8cf793351859fb /testing/openvas-manager/openvasmd.initd | |
parent | b9ed44f9585b23b8ed7a0d4dbc3ddd8f35094af9 (diff) | |
download | aports-d456651d95aefa62c7b38d7af4a105ebb66f279c.tar.bz2 aports-d456651d95aefa62c7b38d7af4a105ebb66f279c.tar.xz |
community/openvas-manager: moved from testing
Diffstat (limited to 'testing/openvas-manager/openvasmd.initd')
-rw-r--r-- | testing/openvas-manager/openvasmd.initd | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/openvas-manager/openvasmd.initd b/testing/openvas-manager/openvasmd.initd deleted file mode 100644 index d0045d5b2e..0000000000 --- a/testing/openvas-manager/openvasmd.initd +++ /dev/null @@ -1,19 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -name="OpenVAS Manager" -command=/usr/bin/openvasmd -command_args="${MANAGER_LISTEN} ${MANAGER_PORT} ${SCANNER_LISTEN} ${SCANNER_PORT} ${MANAGER_EXTRA_ARGS}" -pidfile="/run/openvasmd.pid" - -depend() { - after bootmisc - need localmount net openvassd -} - -start_pre() { - checkpath --directory --mode 0775 --quiet /var/cache/openvas -} - |