diff -urN busybox-0.60.1/init.c busybox-0.60.1.new/init.c --- busybox-0.60.1/init.c Fri Aug 24 00:14:30 2001 +++ busybox-0.60.1.new/init.c Tue Aug 28 22:57:34 2001 @@ -172,7 +172,7 @@ static char *secondConsole = VC_2; static char *thirdConsole = VC_3; static char *fourthConsole = VC_4; -static char *log = VC_5; +static char *log = VC_12; static int kernelVersion = 0; static char termType[32] = "TERM=linux"; static char console[32] = _PATH_CONSOLE; diff -urN busybox-0.60.1/libbb/libbb.h busybox-0.60.1.new/libbb/libbb.h --- busybox-0.60.1/libbb/libbb.h Fri Aug 24 00:14:31 2001 +++ busybox-0.60.1.new/libbb/libbb.h Tue Aug 28 22:57:57 2001 @@ -301,7 +301,7 @@ # define VC_2 "/dev/vc/2" # define VC_3 "/dev/vc/3" # define VC_4 "/dev/vc/4" -# define VC_5 "/dev/vc/5" +# define VC_12 "/dev/vc/12" # define SC_0 "/dev/tts/0" # define SC_1 "/dev/tts/1" # define VC_FORMAT "/dev/vc/%d" @@ -312,7 +312,7 @@ # define VC_2 "/dev/tty2" # define VC_3 "/dev/tty3" # define VC_4 "/dev/tty4" -# define VC_5 "/dev/tty5" +# define VC_12 "/dev/tty12" # define SC_0 "/dev/ttyS0" # define SC_1 "/dev/ttyS1" # define VC_FORMAT "/dev/tty%d"