For the people who don't have time to learn about compiling at the moment... Not tested though, sorry.
On Fri, Mar 16, 2007 at 01:38:19PM +0100, Paul de Weerd wrote: > > sudo -s > cd /usr > export [EMAIL PROTECTED]:/cvs > export VERS=OPENBSD_`uname -r | tr '.' '_'` > cvs checkout -P -r${VERS} src > cd src/sys/arch/`uname -m`/conf > config GENERIC > cd ../compile/GENERIC > make clean > make depend > make > make install > reboot CL<