BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

{bb} hpjd.sh tests turn purple after installing bbgen



I installed bbgen and all my tests via hpjd.sh (from www.deadcat.net)
went purple.

I figured out what happened. It turns out that hpjd.sh is not invoked
from bb-bbexttab like most ext scripts, but is actually invoked from
bb-network.sh which was replaced when bbgen was installed.

The fix that I came up with was to insert this line into the new
bb-network.sh file that comes with bbgen:

---------------------------------------------------------------------
bbhostgrep hpjd | awk '{ print "'$BBHOME'/ext/hpjd.sh " $1 " " $2 }' |
sh
---------------------------------------------------------------------

Now, all my hpjd tests are green and are updating automatically again.

Is there a cleaner and/or shorter way to do this? Is anyone else using
the hpjd external script with bbgen?


--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index