]> granicus.if.org Git - procps-ng/commit
pgrep/pkill -F expects \n (Debian Bug report #676709)
authorAlfredo Esteban <aedelatorre@gmail.com>
Sat, 7 Jul 2012 01:15:15 +0000 (03:15 +0200)
committerCraig Small <csmall@enc.com.au>
Sat, 14 Jul 2012 05:55:45 +0000 (15:55 +1000)
commit7696bd200e6062f6c15b7922ebfbfc81fcbcb18c
treea18dd27782ab50f778762681bba6f90fd06946b2
parent30d5db1a8df77b0375703dd0ae61b994fc6e0861
pgrep/pkill -F expects \n (Debian Bug report #676709)

Hi,

I'm sending the patch to fix Debian bug report #676709:

pgrep/pkill -F expects "\n". If not present, no process is found/killed:

> wc -l /run/atd.pid
1 /run/atd.pid

> pgrep -F /run/atd.pid
1213

> wc -l /run/NetworkManager.pid
0 /run/NetworkManager.pid

> pgrep -F /run/NetworkManager.pid

Alfredo
pgrep.c