wok annotate busybox/stuff/busybox-1.23-tar.u @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents
children
rev   line source
pascal@17518 1 Accept and ignore --wildcards argument
pascal@17518 2 --- busybox-1.23.0/archival/tar.c
pascal@17518 3 +++ busybox-1.23.0/archival/tar.c
pascal@17518 4 @@ -928,10 +928,12 @@
pascal@17518 5 # if ENABLE_FEATURE_TAR_NOPRESERVE_TIME
pascal@17518 6 "touch\0" No_argument "m"
pascal@17518 7 # endif
pascal@17518 8 - "no-recursion\0" No_argument "\xfa"
pascal@17518 9 + "no-recursion\0" No_argument "\xf9"
pascal@17518 10 # if ENABLE_FEATURE_TAR_TO_COMMAND
pascal@17518 11 - "to-command\0" Required_argument "\xfb"
pascal@17518 12 + "to-command\0" Required_argument "\xfa"
pascal@17518 13 # endif
pascal@17518 14 + /* ignore --wildcards */
pascal@17518 15 + "wildcards\0" No_argument "\xfb"
pascal@17518 16 /* use numeric uid/gid from tar header, not textual */
pascal@17518 17 "numeric-owner\0" No_argument "\xfc"
pascal@17518 18 /* do not restore mode */