Hey guys:
I just checked in the OSCAR::Opkg
package/module in trunk. Please go through your package scripts and
convert your print() statements to opkg_print().
All you need to do is add "use
OSCAR::Opkg;" and then change all the print functions to
opkg_print.
This will prefix your print statement
with [opkg name].
Feel free to extend it and add other
opkg-specific subroutines!
Thanks!
Bernard
