da605e0b37
Changes: - Fixed EOF handling in SILC Config. - Do not send full INVITE and BAN lists in INVITE and BAN notifys, only the changed information. - Fixed INVITE notify sending in INVITE command, send it only when needed. - Handle the founder key change properly in CMODE_CHANGE notify. Bug #122. - Remove the mark for output (mark it only for input) after purging outgoing queue. Prevents the "Error in select()" floods. - Check server private key file permissions before starting the server. - NULL terminate allocated string in silc_buffer_strformat. - Rewrote the invite/ban list string handling in server to use SilcBuffer instead. - Fixed double free in CMODE command when setting new HMAC for channel. - Added couple of missing memset's to zero sensitive memory.
14 lines
403 B
Text
14 lines
403 B
Text
# $NetBSD: DEINSTALL,v 1.6 2003/03/17 20:12:47 salo Exp $
|
|
#
|
|
|
|
case ${STAGE} in
|
|
POST-DEINSTALL)
|
|
if [ -f @PKG_SYSCONFDIR@/silcd.prv ]; then
|
|
${ECHO} ===========================================================================
|
|
${ECHO}
|
|
${ECHO} "If you won't be using silc-server any longer, you may want to remove"
|
|
${ECHO} "your server keys located in @PKG_SYSCONFDIR@."
|
|
${ECHO}
|
|
fi
|
|
;;
|
|
esac
|