]> granicus.if.org Git - procps-ng/commit
pgrep: Enable case-insensitive process matching
authorWilliam Orr <will@worrbase.com>
Sun, 10 May 2015 07:42:09 +0000 (17:42 +1000)
committerCraig Small <csmall@enc.com.au>
Sun, 10 May 2015 07:42:09 +0000 (17:42 +1000)
commit9742c74e7c522fe0a08473a9599def465b35a4d0
tree9d5761ab15a3db515aaf91ba126fa0b3b3ff0c48
parent1209e759030cf166d30b94073282d45df0939c0b
pgrep: Enable case-insensitive process matching

FreeBSD has case-insensitive matching of processes in pgrep and
pkill, which can be super-useful. This patch uncomments and
documents the code needed to make this work.

Signed-off-by: Craig Small <csmall@enc.com.au>
pgrep.1
pgrep.c