]> granicus.if.org Git - procps-ng/commit
pkill: Add lt- variants
authorCraig Small <csmall@dropbear.xyz>
Mon, 5 Apr 2021 04:40:00 +0000 (14:40 +1000)
committerCraig Small <csmall@dropbear.xyz>
Mon, 5 Apr 2021 04:40:00 +0000 (14:40 +1000)
commit992b8b64f43688e1ee9c32a2ce316635d8a6694c
tree9f222afd8fcce3f397fd3f3bb183bf073f61e566
parentdc143c8dc073012fead2374dc8a347871ea81d57
pkill: Add lt- variants

The pgrep code checks to see if the program is run as pkill or pidwait
and changes its behaviour accordingly.  Some older versions of libtool
run the programs as lt-pkill and lt-pidwait which means the tests fail.

We add these two program names to the checks.

Signed-off-by: Craig Small <csmall@dropbear.xyz>
NEWS
pgrep.c