wok diff busybox/stuff/busybox-1.17.3-tar.u @ rev 6674

Up busybox (1.17.3) with make 3.82 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 12 16:37:45 2010 +0200 (2010-10-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/busybox/stuff/busybox-1.17.3-tar.u	Tue Oct 12 16:37:45 2010 +0200
     1.3 @@ -0,0 +1,15 @@
     1.4 +Accept and ignore --wildcards argument
     1.5 +--- busybox-1.17.1/archival/tar.c
     1.6 ++++ busybox-1.17.1/archival/tar.c
     1.7 +@@ -841,8 +841,10 @@
     1.8 + 	"touch\0"               No_argument       "m"
     1.9 + # endif
    1.10 + # if ENABLE_FEATURE_TAR_TO_COMMAND
    1.11 +-	"to-command\0"		Required_argument "\xfb"
    1.12 ++	"to-command\0"		Required_argument "\xfa"
    1.13 + # endif
    1.14 ++	/* ignore --wildcards */
    1.15 ++	"wildcards\0"           No_argument       "\xfb"
    1.16 + 	/* use numeric uid/gid from tar header, not textual */
    1.17 + 	"numeric-owner\0"       No_argument       "\xfc"
    1.18 + 	/* do not restore mode */