Subject: CVS commit: pkgsrc/net/tcl-scotty
From: Havard Eidnes
Date: 2004-07-07 16:39:33
Message id: 20040707143933.AD6DE2DA1D@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.15modifypkgsrc/net/tcl-scotty/Makefile
1.6modifypkgsrc/net/tcl-scotty/distinfo
1.1addpkgsrc/net/tcl-scotty/patches/patch-ag