From: Austin English Date: Wed, 18 May 2016 06:34:01 +0000 (-0500) Subject: sys-block/tgt: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6fda7247bc92d1c65844d9e300b7155f3f1ab877;p=gentoo.git sys-block/tgt: use #!/sbin/openrc-run instead of #!/sbin/runscript --- 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$