path: pvpgn_1.99.7.2.1+dfsg-3/scripts/rc.bnetd
bnetd_status() {
  if `echo `pidof bnetd`` >>/dev/null; then
    echo "pvpgn is UP and running"
  else
