]> git.pld-linux.org Git - packages/busybox.git/blobdiff - busybox-logconsole.patch
- rel 2; all mdev features
[packages/busybox.git] / busybox-logconsole.patch
index 9c47d375c211a12e51f0d67fdaabb196e201a0bc..95699f2553df68e98b2fcdfa90fff2206a6eb11a 100644 (file)
@@ -19,15 +19,14 @@ diff -urN busybox-1.00-pre2/include/libbb.h busybox-1.00-pre2.org/include/libbb.
  #if defined(__sh__) || defined(__H8300H__) || defined(__H8300S__)
  #  define SC_0 "/dev/ttySC0"
  #  define SC_1 "/dev/ttySC1"
-diff -urN busybox-1.00-pre2/init/init.c busybox-1.00-pre2.org/init/init.c
---- busybox-1.00-pre2/init/init.c      2003-08-02 23:40:57.000000000 +0200
-+++ busybox-1.00-pre2.org/init/init.c  2003-08-02 23:45:30.000000000 +0200
-@@ -155,7 +155,7 @@
- static char console[CONSOLE_BUFF_SIZE] = _PATH_CONSOLE;
+--- busybox/init/init.c.orig   2008-04-19 04:03:13.000000000 +0000
++++ busybox.o/init/init.c      2008-04-26 17:09:58.075653000 +0000
+@@ -64,7 +64,7 @@
+ /* Static variables */
+ static struct init_action *init_action_list = NULL;
  
- #ifndef CONFIG_SYSLOGD
--static char *log_console = VC_5;
-+static char *log_console = VC_12;
- #endif
+-static const char *log_console = VC_5;
++static const char *log_console = VC_12;
  static sig_atomic_t got_cont = 0;
- static const int LOG = 0x1;
+ enum {
This page took 0.244017 seconds and 4 git commands to generate.