Path to this page:
./
net/couriertcpd,
Courier TCP socket and TLS servers
Branch: pkgsrc-2007Q4,
Version: 0.57.1,
Package name: couriertcpd-0.57.1,
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/gmake] [
devel/libtool-base]
Package options: inet6
Master sites: (Expand)
SHA1: 5e602d4a4d5dd33b17146c7f54467ac6352e9340
RMD160: 28b9f409e281403280b69f3a4f4be8b9e4f74dc2
Filesize: 6932.285 KB
Version history: (Expand)
- (2008-01-12) Package added to pkgsrc.se, version couriertcpd-0.57.1 (created)