]> granicus.if.org Git - procps-ng/commit
pgrep: Remove >15 warning
authorCraig Small <csmall@enc.com.au>
Fri, 18 May 2018 22:14:06 +0000 (08:14 +1000)
committerCraig Small <csmall@enc.com.au>
Fri, 18 May 2018 22:14:06 +0000 (08:14 +1000)
commitc32ab58b942d6dc2d6b4d45114af2ba9572aaa50
treef1f3d97de640ad19c1bd5104c6750274b208ab40
parent52dc8dcdea825e01c0668cba2b41315839b7ff99
pgrep: Remove >15 warning

As comm length can be longer than 15 characters with newer kernels, it
doesn't make sense to have a warning when you make the match string
longer than this.

As a side-effect, it removes the false-positive you got when you used
long regex matches (see issue #92 )

References:
 commit 2cfdbbe897f0d4e41460c7c2b92acfc5804652c8
 procps-ng/procps#92
NEWS
pgrep.c