wok-current annotate busybox/stuff/busybox-1.22-tar.u @ rev 17035
slitaz-configs-base: use chroot in post_install()
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Aug 18 08:45:31 2014 +0000 (2014-08-18) |
parents | e30c03f14110 |
children |
rev | line source |
---|---|
pascal@15734 | 1 Accept and ignore --wildcards argument |
pascal@15734 | 2 --- busybox-1.21.0/archival/tar.c |
pascal@15734 | 3 +++ busybox-1.21.0/archival/tar.c |
pascal@15743 | 4 @@ -946,10 +946,12 @@ |
pascal@15734 | 5 # if ENABLE_FEATURE_TAR_NOPRESERVE_TIME |
pascal@15734 | 6 "touch\0" No_argument "m" |
pascal@15734 | 7 # endif |
pascal@15734 | 8 - "no-recursion\0" No_argument "\xfa" |
pascal@15734 | 9 + "no-recursion\0" No_argument "\xf9" |
pascal@15734 | 10 # if ENABLE_FEATURE_TAR_TO_COMMAND |
pascal@15734 | 11 - "to-command\0" Required_argument "\xfb" |
pascal@15734 | 12 + "to-command\0" Required_argument "\xfa" |
pascal@15734 | 13 # endif |
pascal@15734 | 14 + /* ignore --wildcards */ |
pascal@15734 | 15 + "wildcards\0" No_argument "\xfb" |
pascal@15734 | 16 /* use numeric uid/gid from tar header, not textual */ |
pascal@15734 | 17 "numeric-owner\0" No_argument "\xfc" |
pascal@15734 | 18 /* do not restore mode */ |