From e5d1c56d2bb5f55ebac9f72f2b75883b084bf91f Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:34:36 -0500 Subject: sys-fs/multipath-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript --- sys-fs/multipath-tools/files/multipath.rc | 2 +- sys-fs/multipath-tools/files/rc-multipathd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/multipath-tools/files/multipath.rc b/sys-fs/multipath-tools/files/multipath.rc index cf43e5b30710..68f8d5edb43b 100644 --- a/sys-fs/multipath-tools/files/multipath.rc +++ b/sys-fs/multipath-tools/files/multipath.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-fs/multipath-tools/files/rc-multipathd b/sys-fs/multipath-tools/files/rc-multipathd index 646a911d0de8..aba0c2462011 100644 --- a/sys-fs/multipath-tools/files/rc-multipathd +++ b/sys-fs/multipath-tools/files/rc-multipathd @@ -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 # $Id$ -- cgit v1.2.3-65-gdbad