Bug#469085: live-helper: md5sum can't handle all filenames

2008-03-18 Thread Justin Pryzby
On Wed, Mar 19, 2008 at 12:50:51AM +1100, Trent W. Buck wrote: On Mon, Mar 17, 2008 at 03:52:23PM +0100, Julian Andres Klode wrote: find . -type f \! -name 'isolinux/isolinux.bin' \! -name 'boot/grub/stage2_eltorito' -print0 | xargs -0 md5sum ../md5sum.txt For recent (post-oldstable?)

Bug#469085: live-helper: md5sum can't handle all filenames

2008-03-18 Thread Trent W. Buck
On Mon, Mar 17, 2008 at 03:52:23PM +0100, Julian Andres Klode wrote: find . -type f \! -name 'isolinux/isolinux.bin' \! -name 'boot/grub/stage2_eltorito' -print0 | xargs -0 md5sum ../md5sum.txt For recent (post-oldstable?) versions of findutils, you can use the Single Unix Standard switch

Bug#469085: live-helper: md5sum can't handle all filenames

2008-03-02 Thread Bas Wijnen
Package: live-helper Version: 1.0~a38-1 Tags: patch When including files in the binary image which have strange characters in them (I think even spaces, but certainly quotes), lh_binary_md5sum chokes due to xargs parsing those characters. The problematic line is find . -type f | sort |