From fcce7f63ec377095dfc6b79feb2fd6b49e591e48 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:30:04 -0500 Subject: [PATCH] net-analyzer/openvas-manager: use #!/sbin/openrc-run instead of #!/sbin/runscript --- net-analyzer/openvas-manager/files/openvasmd | 2 +- net-analyzer/openvas-manager/files/openvasmd.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/openvas-manager/files/openvasmd b/net-analyzer/openvas-manager/files/openvasmd index 89accf4eed210..8a5be1f37d0a4 100644 --- a/net-analyzer/openvas-manager/files/openvasmd +++ b/net-analyzer/openvas-manager/files/openvasmd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-analyzer/openvas-manager/files/openvasmd.init b/net-analyzer/openvas-manager/files/openvasmd.init index 31b795f336b75..a7f9a089ae352 100644 --- a/net-analyzer/openvas-manager/files/openvasmd.init +++ b/net-analyzer/openvas-manager/files/openvasmd.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$