On 10:15 Wed 17 Jan , Martin Hedenfalk wrote: > Hello list, > > Is there a nullconsole in OpenBSD, similar to the nullconsole in FreeBSD?
in /usr/src/sys/kern/subr_prf.c in printf function: -- retval = kprintf(fmt, TOCONS | TOLOG, NULL, NULL, ap); ++ retval = kprintf(fmt, TOLOG, NULL, NULL, ap); and recompile it. I don't know if this is a good thing...but for now i use it :) fabioFVZ OpenCON 2007 :)

