summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:34:36 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commite5d1c56d2bb5f55ebac9f72f2b75883b084bf91f (patch)
tree033667d2bbf8b38b153c0e622386525f864e81fc /sys-fs
parent2a63594acfb868660afb69d0b12d8dab730792aa (diff)
downloadgentoo-e5d1c56d2bb5f55ebac9f72f2b75883b084bf91f.tar.gz
gentoo-e5d1c56d2bb5f55ebac9f72f2b75883b084bf91f.tar.xz
sys-fs/multipath-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/multipath-tools/files/multipath.rc2
-rw-r--r--sys-fs/multipath-tools/files/rc-multipathd2
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 cf43e5b3071..68f8d5edb43 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 646a911d0de..aba0c246201 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$