Fix typo (and make it more explicit/self-documenting).

Noticed by:	gshapiro
This commit is contained in:
Mike Makonnen 2003-04-16 16:44:00 +00:00
parent 600b20796f
commit 61c79e443b

View File

@ -60,7 +60,7 @@ jail_start()
jail_stop()
{
kill -5 $(ps aux | awk '$8 ~ /.*J/ {print $2};')
kill -TERM $(ps aux | awk '$8 ~ /.*J/ {print $2};')
}