From c575f1bf39b40380d900181e87aa65025b9d5326 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:32:06 -0500 Subject: [PATCH] net-misc/nstx: use #!/sbin/openrc-run instead of #!/sbin/runscript --- net-misc/nstx/files/nstxcd.init | 2 +- net-misc/nstx/files/nstxd.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ) -- 2.26.2