From ca30b6049986b4f287ba2678772120d3175d4dfb Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 28 Sep 2009 21:26:38 -0400 Subject: [PATCH] Punt the "moocow" VNC password - it's dumb, and we already have our own authentication mechanism (that uses real authentication). svn path=/trunk/packages/invirt-xen-config/; revision=2487 --- debian/changelog | 7 +++++++ invirt-database | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 79d2264..bfc4efe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-xen-config (0.0.26) unstable; urgency=low + + * Kill the moocow password for the VNC server. Not setting this variable + causes VNC clients to not prompt for a password instead. + + -- Evan Broder Mon, 28 Sep 2009 21:20:21 -0400 + invirt-xen-config (0.0.25) unstable; urgency=low * Some of the autoinstallers want a lot of RAM. Give it to them. diff --git a/invirt-database b/invirt-database index 2c1ff7c..4b86a85 100644 --- a/invirt-database +++ b/invirt-database @@ -77,7 +77,6 @@ if codepath == 'hvm': kernel = '/usr/lib/xen/boot/hvmloader' builder = 'hvm' vnc = 1 - vncpasswd = 'moocow' device_model = '/usr/sbin/qemu-dm-invirt' serial = "pty" elif codepath == 'paravm': -- 1.7.9.5