Bug 828

Summary: User with id=500 ignored
Product: Sisyphus Reporter: Sviatoslav Sviridov <svd>
Component: fetchmail-daemonAssignee: Dmitry V. Levin <ldv>
Status: CLOSED DUPLICATE QA Contact:
Severity: minor    
Priority: P4 CC: azol, legion, mike
Version: unstable   
Hardware: all   
OS: Linux   

Description Sviatoslav Sviridov 2002-04-12 12:06:42 MSD
--- /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&gt;500) print $1}\' &lt;/etc/passwd`
+NON_SYSTEM_USERS=`awk -F: \'{if ($3&gt;=500) print $1}\' &lt;/etc/passwd`
 LOCKFILE=/var/lock/subsys/fetchmail
 RETVAL=0

---

---

Comment 1 Dmitry V. Levin 2002-09-28 21:26:10 MSD
Fetchmain startup script is buggy but this issue seems to be fixed.
Comment 2 Dmitry V. Levin 2002-09-28 21:26:10 MSD
Fetchmain startup script is buggy but this issue seems to be fixed.