summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2001-12-14 20:30:45 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2001-12-14 20:30:45 +0000
commite12dd77b23f0f7b0417e6a471c5a83f306300304 (patch)
tree08d34c0f715c43f1f5f8bd4b256681338a3b6273
parentAdded our own gentoo startkde script (diff)
downloadhistorical-e12dd77b23f0f7b0417e6a471c5a83f306300304.tar.gz
historical-e12dd77b23f0f7b0417e6a471c5a83f306300304.tar.bz2
historical-e12dd77b23f0f7b0417e6a471c5a83f306300304.zip
Added /etc/courier-imap/authdaemonrc.dist to the list of files to
have the ".dist" removed.
-rw-r--r--net-mail/courier-imap/courier-imap-1.4.0.ebuild4
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