a4d73afbe4
Pkgsrc changes since previous version: * Add the news user if necessary (and be compatible with the INN package). * Use bsd.pkg.install.mk. Vendor changes since previous version: (see the Changelog for more details) * Security fix. Do not lock up when the news header ends prematurely. * Revise some memory handling and catch out-of-memory conditions. * Fixes to syslog handling. * Support XOVER without argument. * Fix SEGV in fetchnews.c.
28 lines
791 B
Text
28 lines
791 B
Text
# $NetBSD: DEINSTALL,v 1.3 2004/01/11 16:45:51 cjep Exp $
|
|
|
|
LEAFNODE_CONFDIR=@LEAFNODE_CONFDIR@
|
|
LEAFNODE_SPOOL=@LEAFNODE_SPOOL@
|
|
LEAFNODE_LOCKDIR=@LEAFNODE_LOCKDIR@
|
|
LEAFNODE_HOME=@LEAFNODE_HOME@
|
|
|
|
case "${STAGE}" in
|
|
POST-DEINSTALL) cat <<EOF
|
|
|
|
==========================================================================
|
|
|
|
Note that the leafnode spool, lock and configuration directories
|
|
|
|
${LEAFNODE_SPOOL}
|
|
${LEAFNODE_LOCKDIR}
|
|
${LEAFNODE_HOME}
|
|
and ${LEAFNODE_CONFDIR}
|
|
|
|
are NOT deleted during the package deinstallation. Please remove these
|
|
directories and all their contents manually if they are no longer needed.
|
|
Also, don't forgot to remove any cron jobs associated with leafnode.
|
|
|
|
==========================================================================
|
|
|
|
EOF
|
|
;;
|
|
esac
|