From 4a3b86f480f44ac5d6e3f2fb93e203daae126e72 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 19 Jan 2022 15:41:28 -0500 Subject: [PATCH] tamed: Ignore SIGUSR2 This was originally going to tell tamed to redraw the runner status line, but a different approach was taken. --- bin/tame | 4 ---- bin/tamed | 3 --- 2 files changed, 7 deletions(-) diff --git a/bin/tame b/bin/tame index 7626220b..e1553824 100755 --- a/bin/tame +++ b/bin/tame @@ -86,10 +86,6 @@ command-runner() date +%s > "$base/cmdstart" echo "$*" > "$base/cmdline" - # notify tamed that it should update any diagnostic display - #local -ri tamed_pid=$( < "$root/pid" ) - #kill -USR2 "$tamed_pid" - # all remaining arguments are passed to the runner echo "$*" > "$base/0" diff --git a/bin/tamed b/bin/tamed index 80ed4cc7..380662d7 100755 --- a/bin/tamed +++ b/bin/tamed @@ -564,9 +564,6 @@ main() spawn-runner 0 "$root" trap "spawn-next-runner '$root'" USR1 - # runner report on SIGUSR2 - trap "runner-report-line '$root'" USR2 - # status line reporting on runners for TUI mode tui-runner-status-line &