Hi, Descriptions are too terse. You need to explain in more details why every patch is needed (espacially non-trivial, non-standard ones).
On Tuesday 12 October 2010 10:19, Pascal Bellard wrote: > Avoid 'not created: newer or same age file exists' message for directories > http://hg.slitaz.org/wok/raw-file/92eb2f9123f3/busybox/stuff/busybox-1.17.1-cpio-mkdir.u Applied. > Accept and ignore: --unresolved-error, --quiet, --config somefile > http://hg.slitaz.org/wok/raw-file/92eb2f9123f3/busybox/stuff/busybox-1.17.1-depmod.u Applied. > Add non GNU stat -m support to display file block list > Useful to patch read-only filesystems such as ISO9660, for defragmentation > tools or boot loaders > http://hg.slitaz.org/wok/raw-file/92eb2f9123f3/busybox/stuff/busybox-1.17.1-stat.u I hesitate to add non-standard options. How other people solve this problem? > Accept and ignore --wildcards argument > http://hg.slitaz.org/wok/raw-file/92eb2f9123f3/busybox/stuff/busybox-1.17.1-tar.u Why do you need this? > Update touch usage text > http://hg.slitaz.org/wok/raw-file/92eb2f9123f3/busybox/stuff/busybox-1.17.1-usage.u Applied. > Add LZMA_DEFAULT_MAGIC support > http://hg.slitaz.org/wok/raw-file/92eb2f9123f3/busybox/stuff/busybox-1.17.1-zmodules.u This looks strange: .gz files compressed with lzma?? - if ((ENABLE_FEATURE_SEAMLESS_GZ && strcmp(sfx, "gz") == 0) + if (((ENABLE_FEATURE_SEAMLESS_GZ|ENABLE_FEATURE_SEAMLESS_LZMA) + && strcmp(sfx, "gz") == 0) -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
