diff options
author | bouyer <bouyer> | 2008-03-08 17:24:20 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2008-03-08 17:24:20 +0000 |
commit | 2834cf465c0c54917d60db241bf34a62d1fe126e (patch) | |
tree | 72be84efb1ac8b5ef47aecbbcc06399d064224b8 /sysutils/xentools3 | |
parent | 3c176ba6c6eb03285655bb06f9eb035c358b8f27 (diff) | |
download | pkgsrc-2834cf465c0c54917d60db241bf34a62d1fe126e.tar.gz |
Back out previous change on patch-cc: setting the pty slave to raw is still
required for pgrub. Ride the previous PKGREVISION bump.
Diffstat (limited to 'sysutils/xentools3')
-rw-r--r-- | sysutils/xentools3/distinfo | 4 | ||||
-rw-r--r-- | sysutils/xentools3/patches/patch-cc | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/sysutils/xentools3/distinfo b/sysutils/xentools3/distinfo index 44594364581..43e7991d9d7 100644 --- a/sysutils/xentools3/distinfo +++ b/sysutils/xentools3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2008/03/08 13:59:39 bouyer Exp $ +$NetBSD: distinfo,v 1.8 2008/03/08 17:24:20 bouyer Exp $ SHA1 (xen-3.1.3-src.tgz) = 87b370df928feda599bbc7076e7a4589f67355c8 RMD160 (xen-3.1.3-src.tgz) = b26b71e0422db7aece60aa4dd9f9c8d34affd0c7 @@ -27,7 +27,7 @@ SHA1 (patch-bt) = d1cfab2ccf14d3df0fdda4c4699258997d2eb5d2 SHA1 (patch-bw) = d4bdb0dcc48cabefb568042d3b58822f8251b1bd SHA1 (patch-ca) = f999e8159c79ae6cd09004b8cac4ca36da93f79f SHA1 (patch-cb) = 0bf2513749e28ff955caabd76bf79dd8280b61ed -SHA1 (patch-cc) = ffd67fd2c6ab21abd5afdbca893e35bb4bb3fa77 +SHA1 (patch-cc) = 3e618c7da953115e7b3c7fe07f17b75ef2c2bb34 SHA1 (patch-cd) = 8fc057e9dc98e356ba46cdf183a8891c59c005b8 SHA1 (patch-cf) = 05c5e86d33d31a2216c2751a2bf684c8d5d06746 SHA1 (patch-cg) = 36073c7327f187702203108b3e7596178aac3327 diff --git a/sysutils/xentools3/patches/patch-cc b/sysutils/xentools3/patches/patch-cc index 6f686724413..142d2173a30 100644 --- a/sysutils/xentools3/patches/patch-cc +++ b/sysutils/xentools3/patches/patch-cc @@ -1,4 +1,4 @@ -$NetBSD: patch-cc,v 1.2 2008/03/08 13:59:39 bouyer Exp $ +$NetBSD: patch-cc,v 1.3 2008/03/08 17:24:20 bouyer Exp $ --- console/client/main.c.orig 2007-05-18 16:45:21.000000000 +0200 +++ console/client/main.c 2007-05-27 14:43:14.000000000 +0200 @@ -14,3 +14,11 @@ $NetBSD: patch-cc,v 1.2 2008/03/08 13:59:39 bouyer Exp $ #include "xs.h" +@@ -289,6 +293,7 @@ + err(errno, "Could not read tty from store"); + } + ++ init_term(spty, &attr); + init_term(STDIN_FILENO, &attr); + console_loop(spty, xs, path); + restore_term(STDIN_FILENO, &attr); |