| Summary: | User with id=500 ignored | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Sviatoslav Sviridov <svd> |
| Component: | fetchmail-daemon | Assignee: | Dmitry V. Levin <ldv> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | minor | ||
| Priority: | P4 | CC: | azol, legion, mike |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
Fetchmain startup script is buggy but this issue seems to be fixed. Fetchmain startup script is buggy but this issue seems to be fixed. |
--- /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 --- ---