Path to this page:
./
net/couriertcpd,
Courier TCP socket and TLS servers
Branch: pkgsrc-2009Q2,
Version: 0.58.0nb1,
Package name: couriertcpd-0.58.0nb1,
Maintainer: jlamThis 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
Required to run:[
devel/pcre]
Required to build:[
devel/libtool-base] [
devel/gmake]
Package options: inet6
Master sites: (Expand)
SHA1: 964d81e6de5390678c9f10dddbc176273b925f6d
RMD160: 940fb7967d154aeeb462691beb508155b3df4e29
Filesize: 6956.188 KB
Version history: (Expand)
- (2009-07-09) Package has been reborn
- (2009-07-08) Package added to pkgsrc.se, version couriertcpd-0.58.0nb1 (created)