Subject: CVS commit: pkgsrc/sysutils/xentools3
From: Manuel Bouyer
Date: 2008-03-08 14:59:39
Message id: 20080308135939.4FB70175C1@cvs.netbsd.org

Log Message:
On NetBSD, the pseudo-tty attributes are reset when the slave is open
for the first time. This cause a race between xenconsole and xenconsoled,
where the later start writing to the master pty before the former has
switched it back to raw, causing some lines to be echoed back to the
domU.
Fix this by keeping the slave open in xenconsoled, so that when xenconsole
opens it attributes are not reset. Hint provided by fvdl@, thanks !
Because of this we no longer need to set the slave to raw in xenconsole,
so shorten patch-cc.

Bump PKGREVISION.

Files:
RevisionActionfile
1.10modifypkgsrc/sysutils/xentools3/Makefile
1.7modifypkgsrc/sysutils/xentools3/distinfo
1.2modifypkgsrc/sysutils/xentools3/patches/patch-cc
1.1addpkgsrc/sysutils/xentools3/patches/patch-ca