From 6fda7247bc92d1c65844d9e300b7155f3f1ab877 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:34:01 -0500 Subject: [PATCH] sys-block/tgt: use #!/sbin/openrc-run instead of #!/sbin/runscript --- sys-block/tgt/files/tgtd | 2 +- sys-block/tgt/files/tgtd-1.0.24.initd | 2 +- 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$ -- 2.26.2