From 2ef7d0f9fadf61e5b1c8ba2e857628c862025c8c Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 9 Jun 2006 22:11:03 +0000 Subject: Import couriertcpd and couriertls from courier-mta-0.53.2 as net/couriertcpd. This package contains couriertcpd(1), used to daemonize the Courier services, and couriertls(1) used to provide TLS support for the Courier services that support them. --- net/couriertcpd/DEINSTALL | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/couriertcpd/DEINSTALL (limited to 'net/couriertcpd/DEINSTALL') diff --git a/net/couriertcpd/DEINSTALL b/net/couriertcpd/DEINSTALL new file mode 100644 index 00000000000..ffddbed7fe7 --- /dev/null +++ b/net/couriertcpd/DEINSTALL @@ -0,0 +1,13 @@ +# $NetBSD: DEINSTALL,v 1.1.1.1 2006/06/09 22:11:03 jlam Exp $ + +case ${STAGE} in +POST-DEINSTALL) + couriersslcache="@COURIER_STATEDIR@/couriersslcache" + if ${TEST} -f "$couriersslcache"; then + # Unconditionally remove the SSL cache file. + ${ECHO} "Removing Courier SSL cache file:" + ${ECHO} " $couriersslcache" + ${RM} -f $couriersslcache + fi + ;; +esac -- cgit v1.2.3