Package: fetchmail
Version: 6.3.8-10
Severity: minor
Tags: patch

Hi,

fetchmail's init.d script contains this "cryptic" comment:
> # This script will NOT start or stop fetchmail if the /etc/fetchmailrc file
> # does not exist or /etc/default/fetchmail is set to no.

It's not really clear what is meant by "/etc/default/fetchmail is set to no". 
Instead this comment should explicitly state that setting the START_DAEMON 
variable in /etc/default/fetchmail to no will result in the script not 
starting fetchmail. A possible patch is attached.

Cheers,
-- 
Frank S. Thomas <[EMAIL PROTECTED]>           PGP public key ID: 0xDC426429
Debian Developer                            finger fst/[EMAIL PROTECTED]
Index: trunk/debian/init
===================================================================
--- trunk/debian/init	(revision 461)
+++ trunk/debian/init	(working copy)
@@ -17,7 +17,7 @@
 # to avoid disclosing the users' passwords.
 #
 # This script will NOT start or stop fetchmail if the /etc/fetchmailrc file
-# does not exist or /etc/default/fetchmail is set to no.
+# does not exist or if START_DAEMON in /etc/default/fetchmail is set to no.
 
 set -e
 

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to