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 | |
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')
-rw-r--r-- | net-mail/fetchmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/fetchmail/files/fetchmail | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog index 4cd9c57abbce..dbb8994fbaa4 100644 --- a/net-mail/fetchmail/ChangeLog +++ b/net-mail/fetchmail/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-mail/fetchmail # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.28 2003/03/26 00:39:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.29 2003/03/31 02:33:15 avenj Exp $ *fetchmail-6.2.2 (24 Mar 2003) + 30 Mar 2003; Jon Portnoy <avenj@gentoo.org> files/fetchmail : + Added -d 60 to close bug #18491 + 25 Mar 2003; Daniel Robbins <drobbins@gentoo.org> files/fetchmail: initscript now has "use mta" so that we can begin to close bug #11455. 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 ${?} } |