wok-next annotate busybox/stuff/busybox-1.17.1-tar.u @ rev 6114

parted: fix scsi/scsi.h case
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 04 16:15:19 2010 +0200 (2010-09-04)
parents
children
rev   line source
pascal@5917 1 Accept and ignore --wildcards argument
pascal@5917 2 --- busybox-1.17.1/archival/tar.c
pascal@5917 3 +++ busybox-1.17.1/archival/tar.c
pascal@5917 4 @@ -841,8 +841,10 @@
pascal@5917 5 "touch\0" No_argument "m"
pascal@5917 6 # endif
pascal@5917 7 # if ENABLE_FEATURE_TAR_TO_COMMAND
pascal@5917 8 - "to-command\0" Required_argument "\xfb"
pascal@5917 9 + "to-command\0" Required_argument "\xfa"
pascal@5917 10 # endif
pascal@5917 11 + /* ignore --wildcards */
pascal@5917 12 + "wildcards\0" No_argument "\xfb"
pascal@5917 13 /* use numeric uid/gid from tar header, not textual */
pascal@5917 14 "numeric-owner\0" No_argument "\xfc"
pascal@5917 15 /* do not restore mode */