Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=494965





--- Comment #4 from Orcan 'oget' Ogetbil <[email protected]>  2009-04-12 
04:10:05 EDT ---
Thanks for the update.

(In reply to comment #3)
> (In reply to comment #1)
> 
> > ! I prefer using sed+iconv instead of dos2unix to save a BR. But then again
> > this is a matter of taste. If you are going to use dos2unix, could you use 
> > the
> > -k flags to preserve timestamps?
> 
> Done. (Using sed now. However I haven't found an option to preserve the
> timestamp when using sed...)
> 

The standard way of making this is:

sed -e 's|\r||g' file > file.tmp
touch -r file file.tmp
mv file.tmp file


Let's wait for FE Legal's resolution for the license issue.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to