From: Austin English Date: Wed, 18 May 2016 06:30:05 +0000 (-0500) Subject: net-analyzer/openvas-scanner: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eb641dfedccea371c34564d663de3b59a0b90f9b;p=gentoo.git net-analyzer/openvas-scanner: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/net-analyzer/openvas-scanner/files/openvassd b/net-analyzer/openvas-scanner/files/openvassd index 5f69eb113db7..7fcf981a3570 100644 --- a/net-analyzer/openvas-scanner/files/openvassd +++ b/net-analyzer/openvas-scanner/files/openvassd @@ -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-scanner/files/openvassd.init b/net-analyzer/openvas-scanner/files/openvassd.init index 66133a9ec734..5bae99df1c90 100644 --- a/net-analyzer/openvas-scanner/files/openvassd.init +++ b/net-analyzer/openvas-scanner/files/openvassd.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$