wok diff busybox/stuff/busybox-1.10.0-vcsa2txt.u @ rev 2155

Add: gxmessage
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 05 21:43:25 2009 +0100 (2009-02-05)
parents 28948d3430a1
children
line diff
     1.1 --- a/busybox/stuff/busybox-1.10.0-vcsa2txt.u	Tue Apr 08 14:42:37 2008 +0000
     1.2 +++ b/busybox/stuff/busybox-1.10.0-vcsa2txt.u	Thu Feb 05 21:43:25 2009 +0100
     1.3 @@ -25,7 +25,7 @@
     1.4   #define vi_trivial_usage \
     1.5          "[OPTION] [FILE]..."
     1.6   #define vi_full_usage \
     1.7 - 
     1.8 +
     1.9  --- busybox-1.10.0/miscutils/Config.in	Sat Mar 22 02:31:50 2008
    1.10  +++ busybox-1.10.0/miscutils/Config.in	Sat Mar 22 02:31:50 2008
    1.11  @@ -461,6 +461,12 @@
    1.12 @@ -41,7 +41,7 @@
    1.13   config WATCHDOG
    1.14   	bool "watchdog"
    1.15   	default n
    1.16 - 	
    1.17 +
    1.18  --- busybox-1.10.0/util-linux/Kbuild	Sat Mar 22 02:31:53 2008
    1.19  +++ busybox-1.10.0/util-linux/Kbuild	Sat Mar 22 02:31:53 2008
    1.20  @@ -33,3 +33,4 @@
    1.21 @@ -49,7 +49,7 @@
    1.22   lib-$(CONFIG_SWITCH_ROOT)	+= switch_root.o
    1.23   lib-$(CONFIG_UMOUNT)		+= umount.o
    1.24  +lib-$(CONFIG_VCSA2TXT)		+= vcsa2txt.o
    1.25 - 
    1.26 +
    1.27  --- busybox-1.10.0/util-linux/vcsa2txt.c	Sat Mar 22 19:40:15 2008
    1.28  +++ busybox-1.10.0/util-linux/vcsa2txt.c	Sat Mar 22 19:40:15 2008
    1.29  @@ -0,0 +1,79 @@