wok view 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 source
1 Accept and ignore --wildcards argument
2 --- busybox-1.17.1/archival/tar.c
3 +++ busybox-1.17.1/archival/tar.c
4 @@ -841,8 +841,10 @@
5 "touch\0" No_argument "m"
6 # endif
7 # if ENABLE_FEATURE_TAR_TO_COMMAND
8 - "to-command\0" Required_argument "\xfb"
9 + "to-command\0" Required_argument "\xfa"
10 # endif
11 + /* ignore --wildcards */
12 + "wildcards\0" No_argument "\xfb"
13 /* use numeric uid/gid from tar header, not textual */
14 "numeric-owner\0" No_argument "\xfc"
15 /* do not restore mode */