wok view busybox/stuff/busybox-1.21-tar.u @ rev 15390

Up slitaz-boot-scripts (5.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 30 18:29:11 2013 +0100 (2013-10-30)
parents
children
line source
1 Accept and ignore --wildcards argument
2 --- busybox-1.21.0/archival/tar.c
3 +++ busybox-1.21.0/archival/tar.c
4 @@ -846,10 +846,12 @@
5 # if ENABLE_FEATURE_TAR_NOPRESERVE_TIME
6 "touch\0" No_argument "m"
7 # endif
8 - "no-recursion\0" No_argument "\xfa"
9 + "no-recursion\0" No_argument "\xf9"
10 # if ENABLE_FEATURE_TAR_TO_COMMAND
11 - "to-command\0" Required_argument "\xfb"
12 + "to-command\0" Required_argument "\xfa"
13 # endif
14 + /* ignore --wildcards */
15 + "wildcards\0" No_argument "\xfb"
16 /* use numeric uid/gid from tar header, not textual */
17 "numeric-owner\0" No_argument "\xfc"
18 /* do not restore mode */