summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-03-31 02:33:15 +0000
committerJon Portnoy <avenj@gentoo.org>2003-03-31 02:33:15 +0000
commit19b1b09f4bace9fb35befe5732c0945400424323 (patch)
tree37fb3e30eb95f7ea40085b26f118b9912dcf38e6 /net-mail/fetchmail/files
parentVersion bumped. #18096 (diff)
downloadgentoo-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/fetchmail2
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 ${?}
}