From: Anders Kaseorg Date: Fri, 6 Feb 2009 09:32:00 +0000 (-0500) Subject: Turn off autocompletion of console names. X-Git-Tag: 0.2.6^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-console.git/commitdiff_plain/62fd79f25050dad617c000c7cc969510b2500982 Turn off autocompletion of console names. svn path=/trunk/packages/invirt-console/; revision=2099 --- diff --git a/debian/changelog b/debian/changelog index 9a88811..1260150 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-console (0.2.6) unstable; urgency=high + + * Turn off autocompletion of console names. (LP: #326075) + + -- Anders Kaseorg Fri, 06 Feb 2009 04:28:36 -0500 + invirt-console (0.2.5) unstable; urgency=low * update/rewrite description diff --git a/host/etc/conserver/conserver.cf.invirt b/host/etc/conserver/conserver.cf.invirt index 1b92380..19d0afe 100644 --- a/host/etc/conserver/conserver.cf.invirt +++ b/host/etc/conserver/conserver.cf.invirt @@ -1,5 +1,6 @@ config * { sslrequired yes; + autocomplete no; } # If no consoles are defined, as is the case when the host first boots diff --git a/server/etc/conserver/conserver.cf.invirt b/server/etc/conserver/conserver.cf.invirt index 6d7130e..11f05a2 100644 --- a/server/etc/conserver/conserver.cf.invirt +++ b/server/etc/conserver/conserver.cf.invirt @@ -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.