path: pvpgn_1.99.7.2.1+dfsg-3/scripts/rc.bnetd
bnetd_down() {
  sleep 3;
  if `echo `pidof bnetd`` >>/dev/null; then
    echo "FAILED"
  else
