diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2001-12-14 20:30:45 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2001-12-14 20:30:45 +0000 |
commit | 96cc4fa61034501aa1ff43517c5a7e1aa1a30202 (patch) | |
tree | 9a8ccc18e71570e640ad8ff0e1c03c3891f0b3ad /net-mail/courier-imap | |
parent | Added our own gentoo startkde script (diff) | |
download | gentoo-2-96cc4fa61034501aa1ff43517c5a7e1aa1a30202.tar.gz gentoo-2-96cc4fa61034501aa1ff43517c5a7e1aa1a30202.tar.bz2 gentoo-2-96cc4fa61034501aa1ff43517c5a7e1aa1a30202.zip |
Added /etc/courier-imap/authdaemonrc.dist to the list of files to
have the ".dist" removed.
Diffstat (limited to 'net-mail/courier-imap')
-rw-r--r-- | net-mail/courier-imap/courier-imap-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/courier-imap/courier-imap-1.4.0.ebuild b/net-mail/courier-imap/courier-imap-1.4.0.ebuild index 714c123091f0..14d9e6bfaa81 100644 --- a/net-mail/courier-imap/courier-imap-1.4.0.ebuild +++ b/net-mail/courier-imap/courier-imap-1.4.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-1.4.0.ebuild,v 1.1 2001/12/12 15:57:38 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-1.4.0.ebuild,v 1.2 2001/12/14 20:30:45 g2boojum Exp $ S=${WORKDIR}/${P} DESCRIPTION="An IMAP daemon designed specifically for maildirs" @@ -68,7 +68,7 @@ src_install () { rm imapd.rc.orig cd ${D}/etc/courier-imap local x - for x in pop3d pop3d-ssl imapd imapd-ssl + for x in pop3d pop3d-ssl imapd imapd-ssl authdaemonrc do mv ${x}.dist ${x} done |