Path to this page:
./
net/couriertcpd,
Courier TCP socket and TLS servers
Branch: pkgsrc-2010Q3,
Version: 0.65.0,
Package name: couriertcpd-0.65.0,
Maintainer: pkgsrc-usersThis 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.
DEINSTALL [+/-]# $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
Package options: inet6
Master sites:
SHA1: 4e5b7e64a35fe886a59621bc87e7f111428f19bc
RMD160: e5fc4742da27b3b97bd2592ad3ecc96618abada3
Filesize: 6933.591 KB
Version history: (Expand)
- (2010-10-17) Package added to pkgsrc.se, version couriertcpd-0.65.0 (created)