]> granicus.if.org Git - procps-ng/commit
pgrep: allow signal definition to be anywhere in command line
authorSami Kerola <kerolasa@iki.fi>
Sat, 11 Feb 2012 19:02:54 +0000 (20:02 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sat, 11 Feb 2012 20:42:42 +0000 (21:42 +0100)
commita1f8166642ef6a5fbb1f3e3846fdf3ab52c15c1d
tree2be5ac6df8cd23edd6e30b09a4e1d3b542b8418f
parente756a3db40b4010cc0d213ceb492f95f96fa3871
pgrep: allow signal definition to be anywhere in command line

I as user often try to pkill something, notice that program did not
die and pkill again with signal -9.  Before this commit previous one
could not add signal at the end of command line, as the signal
definition had to be first argument, which was annoying.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
pgrep.c