Path to this page:
./
net/couriertcpd,
Courier TCP socket and TLS servers
Branch: pkgsrc-2007Q2,
Version: 0.53.2nb2,
Package name: couriertcpd-0.53.2nb2,
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]
Master sites: (Expand)
SHA1: 89c6a9a57467adf8c1ac815a5ffacf47e5e694a3
RMD160: a6efce3a8d6572923190ea49ed6085906317ebd8
Filesize: 6779.841 KB
Version history: (Expand)
- (2007-08-25) Package added to pkgsrc.se, version couriertcpd-0.53.2nb2 (created)