wok annotate busybox/stuff/busybox-1.16.1-tar.u @ rev 5720

Up bluez-dev (4.62)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 24 15:17:18 2010 +0200 (2010-06-24)
parents
children
rev   line source
pascal@5684 1 Accept --wildcards argument
pascal@5684 2 --- busybox-1.16.1/archival/tar.c
pascal@5684 3 +++ busybox-1.16.1/archival/tar.c
pascal@5684 4 @@ -813,6 +813,8 @@
pascal@5684 5 # if ENABLE_FEATURE_TAR_NOPRESERVE_TIME
pascal@5684 6 "touch\0" No_argument "m"
pascal@5684 7 # endif
pascal@5684 8 + /* ignore --wildcards */
pascal@5684 9 + "wildcards\0" No_argument "\xfb"
pascal@5684 10 /* use numeric uid/gid from tar header, not textual */
pascal@5684 11 "numeric-owner\0" No_argument "\xfc"
pascal@5684 12 /* do not restore mode */