Bug 828 - User with id=500 ignored
Summary: User with id=500 ignored
Status: CLOSED DUPLICATE of bug 150
Alias: None
Product: Sisyphus
Classification: Development
Component: fetchmail-daemon (show other bugs)
Version: unstable
Hardware: all Linux
: P4 minor
Assignee: Dmitry V. Levin
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-12 12:06 MSD by Sviatoslav Sviridov
Modified: 2009-05-10 09:31 MSD (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>500) print $1}\' </etc/passwd`
+NON_SYSTEM_USERS=`awk -F: \'{if ($3>=500) print $1}\' </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.