Package: systraq
Version: 0.0.20070118-2

st_snapshot does not correctly handle filenames with spaces, leading to
error emails such as this:

> md5sum: /home/dosuser/e/cn/.ssh/Putty: No such file or directory
> md5sum: SSH2: No such file or directory
> md5sum: private.PPK: No such file or directory

from a file called "/home/dosuesr/e/cn/.ssh/Putty SSH2 private.PPK"

I believe line 99 in st_snapshot should be changed:

- find $fs -type f | xargs md5sum
+ find $fs -type f -print0 | xargs -0 md5sum





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to