Push unapplied fixups for previous patch

- Add augeas tests
- Clarify vnc_auto_unix_socket precedence in qemu.conf
This commit is contained in:
Cole Robinson 2011-01-21 16:18:54 -05:00
parent a942ea0692
commit 1e1f7a8950
2 changed files with 8 additions and 1 deletions

View File

@ -271,6 +271,9 @@ log_filters=\"a\"
# Auditing:
audit_level = 2
# VNC socket
vnc_auto_unix_socket = 1
"
test Libvirtd.lns get conf =
@ -549,3 +552,6 @@ audit_level = 2
{ "#empty" }
{ "#comment" = "Auditing:" }
{ "audit_level" = "2" }
{ "#empty" }
{ "#comment" = "VNC socket:" }
{ "vnc_auto_unix_socket" = "1" }

View File

@ -16,7 +16,8 @@
# host machine, though most VNC clients do not support it.
#
# This will only be enabled for VNC configurations that do not have
# a hardcoded 'listen' or 'socket' value.
# a hardcoded 'listen' or 'socket' value. This setting takes preference
# over vnc_listen.
#
# vnc_auto_unix_socket = 1