Turn off autocompletion of console names. 0.2.6
authorAnders Kaseorg <andersk@mit.edu>
Fri, 6 Feb 2009 09:32:00 +0000 (04:32 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Fri, 6 Feb 2009 09:32:00 +0000 (04:32 -0500)
svn path=/trunk/packages/invirt-console/; revision=2099

debian/changelog
host/etc/conserver/conserver.cf.invirt
server/etc/conserver/conserver.cf.invirt

index 9a88811..1260150 100644 (file)
@@ -1,3 +1,9 @@
+invirt-console (0.2.6) unstable; urgency=high
+
+  * Turn off autocompletion of console names.  (LP: #326075)
+
+ -- Anders Kaseorg <andersk@mit.edu>  Fri, 06 Feb 2009 04:28:36 -0500
+
 invirt-console (0.2.5) unstable; urgency=low
 
   * update/rewrite description
index 1b92380..19d0afe 100644 (file)
@@ -1,5 +1,6 @@
 config * {
        sslrequired yes;
+       autocomplete no;
 }
 
 # If no consoles are defined, as is the case when the host first boots
index 6d7130e..11f05a2 100644 (file)
@@ -1,6 +1,7 @@
 # default config for console
 config * {
        sslrequired yes;
+       autocomplete no;
 }
 # If no consoles are defined, as is the case when the host first boots
 # up, conserver will quit. This keeps it running.