From be9cb4717bf23a82ebcb7d15845db50fdb5f6fc7 Mon Sep 17 00:00:00 2001
From: Evan Broder <broder@mit.edu>
Date: Mon, 28 Sep 2009 23:28:28 -0400
Subject: [PATCH] Revert punting the "moocow" password in invirt-web and
 invirt-vnc-client, since we can't change the VNC passwod of
 running VMs.

This reverts parts of commit r2487

svn path=/trunk/scripts/vnc-client/; revision=2492
---
 invirt-vnc-client |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/invirt-vnc-client b/invirt-vnc-client
index 186a0a8..63d3999 100755
--- a/invirt-vnc-client
+++ b/invirt-vnc-client
@@ -201,8 +201,7 @@ def main():
     else:
         reactor.listenTCP(listen[1], ProxyFactory(connect_host, connect_port, authtoken, machine))
     
-    print "Ready to connect. Connect to %s:%s (display %d) now with your VNC"
-    print "client. There should be no password." % (listen[0], listen[1], listen[1]-5900)
+    print "Ready to connect. Connect to %s:%s (display %d) now with your VNC client. The password is 'moocow'." % (listen[0], listen[1], listen[1]-5900)
     print "You must connect before your authentication token expires at %s." % \
           (time.ctime(token_expires))
     
-- 
1.7.9.5