diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-03-26 00:37:35 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-03-26 00:37:35 +0000 |
commit | 6129a9ef240ce097c5ca962dce11189da255f7b7 (patch) | |
tree | 5fa8adaafe06aa4ee73127aa2d67f51bb4a9c677 /net-mail | |
parent | badabing -- new lvm-user (upstream release) (diff) | |
download | gentoo-2-6129a9ef240ce097c5ca962dce11189da255f7b7.tar.gz gentoo-2-6129a9ef240ce097c5ca962dce11189da255f7b7.tar.bz2 gentoo-2-6129a9ef240ce097c5ca962dce11189da255f7b7.zip |
partial fix for bug #11455, "use mta" in initscript
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.2.2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/fetchmail/files/fetchmail | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.2.2.ebuild b/net-mail/fetchmail/fetchmail-6.2.2.ebuild index 980511545e7a..3002b721b8ff 100644 --- a/net-mail/fetchmail/fetchmail-6.2.2.ebuild +++ b/net-mail/fetchmail/fetchmail-6.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.2.ebuild,v 1.1 2003/03/24 21:38:48 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.2.ebuild,v 1.2 2003/03/26 00:37:35 drobbins Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.catb.org/~esr/fetchmail/${P}.tar.gz" SLOT="0" LICENSE="GPL-2 public-domain" -KEYWORDS="~x86 ~alpha" +KEYWORDS="x86 ~alpha" IUSE="ssl nls ipv6" DEPEND="virtual/glibc diff --git a/net-mail/fetchmail/files/fetchmail b/net-mail/fetchmail/files/fetchmail index 27226f89c6c5..3750dab96db6 100644 --- a/net-mail/fetchmail/files/fetchmail +++ b/net-mail/fetchmail/files/fetchmail @@ -1,5 +1,9 @@ #!/sbin/runscript +depend() { + use mta +} + checkconfig() { if [ ! -f /etc/fetchmailrc ]; then eerror "Configuration file /etc/fetchmailrc not found" |