From 4f22c02a68472a156ffffbc4da93445740dd58af Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:33:37 -0500 Subject: [PATCH] sys-apps/linux-misc-apps: use #!/sbin/openrc-run instead of #!/sbin/runscript --- sys-apps/linux-misc-apps/files/freefall.initd | 2 +- sys-apps/linux-misc-apps/files/hpfall.initd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/linux-misc-apps/files/freefall.initd b/sys-apps/linux-misc-apps/files/freefall.initd index 1df5294534e9..dac021d069ed 100644 --- a/sys-apps/linux-misc-apps/files/freefall.initd +++ b/sys-apps/linux-misc-apps/files/freefall.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 2012-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-apps/linux-misc-apps/files/hpfall.initd b/sys-apps/linux-misc-apps/files/hpfall.initd index 5b9a55ba5a8f..571d5651effd 100644 --- a/sys-apps/linux-misc-apps/files/hpfall.initd +++ b/sys-apps/linux-misc-apps/files/hpfall.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -- 2.26.2