a6afe5ada8
wildcard specifications. Earlier the only wildcard syntax was "-j 0" for "any jail". There were at least two shortcomings in it: First, jail ID 0 was abused; it meant "no jail" in other utils, e.g., ps(1). Second, it was impossible to match processed not in jail, which could be useful to rc.d developers. Therefore a new syntax is introduced: "-j any" means any jail while "-j none" means out of jail. The old syntax is preserved for compatibility, but now it's deprecated because it's limited and confusing. Update the respective regression tests. While I'm here, make the tests more complex but sensitive: Start several processes, some in jail and some out of jail, so we can detect that only the right processes are killed by pkill or matched by pgrep. Reviewed by: gad, pjd MFC after: 1 week |
||
---|---|---|
.. | ||
pgrep-F.t | ||
pgrep-g.t | ||
pgrep-G.t | ||
pgrep-i.t | ||
pgrep-j.t | ||
pgrep-l.t | ||
pgrep-LF.t | ||
pgrep-n.t | ||
pgrep-o.t | ||
pgrep-P.t | ||
pgrep-s.t | ||
pgrep-S.t | ||
pgrep-t.t | ||
pgrep-U.t | ||
pgrep-v.t | ||
pgrep-x.t | ||
pkill-F.t | ||
pkill-g.t | ||
pkill-G.t | ||
pkill-i.t | ||
pkill-j.t | ||
pkill-LF.t | ||
pkill-P.t | ||
pkill-s.t | ||
pkill-t.t | ||
pkill-U.t | ||
pkill-x.t |