diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:01 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 6fda7247bc92d1c65844d9e300b7155f3f1ab877 (patch) | |
tree | c3d6d2a84d4489d663ea42ab09e708b9de315741 /sys-block | |
parent | sys-block/partimage: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-6fda7247bc92d1c65844d9e300b7155f3f1ab877.tar.gz gentoo-6fda7247bc92d1c65844d9e300b7155f3f1ab877.tar.bz2 gentoo-6fda7247bc92d1c65844d9e300b7155f3f1ab877.zip |
sys-block/tgt: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/tgt/files/tgtd | 2 | ||||
-rw-r--r-- | sys-block/tgt/files/tgtd-1.0.24.initd | 2 | ||||
-rw-r--r-- | sys-block/tgt/files/tgtd.initd | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-block/tgt/files/tgtd b/sys-block/tgt/files/tgtd index bec70b821bf7..0d9d0709f6ac 100644 --- a/sys-block/tgt/files/tgtd +++ b/sys-block/tgt/files/tgtd @@ -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-block/tgt/files/tgtd-1.0.24.initd b/sys-block/tgt/files/tgtd-1.0.24.initd index f5e903516034..c824c091c0ec 100644 --- a/sys-block/tgt/files/tgtd-1.0.24.initd +++ b/sys-block/tgt/files/tgtd-1.0.24.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-block/tgt/files/tgtd.initd b/sys-block/tgt/files/tgtd.initd index f8b5a1d4e43d..bf208703d389 100644 --- a/sys-block/tgt/files/tgtd.initd +++ b/sys-block/tgt/files/tgtd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |