mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
13 lines
378 B
Text
13 lines
378 B
Text
--- itl/command-plugins.conf.orig 2018-10-11 12:01:05 UTC
|
|
+++ itl/command-plugins.conf
|
|
@@ -1628,6 +1628,10 @@ object CheckCommand "procs" {
|
|
set_if = "$procs_nokthreads$"
|
|
description = "Only scan for non kernel threads"
|
|
}
|
|
+ "-j" = {
|
|
+ value = "$procs_jid$"
|
|
+ description = "Only scan for processes within that jail ID"
|
|
+ }
|
|
}
|
|
|
|
vars.procs_traditional = false
|