wok-next annotate busybox/stuff/busybox-1.17.0-tar.u @ rev 5849

xfce4-panel: Fix config and clean receipt.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jul 16 16:12:00 2010 +0200 (2010-07-16)
parents 74d790665d71
children
rev   line source
pascal@5776 1 Accept and ignore --wildcards argument
pascal@5773 2 --- busybox-1.17.0/archival/tar.c
pascal@5773 3 +++ busybox-1.17.0/archival/tar.c
pascal@5776 4 @@ -841,8 +841,10 @@
pascal@5776 5 "touch\0" No_argument "m"
pascal@5776 6 # endif
pascal@5773 7 # if ENABLE_FEATURE_TAR_TO_COMMAND
pascal@5776 8 - "to-command\0" Required_argument "\xfb"
pascal@5776 9 + "to-command\0" Required_argument "\xfa"
pascal@5773 10 # endif
pascal@5773 11 + /* ignore --wildcards */
pascal@5773 12 + "wildcards\0" No_argument "\xfb"
pascal@5773 13 /* use numeric uid/gid from tar header, not textual */
pascal@5773 14 "numeric-owner\0" No_argument "\xfc"
pascal@5773 15 /* do not restore mode */