From 3bf4b53a223e4eb4eaa8314d270df0a2be6daafd Mon Sep 17 00:00:00 2001 From: Jon Portnoy Date: Mon, 31 Mar 2003 02:33:15 +0000 Subject: Added -d 60 to initscript, fixes bug 18491 --- net-mail/fetchmail/ChangeLog | 5 ++++- net-mail/fetchmail/files/fetchmail | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'net-mail/fetchmail') 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 files/fetchmail : + Added -d 60 to close bug #18491 + 25 Mar 2003; Daniel Robbins 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 ${?} } -- cgit v1.2.3-65-gdbad