Bug#612179: [pkg-fetchmail-maint] Bug#612179: resolvconf tries to awaken fetchmail even if its not running leading to failed service at boot

2011-08-30 Thread Nico Golde
Hi, * Teodor MICU [2011-08-30 16:02]: [...] > The following change does not have the intended effect: > > Changes made to '/etc/resolvconf/update-libc.d/fetchmail' follow: > @@ -7,6 +7,6 @@ > shift >done > > -if [ -x /etc/init.d/fetchmail ]; then > +if [ -x /etc/init.d/fetchmail

Bug#612179: resolvconf tries to awaken fetchmail even if its not running leading to failed service at boot

2011-08-30 Thread Teodor MICU
limit source fetchmail reopen 612179 notfixed 612179 6.3.21-1 stop Hi, The following change does not have the intended effect: Changes made to '/etc/resolvconf/update-libc.d/fetchmail' follow: @@ -7,6 +7,6 @@ shift done -if [ -x /etc/init.d/fetchmail ]; then +if [ -x /etc/init.

Bug#612179: [Resolvconf-devel] Bug#612179: resolvconf tries to awaken fetchmail even if its not running leading to failed service at boot

2011-02-06 Thread Edward Allcutt
package resolvconf reassign 612179 fetchmail 6.3.18-2 thanks On Sun, 6 Feb 2011, kiu wrote: While booting a failed service is shown because resolvconf tries to awaken fetchmail which is not running yet. /etc/resolvconf/update-libc.d/fetchmail That update script is provided by the fetchmail p

Bug#612179: resolvconf tries to awaken fetchmail even if its not running leading to failed service at boot

2011-02-06 Thread kiu
Package: resolvconf Version: 1.46 Severity: normal While booting a failed service is shown because resolvconf tries to awaken fetchmail which is not running yet. /etc/resolvconf/update-libc.d/fetchmail if [ -x /etc/init.d/fetchmail ]; then /etc/init.d/fetchmail awaken fi should be somethi