]> git.pld-linux.org Git - packages/busybox.git/blobdiff - busybox-logconsole.patch
- up to 1.5.0
[packages/busybox.git] / busybox-logconsole.patch
index e0ecee176d671f6cb0c1ed5b2ba408690702928b..8811785f19f28573a9411b3947db4eaa832f89f4 100644 (file)
@@ -22,12 +22,13 @@ diff -urN busybox-1.00-pre2/include/libbb.h busybox-1.00-pre2.org/include/libbb.
 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;
+@@ -85,7 +85,7 @@
+ static struct init_action *init_action_list = NULL;
  
- #if !ENABLE_SYSLOGD
--static char *log_console = VC_5;
-+static char *log_console = VC_12;
+ #if !ENABLE_FEATURE_INIT_SYSLOG
+-static const char *log_console = VC_5;
++static const char *log_console = VC_12;
  #endif
  #if !ENABLE_DEBUG_INIT
  static sig_atomic_t got_cont = 0;
+
This page took 0.037053 seconds and 4 git commands to generate.