Path to this page:
./
security/cyrus-saslauthd,
Cyrus SASL plaintext authentication daemon
Branch: pkgsrc-2019Q2,
Version: 2.1.27,
Package name: cyrus-saslauthd-2.1.27,
Maintainer: pkgsrc-userssaslauthd is a daemon process that handles plaintext authentication
requests on behalf of the Cyrus SASL library.
DEINSTALL [+/-]#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1.1.1 2004/01/09 19:44:10 jlam Exp $
SASLSOCKETDIR=@SASLSOCKETDIR@
case ${STAGE} in
POST-DEINSTALL)
${RM} -rf ${SASLSOCKETDIR}
;;
esac
Master sites:
Version history: (Expand)
- (2019-07-04) Package added to pkgsrc.se, version cyrus-saslauthd-2.1.27 (created)