Subject: CVS commit: pkgsrc/net/tcl-scotty
To: None <pkgsrc-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: pkgsrc-changes
Date: 07/07/2004 14:39:33
Module Name:	pkgsrc
Committed By:	he
Date:		Wed Jul  7 14:39:33 UTC 2004

Modified Files:
	pkgsrc/net/tcl-scotty: Makefile distinfo
Added Files:
	pkgsrc/net/tcl-scotty/patches: patch-ag

Log Message:
Add a patch to fix a race condition in the straps program.  If
traps arrive in a steady stream, straps will exit before the client
(scotty) manages to connect, because traps are handled before new
client connections in straps.  Adds a sleep(3) first, and rearranges
the order of handling of these events, so that scotty can get around
to connecting as a client before the first trap is handled by straps.

Bump pkgrevision to 3.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/net/tcl-scotty/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/net/tcl-scotty/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/net/tcl-scotty/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.