From: <ad...@be...> - 2013-04-26 12:19:22
|
Bug #18984, was updated on 2013-Apr-26 06:17 Here is a current snapshot of the bug. Project: fetchmail Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: grarpamp Assigned to : none Summary: Relocating pidfile, FETCHMAILHOME, parallel Details: I needed to work around the lack of --password and also fetch some things in parallel. FETCHMAILHOME didn't seem to honor itself if set to an empty writeable dir. [bug #1] There was --pidfile, but it needed to be parallelizable to avoid clobbering itself. By default it has no random part. So --pidfile $(mktemp group1.pid.XXXXXX). [feat #1] Looking to fix b#1 for others. Note f#1 also applies to idfile, etc. For detailed info, follow this link: http://developer.berlios.de/bugs/?func=detailbug&bug_id=18984&group_id=1824 |