From: Austin English Date: Wed, 18 May 2016 06:33:35 +0000 (-0500) Subject: sys-apps/kexec-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e1f2723abcc791d1bb363f161c161cd1acafd0a8;p=gentoo.git sys-apps/kexec-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/sys-apps/kexec-tools/files/kexec.init-2.0.12 b/sys-apps/kexec-tools/files/kexec.init-2.0.12 index 7a202cc11014..87863b3531f2 100755 --- a/sys-apps/kexec-tools/files/kexec.init-2.0.12 +++ b/sys-apps/kexec-tools/files/kexec.init-2.0.12 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-apps/kexec-tools/files/kexec.init-2.0.4-r2 b/sys-apps/kexec-tools/files/kexec.init-2.0.4-r2 index f1306874297c..6c970fd2723a 100644 --- a/sys-apps/kexec-tools/files/kexec.init-2.0.4-r2 +++ b/sys-apps/kexec-tools/files/kexec.init-2.0.4-r2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-apps/kexec-tools/files/kexec.init-2.0.4-r3 b/sys-apps/kexec-tools/files/kexec.init-2.0.4-r3 index 7aa55af80c00..65b7056bd362 100644 --- a/sys-apps/kexec-tools/files/kexec.init-2.0.4-r3 +++ b/sys-apps/kexec-tools/files/kexec.init-2.0.4-r3 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$