diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-03-31 02:33:15 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-03-31 02:33:15 +0000 |
commit | 19b1b09f4bace9fb35befe5732c0945400424323 (patch) | |
tree | 37fb3e30eb95f7ea40085b26f118b9912dcf38e6 /net-mail/fetchmail/files | |
parent | Version bumped. #18096 (diff) | |
download | gentoo-2-19b1b09f4bace9fb35befe5732c0945400424323.tar.gz gentoo-2-19b1b09f4bace9fb35befe5732c0945400424323.tar.bz2 gentoo-2-19b1b09f4bace9fb35befe5732c0945400424323.zip |
Added -d 60 to initscript, fixes bug 18491
Diffstat (limited to 'net-mail/fetchmail/files')
-rw-r--r-- | net-mail/fetchmail/files/fetchmail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/fetchmail/files/fetchmail b/net-mail/fetchmail/files/fetchmail index 3750dab96db6..d32587a4a1eb 100644 --- a/net-mail/fetchmail/files/fetchmail +++ b/net-mail/fetchmail/files/fetchmail @@ -16,7 +16,7 @@ start() { ebegin "Starting fetchmail" start-stop-daemon --start --quiet --exec /usr/bin/fetchmail \ - -- -f /etc/fetchmailrc + -- -d 60 -f /etc/fetchmailrc eend ${?} } |