From 5d3ff181e96e7b45ddb10568cc0d2db9d5a8c85f Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Thu, 18 Aug 2016 12:26:10 +0000 Subject: Revert "community/openvas-scanner: moved from testing" This reverts commit 20c1f7f2330bfd49f9f8a86203aa49b3e34d41a4. --- community/openvas-scanner/openvassd.initd | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 community/openvas-scanner/openvassd.initd (limited to 'community/openvas-scanner/openvassd.initd') diff --git a/community/openvas-scanner/openvassd.initd b/community/openvas-scanner/openvassd.initd deleted file mode 100644 index 4b4de5e515..0000000000 --- a/community/openvas-scanner/openvassd.initd +++ /dev/null @@ -1,26 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -name="OpenVAS Scanner" -command="/usr/bin/openvassd" -command_args="${SCANNER_LISTEN} ${SCANNER_PORT} ${SCANNER_SRCIP} ${SCANNER_EXTRA_ARGS}" -pidfile="/run/openvassd.pid" -extra_stopped_commands="create_cache" - -depend() { - after bootmisc - need localmount net -} - -start_pre() { - checkpath --directory --mode 0775 --quiet /var/cache/openvas -} - -create_cache() { - checkpath --directory --mode 0775 --quiet /var/cache/openvas - ebegin "Generating initial Cache" - /usr/bin/openvassd --foreground --only-cache - eend $? -} -- cgit v1.2.3