wok-stable annotate busybox/stuff/busybox-1.18.1-tar.u @ rev 8032

Disabled static and debug in both xfce4-settings and xfwm4.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jan 19 21:54:37 2011 +0000 (2011-01-19)
parents
children
rev   line source
pascal@7755 1 Accept and ignore --wildcards argument
pascal@7755 2 --- busybox-1.18.0/archival/tar.c
pascal@7755 3 +++ busybox-1.18.0/archival/tar.c
pascal@7755 4 @@ -840,8 +840,10 @@
pascal@7755 5 "touch\0" No_argument "m"
pascal@7755 6 # endif
pascal@7755 7 # if ENABLE_FEATURE_TAR_TO_COMMAND
pascal@7755 8 - "to-command\0" Required_argument "\xfb"
pascal@7755 9 + "to-command\0" Required_argument "\xfa"
pascal@7755 10 # endif
pascal@7755 11 + /* ignore --wildcards */
pascal@7755 12 + "wildcards\0" No_argument "\xfb"
pascal@7755 13 /* use numeric uid/gid from tar header, not textual */
pascal@7755 14 "numeric-owner\0" No_argument "\xfc"
pascal@7755 15 /* do not restore mode */