diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:59 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 9f27bef60b427396c3fa94509f51d0a0d645606b (patch) | |
tree | ccdc1deefcb1bf5df46ceeef0bb38a21ec667823 /sys-block/open-iscsi | |
parent | sys-block/noflushd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-9f27bef60b427396c3fa94509f51d0a0d645606b.tar.gz gentoo-9f27bef60b427396c3fa94509f51d0a0d645606b.tar.bz2 gentoo-9f27bef60b427396c3fa94509f51d0a0d645606b.zip |
sys-block/open-iscsi: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-block/open-iscsi')
-rw-r--r-- | sys-block/open-iscsi/files/iscsid-init.d | 2 | ||||
-rw-r--r-- | sys-block/open-iscsi/files/open-iscsi-2.0.872-init.d-r1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/open-iscsi/files/iscsid-init.d b/sys-block/open-iscsi/files/iscsid-init.d index 6bd49ab09afe..99af78b31e25 100644 --- a/sys-block/open-iscsi/files/iscsid-init.d +++ b/sys-block/open-iscsi/files/iscsid-init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/sys-block/open-iscsi/files/open-iscsi-2.0.872-init.d-r1 b/sys-block/open-iscsi/files/open-iscsi-2.0.872-init.d-r1 index aa6cebf690e6..78ef942d6bcc 100644 --- a/sys-block/open-iscsi/files/open-iscsi-2.0.872-init.d-r1 +++ b/sys-block/open-iscsi/files/open-iscsi-2.0.872-init.d-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ |