--- /etc/rc.d/init.d/fetchmail.bak Tue Mar 12 15:41:00 2002 +++ /etc/rc.d/init.d/fetchmail Tue Mar 12 15:41:07 2002 @@ -16,7 +16,7 @@ # Check that fetchmailrc exists. [ -x /usr/bin/fetchmail ] || exit -NON_SYSTEM_USERS=`awk -F: \'{if ($3>500) print $1}\' </etc/passwd` +NON_SYSTEM_USERS=`awk -F: \'{if ($3>=500) print $1}\' </etc/passwd` LOCKFILE=/var/lock/subsys/fetchmail RETVAL=0 --- ---
Fetchmain startup script is buggy but this issue seems to be fixed.