diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-07-30 10:07:46 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-07-30 10:07:46 +0000 |
commit | 6679145eb37ad7a967cf0805a6dc5ff8145f7c15 (patch) | |
tree | b62087d78998217adf8a6d8c9acaec4b0502c6fe /net-im/tkabber-devel/files/patch-tkabber.tcl | |
parent | Document jabberd vulnerabilities that were fixed by the latest update. (diff) |
Add tkabber-devel - development version of jabber client tkabber.
PR: 83191
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
Approved by: perky (mentor)
Repocopy by: marcus
Diffstat (limited to 'net-im/tkabber-devel/files/patch-tkabber.tcl')
-rw-r--r-- | net-im/tkabber-devel/files/patch-tkabber.tcl | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-im/tkabber-devel/files/patch-tkabber.tcl b/net-im/tkabber-devel/files/patch-tkabber.tcl deleted file mode 100644 index 194b89eea4b9..000000000000 --- a/net-im/tkabber-devel/files/patch-tkabber.tcl +++ /dev/null @@ -1,19 +0,0 @@ ---- tkabber.tcl.orig Tue Jul 27 17:37:59 2004 -+++ tkabber.tcl Tue Aug 3 14:34:43 2004 -@@ -1,6 +1,6 @@ - #!/bin/sh - # the next line restarts using the correct interpreter \ --exec wish "$0" -name tkabber "$@" -+exec wish8.4 "$0" -name tkabber "$@" - - # $Id: tkabber.tcl,v 1.219 2004/07/10 20:05:04 aleksey Exp $ - -@@ -118,7 +118,7 @@ - debugmsg tkabber "closed $chan '$res'" - } - } -- exit $status -+ quit $status - } - - namespace eval ssj {} |