I often use pkill ,when working on sun solaris I find this command really usefull ... I mean it could be usefull to add it to openbsd actually i use this simple script :
#!/bin/sh kill -9 `ps aux|grep $1|grep -v grep |awk '{print $2}'` Received on Mon Dec 2 12:23:12 2002
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:31:49 EDT