Bug#275056: patch

2011-11-21 Thread Vitezslav Cizek
Hi, You can try this patch. -- Vita Cizek Index: atftp-0.7/tftp_file.c === --- atftp-0.7.orig/tftp_file.c 2011-11-16 13:31:24.267659251 +0100 +++ atftp-0.7/tftp_file.c 2011-11-21 13:07:35.455173548 +0100 @@ -605,6 +612,7 @@ int

Bug#159797: suggested fix

2011-09-08 Thread Vitezslav Cizek
> I think this is fixed in 3.8.0, as much of the parsing of > configuration lines was rewritten. > Are you able to test 3.8.0 (currently in experimental)? I've installed 3.8.0-1 from experimental, but still get: reading config file /etc/logrotate.conf error: /etc/logrotate.conf:13 bad compressop

Bug#159797: suggested fix

2011-09-08 Thread Vitezslav Cizek
* Paul Martin (p...@debian.org) wrote: > On Thu, Sep 08, 2011 at 10:26:03AM +0200, Vitezslav Cizek wrote: > > > you can use attached patch, which allows whitespace in compressoptions. > > What does this allow you to do, which you can't do with the standard > logr

Bug#159797: suggested fix

2011-09-08 Thread Vitezslav Cizek
Hi, you can use attached patch, which allows whitespace in compressoptions. It's build against 3.7.9, it shouldn't be hard to apply it to later versions. -- Vita Cizek Index: logrotate-3.7.9/config.c === --- logrotate-3.7.9.orig/con