wok-current diff busybox/stuff/busybox-1.23-tar.u @ rev 17742
python-ipy, python-pychart, python-pydot: add bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 06 20:31:10 2015 +0100 (2015-03-06) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/busybox/stuff/busybox-1.23-tar.u Fri Mar 06 20:31:10 2015 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +Accept and ignore --wildcards argument 1.5 +--- busybox-1.23.0/archival/tar.c 1.6 ++++ busybox-1.23.0/archival/tar.c 1.7 +@@ -928,10 +928,12 @@ 1.8 + # if ENABLE_FEATURE_TAR_NOPRESERVE_TIME 1.9 + "touch\0" No_argument "m" 1.10 + # endif 1.11 +- "no-recursion\0" No_argument "\xfa" 1.12 ++ "no-recursion\0" No_argument "\xf9" 1.13 + # if ENABLE_FEATURE_TAR_TO_COMMAND 1.14 +- "to-command\0" Required_argument "\xfb" 1.15 ++ "to-command\0" Required_argument "\xfa" 1.16 + # endif 1.17 ++ /* ignore --wildcards */ 1.18 ++ "wildcards\0" No_argument "\xfb" 1.19 + /* use numeric uid/gid from tar header, not textual */ 1.20 + "numeric-owner\0" No_argument "\xfc" 1.21 + /* do not restore mode */