From: Evan Broder Date: Tue, 29 Sep 2009 01:26:38 +0000 (-0400) Subject: Punt the "moocow" VNC password - it's dumb, and we already have our X-Git-Tag: 0.0.26^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/commitdiff_plain/ca30b6049986b4f287ba2678772120d3175d4dfb?hp=fa5f0796eae323120fd81c2de3541be30ed6b743 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 --- 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':