summaryrefslogtreecommitdiff
path: root/chat/silc-server/DEINSTALL
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-03-17 20:12:47 +0000
committersalo <salo@pkgsrc.org>2003-03-17 20:12:47 +0000
commitda605e0b370e3246a9ec55eec9d96e8a979c5458 (patch)
treeea45baa152d2798b5b0df63e9e02345511f1f4b6 /chat/silc-server/DEINSTALL
parent50e1e28b6c2918e0c34fbcdabbf377ae83f39159 (diff)
downloadpkgsrc-da605e0b370e3246a9ec55eec9d96e8a979c5458.tar.gz
Updated to version 0.9.13.
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.
Diffstat (limited to 'chat/silc-server/DEINSTALL')
-rw-r--r--chat/silc-server/DEINSTALL7
1 files changed, 2 insertions, 5 deletions
diff --git a/chat/silc-server/DEINSTALL b/chat/silc-server/DEINSTALL
index 35a78bc5842..57b2a1c8ee0 100644
--- a/chat/silc-server/DEINSTALL
+++ b/chat/silc-server/DEINSTALL
@@ -1,10 +1,7 @@
-# $NetBSD: DEINSTALL,v 1.5 2002/09/14 02:59:25 hubertf Exp $
+# $NetBSD: DEINSTALL,v 1.6 2003/03/17 20:12:47 salo Exp $
+#
case ${STAGE} in
-DEINSTALL)
- ${ECHO} "==> Try to stop silcd if running."
- @PREFIX@/etc/rc.d/silcd stop
- ;;
POST-DEINSTALL)
if [ -f @PKG_SYSCONFDIR@/silcd.prv ]; then
${ECHO} ===========================================================================