Added -z command line paramter to pidof which tells pidof to

try to find processes in uninterruptable (D) or zombie (Z) states.
This can cause pidof to hang, but produces a more complete process
list.
This commit is contained in:
Jesse Smith
2019-07-04 22:00:47 -03:00
parent 5f96543c96
commit 39df2f0fa3
3 changed files with 34 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
sysvinit (2.96) released; urgency=low
[ Jesse Smith ]
* Added -z command line paramter to pidof which tells pidof to
try to find processes in uninterruptable (D) or zombie (Z) states.
This can cause pidof to hang, but produces a more complete process
list.
sysvinit (2.95) released; urgency=low
[ Jesse Smith ]