[pkg-fetchmail-maint] Bug#672724: Init script message about disabled daemon should be info rather than warning
Moritz Muehlenhoff
jmm at debian.org
Sun May 13 09:17:51 UTC 2012
Package: fetchmail
Version: 6.3.21-4
Severity: normal
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 messages from current sid, this is displayed as a orange
warning, while it's rather simple configuration impact w/o harm. You should
rather use log_action_msg instead of log_warning_msg.
Cheers,
Moritz
More information about the pkg-fetchmail-maint
mailing list