diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-12 03:29:22 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-12 03:29:22 +0000 |
commit | c1c7819bde0e9d08b9036d5256a47f159fa2a7c9 (patch) | |
tree | 412cb8a9facb0ce3dd37830788d1d1520290035d /net-mail | |
parent | Stable on sparc wrt bug #53555. (Manifest recommit) (diff) | |
download | gentoo-2-c1c7819bde0e9d08b9036d5256a47f159fa2a7c9.tar.gz gentoo-2-c1c7819bde0e9d08b9036d5256a47f159fa2a7c9.tar.bz2 gentoo-2-c1c7819bde0e9d08b9036d5256a47f159fa2a7c9.zip |
Fix use invocation
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-0.99.10.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index 0ec427222ddf..2cc790537fa8 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/dovecot # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.7 2004/06/04 08:54:36 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.8 2004/06/12 03:29:22 agriffis Exp $ + + 11 Jun 2004; Aron Griffis <agriffis@gentoo.org> dovecot-0.99.10.4.ebuild: + Fix use invocation 03 Jun 2004; David Holm <dholm@gentoo.org> dovecot-0.99.10.5.ebuild: Added to ~ppc. diff --git a/net-mail/dovecot/dovecot-0.99.10.4.ebuild b/net-mail/dovecot/dovecot-0.99.10.4.ebuild index 5bd4e143e585..909a029051f6 100644 --- a/net-mail/dovecot/dovecot-0.99.10.4.ebuild +++ b/net-mail/dovecot/dovecot-0.99.10.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-0.99.10.4.ebuild,v 1.4 2004/05/30 19:15:35 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-0.99.10.4.ebuild,v 1.5 2004/06/12 03:29:22 agriffis Exp $ IUSE="debug gnutls ipv6 ldap maildir pam postgres sasl ssl vpopmail nopop3d" @@ -76,7 +76,7 @@ src_install () { # Gentoo's default ($HOME/.maildiir/ or /var/spool/mail/$USER) if [ ! -e /etc/dovecot.conf ]; then cd ${D}/etc - if [ "`use maildir`" ]; then + if use maildir; then sed s/^#default_mail_env.*$/default_mail_env\ =\ maildir:%h\\/.maildir/ dovecot-example.conf > dovecot.conf else sed s/^#default_mail_env.*$/default_mail_env\ =\ mbox:\\/var\\/spool\\/mail\\/%u/ dovecot-example.conf > dovecot.conf |