wok diff busybox/stuff/busybox-1.16.1-tar.u @ rev 5720

Up bluez-dev (4.62)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 24 15:17:18 2010 +0200 (2010-06-24)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/busybox/stuff/busybox-1.16.1-tar.u	Thu Jun 24 15:17:18 2010 +0200
     1.3 @@ -0,0 +1,12 @@
     1.4 +Accept --wildcards argument
     1.5 +--- busybox-1.16.1/archival/tar.c
     1.6 ++++ busybox-1.16.1/archival/tar.c
     1.7 +@@ -813,6 +813,8 @@
     1.8 + # if ENABLE_FEATURE_TAR_NOPRESERVE_TIME
     1.9 + 	"touch\0"               No_argument       "m"
    1.10 + # endif
    1.11 ++	/* ignore --wildcards */
    1.12 ++	"wildcards\0"           No_argument       "\xfb"
    1.13 + 	/* use numeric uid/gid from tar header, not textual */
    1.14 + 	"numeric-owner\0"       No_argument       "\xfc"
    1.15 + 	/* do not restore mode */