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