wok-next diff busybox/stuff/busybox-1.10.0-vcsa2txt.u @ rev 1558
add the real wget, needed by get-texlive
author | Pierre-Jean Fichet <sygne@ombres.eu> |
---|---|
date | Sun Oct 12 23:19:02 2008 +0200 (2008-10-12) |
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 Sun Oct 12 23:19:02 2008 +0200 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 @@