summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2005-05-01 20:10:23 +0000
committerTom Martin <slarti@gentoo.org>2005-05-01 20:10:23 +0000
commit4d0d7848879ac6c47df17cbe4e6b7a793f03157c (patch)
treeb16cf38aef2b587f1f388f03cef5c3857d8b4158 /net-mail
parentremove configure check for arts (diff)
downloadgentoo-2-4d0d7848879ac6c47df17cbe4e6b7a793f03157c.tar.gz
gentoo-2-4d0d7848879ac6c47df17cbe4e6b7a793f03157c.tar.bz2
gentoo-2-4d0d7848879ac6c47df17cbe4e6b7a793f03157c.zip
Add 'need net' to the init script, resolves #90826
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/fetchmail/ChangeLog6
-rw-r--r--net-mail/fetchmail/files/fetchmail1
2 files changed, 6 insertions, 1 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog
index f75f74613961..52224ea895d4 100644
--- a/net-mail/fetchmail/ChangeLog
+++ b/net-mail/fetchmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/fetchmail
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.57 2005/04/29 16:21:45 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.58 2005/05/01 20:10:23 slarti Exp $
+
+ 01 May 2005; Tom Martin <slarti@gentoo.org> files/fetchmail:
+ Add 'need net' to the init script. Resolves bug 90826, thanks to Henrik Brix
+ Andersen <brix@gentoo.org> for reporting.
29 Apr 2005; Markus Rothe <corsair@gentoo.org> fetchmail-6.2.5-r2.ebuild:
Added ~ppc64 to KEYWORDS; bug #90750
diff --git a/net-mail/fetchmail/files/fetchmail b/net-mail/fetchmail/files/fetchmail
index be5067dc57b3..bef969479d8f 100644
--- a/net-mail/fetchmail/files/fetchmail
+++ b/net-mail/fetchmail/files/fetchmail
@@ -1,6 +1,7 @@
#!/sbin/runscript
depend() {
+ need net
use mta
}