wok diff busybox/stuff/busybox-1.21-tar.u @ rev 15709

Up:Postfix (2.10.2) + Add SSL support
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 22 22:07:24 2013 +0100 (2013-12-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/busybox/stuff/busybox-1.21-tar.u	Sun Dec 22 22:07:24 2013 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +Accept and ignore --wildcards argument
     1.5 +--- busybox-1.21.0/archival/tar.c
     1.6 ++++ busybox-1.21.0/archival/tar.c
     1.7 +@@ -846,10 +846,12 @@
     1.8 + # if ENABLE_FEATURE_TAR_NOPRESERVE_TIME
     1.9 + 	"touch\0"               No_argument       "m"
    1.10 + # endif
    1.11 +-	"no-recursion\0"	No_argument       "\xfa"
    1.12 ++	"no-recursion\0"	No_argument       "\xf9"
    1.13 + # if ENABLE_FEATURE_TAR_TO_COMMAND
    1.14 +-	"to-command\0"		Required_argument "\xfb"
    1.15 ++	"to-command\0"		Required_argument "\xfa"
    1.16 + # endif
    1.17 ++	/* ignore --wildcards */
    1.18 ++	"wildcards\0"           No_argument       "\xfb"
    1.19 + 	/* use numeric uid/gid from tar header, not textual */
    1.20 + 	"numeric-owner\0"       No_argument       "\xfc"
    1.21 + 	/* do not restore mode */