wok-current annotate busybox/stuff/busybox-1.23-tar.u @ rev 18702
Up ola(0.9.8) (thanks Thomas a.k.a. kult-ex)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Dec 16 12:43:42 2015 +0200 (2015-12-16) |
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 */ |