Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18491 - I believe the fetchmail rc-script needs the daemonise option added to start.
Summary: I believe the fetchmail rc-script needs the daemonise option added to start.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Jon Portnoy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-30 15:17 UTC by Chris Bayley
Modified: 2003-03-30 21:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Bayley 2003-03-30 15:17:36 UTC
I have modified my rc-script thus ( added -d 60) in order that fetchmail is daemonised and runs every 60s:

start() {
        checkconfig || return 1

        ebegin "Starting fetchmail"
        start-stop-daemon --start --quiet --exec /usr/bin/fetchmail \
                -- -d 60 -f /etc/fetchmailrc
        eend ${?}
}

Reproducible: Always
Steps to Reproduce:

1.
2.
3.

Actual Results:  
My fetchmail now runs every 60s instead of just once when start is issued
Comment 1 Jon Portnoy (RETIRED) gentoo-dev 2003-03-30 19:42:36 UTC
Thanks, I'll fix this soon.
Comment 2 Jon Portnoy (RETIRED) gentoo-dev 2003-03-30 21:44:14 UTC
Fixed and committed (and version bumped), thanks.