Big Brother


Tags:

I've seen a lot of requests lately on the Big Brother mailing list for a Solaris 10 SMF manifest for Big Brother. I uploaded mine to the Big Brother script repository:

http://www.deadcat.net.au/

It is called bigbrother.xml and is available for download here:

http://www.deadcat.net.au/viewfile.php?fileid=980


Tags:

If the big brother html display is converting <> to lt; and gt;
and as a result, the html tags are being printed to the display,
check:

in bbdef-server.sh, change:

RUNOPTS="CONVHTMLTAGS"
export RUNOPTS

to:

RUNOPTS="EMBEDHTML"
export RUNOPTS

which will keep the HTML code as it was recieved.