[pkg-fetchmail-maint] Debian's fetchmail init script vs. syslog

Matthias Andree matthias.andree at gmx.de
Wed Jan 4 21:44:10 UTC 2006


Greetings,

in the Debian init script, forwarded to me by a user, I see:


# add syslog option if user hasn't already specified it
if ! grep -qs '^[[:space:]]*set[[:space:]]\+no[[:space:]]\+syslog' "$CONFFILE"; then
    OPTIONS="$OPTIONS --syslog"
fi


The comment is way off and misleading, it should be:

# add syslog option unless user specified "set no syslog".

Please change if it's still broken -- I don't know the fetchmail version
however, it appeared to be some 6.2.5 version.

-- 
Matthias Andree



More information about the pkg-fetchmail-maint mailing list