diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:37 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | ef8e1bc019c5aa42d4f3a303ee6ced54d9daac56 (patch) | |
tree | c05ecde0b4d8e46ceda150a76a3b3edc7ae28b1b /sys-fs | |
parent | sys-fs/multipath-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-ef8e1bc019c5aa42d4f3a303ee6ced54d9daac56.tar.gz gentoo-ef8e1bc019c5aa42d4f3a303ee6ced54d9daac56.tar.bz2 gentoo-ef8e1bc019c5aa42d4f3a303ee6ced54d9daac56.zip |
sys-fs/ocfs2-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ocfs2-tools/files/ocfs2.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/ocfs2-tools/files/ocfs2.initd b/sys-fs/ocfs2-tools/files/ocfs2.initd index e5c091ee04c7..3307f8c64f73 100644 --- a/sys-fs/ocfs2-tools/files/ocfs2.initd +++ b/sys-fs/ocfs2-tools/files/ocfs2.initd @@ -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$ |