wok annotate 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
rev   line source
pascal@13905 1 Accept and ignore --wildcards argument
pascal@13905 2 --- busybox-1.21.0/archival/tar.c
pascal@13905 3 +++ busybox-1.21.0/archival/tar.c
pascal@13905 4 @@ -846,10 +846,12 @@
pascal@13905 5 # if ENABLE_FEATURE_TAR_NOPRESERVE_TIME
pascal@13905 6 "touch\0" No_argument "m"
pascal@13905 7 # endif
pascal@13905 8 - "no-recursion\0" No_argument "\xfa"
pascal@13905 9 + "no-recursion\0" No_argument "\xf9"
pascal@13905 10 # if ENABLE_FEATURE_TAR_TO_COMMAND
pascal@13905 11 - "to-command\0" Required_argument "\xfb"
pascal@13905 12 + "to-command\0" Required_argument "\xfa"
pascal@13905 13 # endif
pascal@13905 14 + /* ignore --wildcards */
pascal@13905 15 + "wildcards\0" No_argument "\xfb"
pascal@13905 16 /* use numeric uid/gid from tar header, not textual */
pascal@13905 17 "numeric-owner\0" No_argument "\xfc"
pascal@13905 18 /* do not restore mode */