wok annotate busybox/stuff/busybox-1.21-tar.u @ rev 15275
clipit: remove icon (sorry, guys), move autostart item back to /etc/...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Sep 25 19:03:47 2013 +0300 (2013-09-25) |
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 */ |