diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:36 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | e5d1c56d2bb5f55ebac9f72f2b75883b084bf91f (patch) | |
tree | 033667d2bbf8b38b153c0e622386525f864e81fc /sys-fs/multipath-tools | |
parent | sys-fs/mdadm: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-e5d1c56d2bb5f55ebac9f72f2b75883b084bf91f.tar.gz gentoo-e5d1c56d2bb5f55ebac9f72f2b75883b084bf91f.tar.bz2 gentoo-e5d1c56d2bb5f55ebac9f72f2b75883b084bf91f.zip |
sys-fs/multipath-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-fs/multipath-tools')
-rw-r--r-- | sys-fs/multipath-tools/files/multipath.rc | 2 | ||||
-rw-r--r-- | 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$ |