commit: db5fe2a0dd4dd1f6bb1761110922b645451a4cf8
Author: Forza <68693597+Forza-tng <AT> users <DOT> noreply <DOT> github
<DOT> com>
AuthorDate: Tue Oct 17 06:40:13 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 17 09:17:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db5fe2a0
sys-block/tgt: Update tgtd.initd-new
Add missing `${tgtd_opts}` which was missing in previous commit.
Closes: https://bugs.gentoo.org/915140
Signed-off-by: Forza <68693597+Forza-tng <AT> users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/33368
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-block/tgt/files/tgtd.initd-new | 2 +-
sys-block/tgt/{tgt-1.0.87-r1.ebuild => tgt-1.0.87-r2.ebuild} | 0
sys-block/tgt/{tgt-1.0.88.ebuild => tgt-1.0.88-r1.ebuild} | 0
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-block/tgt/files/tgtd.initd-new
b/sys-block/tgt/files/tgtd.initd-new
index 7941f1a7e974..962ed7bd3a2a 100644
--- a/sys-block/tgt/files/tgtd.initd-new
+++ b/sys-block/tgt/files/tgtd.initd-new
@@ -9,7 +9,7 @@
pidfile="/var/run/${RC_SVCNAME}.pid"
command="/usr/sbin/tgtd"
-command_args_background="--pid-file ${pidfile}"
+command_args_background="--pid-file ${pidfile} ${tgtd_opts}"
extra_commands="forcedstop"
extra_started_commands="forcedreload reload"
diff --git a/sys-block/tgt/tgt-1.0.87-r1.ebuild
b/sys-block/tgt/tgt-1.0.87-r2.ebuild
similarity index 100%
rename from sys-block/tgt/tgt-1.0.87-r1.ebuild
rename to sys-block/tgt/tgt-1.0.87-r2.ebuild
diff --git a/sys-block/tgt/tgt-1.0.88.ebuild
b/sys-block/tgt/tgt-1.0.88-r1.ebuild
similarity index 100%
rename from sys-block/tgt/tgt-1.0.88.ebuild
rename to sys-block/tgt/tgt-1.0.88-r1.ebuild