From: Austin English Date: Wed, 18 May 2016 06:29:44 +0000 (-0500) Subject: net-analyzer/greenbone-security-assistant: use #!/sbin/openrc-run instead of #!/sbin... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c4b8472283fc985cc48630ca0f11b63bea779b90;p=gentoo.git net-analyzer/greenbone-security-assistant: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/net-analyzer/greenbone-security-assistant/files/gsad b/net-analyzer/greenbone-security-assistant/files/gsad index db56dbc89224..a214e10a0ca3 100644 --- a/net-analyzer/greenbone-security-assistant/files/gsad +++ b/net-analyzer/greenbone-security-assistant/files/gsad @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-analyzer/greenbone-security-assistant/files/gsad.init b/net-analyzer/greenbone-security-assistant/files/gsad.init index 27690b2c1782..f9a469f9aef4 100644 --- a/net-analyzer/greenbone-security-assistant/files/gsad.init +++ b/net-analyzer/greenbone-security-assistant/files/gsad.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$