Bug#672724: [pkg-fetchmail-maint] Bug#672724: Init script message about disabled daemon should be info rather than warning

2012-05-13 Thread Nico Golde
Hi, * Nico Golde [2012-05-13 20:09]: > * Moritz Muehlenhoff [2012-05-13 11:25]: > > The init script has the following: > > > > if [ ! "x$START_DAEMON" = "xyes" -a ! "$1" = "status" ]; then > > log_warning_msg "Not starting fetchmail daemon, disabled via > > /etc/default/fetchmail" > >

Bug#672724: [pkg-fetchmail-maint] Bug#672724: Init script message about disabled daemon should be info rather than warning

2012-05-13 Thread Nico Golde
Hi, * Moritz Muehlenhoff [2012-05-13 11:25]: > The init script has the following: > > if [ ! "x$START_DAEMON" = "xyes" -a ! "$1" = "status" ]; then > log_warning_msg "Not starting fetchmail daemon, disabled via > /etc/default/fetchmail" > exit 0 > fi > > With the fancy LSB messa