wok annotate busybox/stuff/busybox-1.18.1-tar.u @ rev 7755

Up busybox (1.18.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 21 15:38:35 2010 +0100 (2010-12-21)
parents
children
rev   line source
pascal@7755 1 Accept and ignore --wildcards argument
pascal@7755 2 --- busybox-1.18.0/archival/tar.c
pascal@7755 3 +++ busybox-1.18.0/archival/tar.c
pascal@7755 4 @@ -840,8 +840,10 @@
pascal@7755 5 "touch\0" No_argument "m"
pascal@7755 6 # endif
pascal@7755 7 # if ENABLE_FEATURE_TAR_TO_COMMAND
pascal@7755 8 - "to-command\0" Required_argument "\xfb"
pascal@7755 9 + "to-command\0" Required_argument "\xfa"
pascal@7755 10 # endif
pascal@7755 11 + /* ignore --wildcards */
pascal@7755 12 + "wildcards\0" No_argument "\xfb"
pascal@7755 13 /* use numeric uid/gid from tar header, not textual */
pascal@7755 14 "numeric-owner\0" No_argument "\xfc"
pascal@7755 15 /* do not restore mode */