Path to this page:
./
net/couriertcpd,
Courier TCP socket and TLS servers
Branch: pkgsrc-2022Q3,
Version: 0.68.1nb9,
Package name: couriertcpd-0.68.1nb9,
Maintainer: pkgsrc-usersThis package contains couriertcpd(1), used to daemonize the Courier
services.
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
Master sites:
Filesize: 6859.604 KB
Version history: (Expand)
- (2022-09-26) Package added to pkgsrc.se, version couriertcpd-0.68.1nb9 (created)