pkgsrc/mail/courier-auth/DEINSTALL
jlam 02c1ff5849 Update mail/courier-auth to 0.45.6. Changes from version 0.44.2 include:
* Honor ${VARBASE}.
  * Rename "authdaemon.sysconftool" to "sysconftool" for use by other
    Courier mail packages.
  * authvchkpw explicitly disabled -- it's not officially supported within
    courier, and there's a workaround by using vchkpw2userdb(8).  This
    closes pkg/19365.
  * courierlogger(1) moved from mail/courier-imap into this package.
  * Support a new setting DEBUG_LOGIN in authdaemonrc to allow easier
    debugging of the authentication process.
  * Added documentation on how to debug the authentication process in
    ${PREFIX}/share/doc/courier.
  * makedat: Skip subdirectories named "CVS".  Allows all directory-based
    lists (makesmtpaccess, etc...) to be managed via CVS.
2004-07-14 20:07:07 +00:00

16 lines
528 B
Text

# $NetBSD: DEINSTALL,v 1.2 2004/07/14 20:07:07 jlam Exp $
# Additional files that are may be created by the sysadmin.
ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/userdb"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/userdb.dat"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/userdbshadow.dat"
case ${STAGE} in
POST-DEINSTALL)
#
# Unconditionally remove authdaemon state directory as it contains
# files and sockets that authdaemond creates every time it is
# started.
#
${RM} -rf @AUTHDAEMONVAR@
esac