From: Austin English Date: Wed, 18 May 2016 06:32:06 +0000 (-0500) Subject: net-misc/nstx: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c575f1bf39b40380d900181e87aa65025b9d5326;p=gentoo.git net-misc/nstx: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/net-misc/nstx/files/nstxcd.init b/net-misc/nstx/files/nstxcd.init index 7315c72f4b93..63852481d04e 100644 --- a/net-misc/nstx/files/nstxcd.init +++ b/net-misc/nstx/files/nstxcd.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # (Written by Phillip Berndt ) diff --git a/net-misc/nstx/files/nstxd.init b/net-misc/nstx/files/nstxd.init index ce4bed8377aa..496442fea0b8 100644 --- a/net-misc/nstx/files/nstxd.init +++ b/net-misc/nstx/files/nstxd.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # (Written by Phillip Berndt )