wok annotate busybox/stuff/busybox-1.18-tar.u @ rev 9169
Automated merge with http://hg.slitaz.org/wok
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Mar 08 06:15:37 2011 +0100 (2011-03-08) |
parents | |
children |
rev | line source |
---|---|
pascal@8238 | 1 Accept and ignore --wildcards argument |
pascal@8238 | 2 --- busybox-1.18.0/archival/tar.c |
pascal@8238 | 3 +++ busybox-1.18.0/archival/tar.c |
pascal@8238 | 4 @@ -840,8 +840,10 @@ |
pascal@8238 | 5 "touch\0" No_argument "m" |
pascal@8238 | 6 # endif |
pascal@8238 | 7 # if ENABLE_FEATURE_TAR_TO_COMMAND |
pascal@8238 | 8 - "to-command\0" Required_argument "\xfb" |
pascal@8238 | 9 + "to-command\0" Required_argument "\xfa" |
pascal@8238 | 10 # endif |
pascal@8238 | 11 + /* ignore --wildcards */ |
pascal@8238 | 12 + "wildcards\0" No_argument "\xfb" |
pascal@8238 | 13 /* use numeric uid/gid from tar header, not textual */ |
pascal@8238 | 14 "numeric-owner\0" No_argument "\xfc" |
pascal@8238 | 15 /* do not restore mode */ |