aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2024-05-22 02:44:20 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2024-05-22 02:44:20 +0000
commitdc501a9ec093f73d9cbff666df4bf16cd5a358fd (patch)
tree425aabb5ce3e8b704cf01edd2fe6c193e794c994
parent208f11e8063af7b52bddd4e7a179906e7e8c7ddf (diff)
-rw-r--r--libexec/rc/rc.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.subr b/libexec/rc/rc.subr
index 16b2c9fc5e88..6ed9d24fdf5c 100644
--- a/libexec/rc/rc.subr
+++ b/libexec/rc/rc.subr
@@ -1076,7 +1076,7 @@ run_rc_command()
err 3 'run_rc_command: $name is not set.'
fi
- DebugOn rc:$name rc:$name:$rc_arg $name:$rc_arg
+ DebugOn rc:all rc:all:$rc_arg rc:$name rc:$name:$rc_arg $name:$rc_arg
# Don't repeat the first argument when passing additional command-
# line arguments to the command subroutines.