Bug#586350: tinydns-run: buggy IP check in postinst

2011-10-26 Thread Gerrit Pape
Thank you, uploaded. Regards, Gerrit. On Tue, Oct 25, 2011 at 09:00:59PM +0200, intrigeri wrote: > Hi Gerrit, > > Gerrit Pape wrote (25 Oct 2011 08:02:09 GMT) : > > On Fri, Oct 21, 2011 at 08:29:34PM +0200, intrigeri wrote: > >> Shall I prepare a patch? > > That would be great, thanks. > > Ple

Bug#586350: tinydns-run: buggy IP check in postinst

2011-10-25 Thread intrigeri
Hi Gerrit, Gerrit Pape wrote (25 Oct 2011 08:02:09 GMT) : > On Fri, Oct 21, 2011 at 08:29:34PM +0200, intrigeri wrote: >> Shall I prepare a patch? > That would be great, thanks. Please find, attached, a patch against your debian-experimental branch. Tested, works for me. Bye, -- intrigeri

Bug#586350: tinydns-run: buggy IP check in postinst

2011-10-25 Thread Gerrit Pape
On Fri, Oct 21, 2011 at 08:29:34PM +0200, intrigeri wrote: > Hi, > > Gerrit Pape wrote (21 Oct 2011 11:29:51 GMT) : > > In this case, I'm not sure about the change, it would break the > > installation on my system where 'netstat -ie' indeed outputs ' inet > > addr:', not ' inet adr:'. > > > Do yo

Bug#586350: tinydns-run: buggy IP check in postinst

2011-10-21 Thread intrigeri
Hi, Gerrit Pape wrote (21 Oct 2011 11:29:51 GMT) : > In this case, I'm not sure about the change, it would break the > installation on my system where 'netstat -ie' indeed outputs ' inet > addr:', not ' inet adr:'. > Do you have an idea why your system behaves differently? I wonder why it did no

Bug#586350: tinydns-run: buggy IP check in postinst

2011-10-21 Thread Gerrit Pape
On Sun, Oct 16, 2011 at 12:14:48AM +0200, intrigeri wrote: > Hi Gerrit, > > intrigeri wrote (Fri, 18 Jun 2010): > > The postinst script keeps telling me the IP address I entered is > > invalid, because the following line is buggy: > > > GOOD=$(netstat -ie |grep -F " inet addr:$IP " || :) > > >

Bug#586350: tinydns-run: buggy IP check in postinst

2011-10-15 Thread intrigeri
Hi Gerrit, intrigeri wrote (Fri, 18 Jun 2010): > The postinst script keeps telling me the IP address I entered is > invalid, because the following line is buggy: > GOOD=$(netstat -ie |grep -F " inet addr:$IP " || :) > To fix it, I had to replace "addr" with "adr". I've prepared a NMU that fix

Bug#586350: tinydns-run: buggy IP check in postinst

2010-06-18 Thread intrigeri
Package: tinydns-run Version: 1:1.05-9~exp0 Severity: important Tags: patch The postinst script keeps telling me the IP address I entered is invalid, because the following line is buggy: GOOD=$(netstat -ie |grep -F " inet addr:$IP " || :) To fix it, I had to replace "addr" with "adr". Bye, --