Package: fetchmail
Version: 6.2.0-2
Author: Guillem Jover <guillem@hadrons.org>
Status: applied
Description:
 Fixed code order problem.

--- init.d	2002-12-19 14:22:53.000000000 +0100
+++ init.d.patched	2002-12-30 03:49:25.000000000 +0100
@@ -96,8 +96,8 @@
 case "$1" in
   start)
 	echo -n "Starting mail retrieval agent: "
-	fixconfperms
 	testconfig
+	fixconfperms
 	echo -n "fetchmail"
 	if start-stop-daemon ${START} \
 	  "--command=${DAEMON} ${OPTIONS}" ${RUNUSER} <&- >/dev/null 2>&1 ; then
