wok view busybox/stuff/busybox-1.17.0-tar.u @ rev 5773

Up busybox (1.17.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 06 15:09:01 2010 +0200 (2010-07-06)
parents
children 1ed09465c0ae
line source
1 Accept --wildcards argument
2 --- busybox-1.17.0/archival/tar.c
3 +++ busybox-1.17.0/archival/tar.c
4 @@ -843,6 +843,8 @@
5 # if ENABLE_FEATURE_TAR_TO_COMMAND
6 "to-command\0" Required_argument "\xfb"
7 # endif
8 + /* ignore --wildcards */
9 + "wildcards\0" No_argument "\xfb"
10 /* use numeric uid/gid from tar header, not textual */
11 "numeric-owner\0" No_argument "\xfc"
12 /* do not restore mode */