summaryrefslogtreecommitdiff
path: root/mail/courier-imap/DEINSTALL
diff options
context:
space:
mode:
authorjlam <jlam>2002-01-22 22:08:48 +0000
committerjlam <jlam>2002-01-22 22:08:48 +0000
commit5ce351d598f5554a87341e69691b46d29e8121b1 (patch)
treed2d27f5346c22f726d3515d98761baea28b3adce /mail/courier-imap/DEINSTALL
parentb114235f9ae7ecfc0c05515ff3de525d0f5208bb (diff)
downloadpkgsrc-5ce351d598f5554a87341e69691b46d29e8121b1.tar.gz
Update mail/courier-imap to 1.4.2. Changes from version 1.4.0 include minor
bug fixes, plus the major change of moving the authentication modules into a separate package (courier-auth). The authentication modules are to be shared with a forthcoming sqwebmail package.
Diffstat (limited to 'mail/courier-imap/DEINSTALL')
-rw-r--r--mail/courier-imap/DEINSTALL15
1 files changed, 1 insertions, 14 deletions
diff --git a/mail/courier-imap/DEINSTALL b/mail/courier-imap/DEINSTALL
index 089cb1ad796..06bbbd55323 100644
--- a/mail/courier-imap/DEINSTALL
+++ b/mail/courier-imap/DEINSTALL
@@ -1,20 +1,7 @@
-# $NetBSD: DEINSTALL,v 1.2 2002/01/02 22:19:37 jlam Exp $
+# $NetBSD: DEINSTALL,v 1.3 2002/01/22 22:08:48 jlam Exp $
# Additional files that are may be created for courier-imap.
-ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/userdb"
-ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/userdb.dat"
-ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/userdbshadow.dat"
ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/imapd.rand"
ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/pop3d.rand"
ALL_FILES="${ALL_FILES} /dev/null @SSLCERTS@/imapd.pem"
ALL_FILES="${ALL_FILES} /dev/null @SSLCERTS@/pop3d.pem"
-
-case ${STAGE} in
-POST-DEINSTALL)
- #
- # Unconditionally remove authdaemon state directory as it contains
- # files and sockets that authdaemond creates every time it is
- # started.
- #
- ${RM} -rf /var/authdaemon
-esac