# send sigpipe to adaptd to get him to reset 
PATH=/bin:/usr/bin
IFS='
'			# just a newline
kill `ps ax | grep -v 'grep' | grep 'mgr/adaptd' | awk '{print $1}'`
