Standardize whitespace used in example config files

Instead of doing

  # example_config

use

  #example_config

so it is possible to programatically uncomment example config
options, as distinct from their comment/descriptions

Also delete rogue trailing comma not allowed by lens

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
(cherry picked from commit c5c3278e9b)

(crobinso: Fix spacing to appease tests/daemon-conf, which is
 still in -maint branch)
This commit is contained in:
Daniel P. Berrange 2012-05-25 10:32:17 +01:00 committed by Cole Robinson
parent eb6ef1f53e
commit af57c143d4
3 changed files with 43 additions and 44 deletions

View File

@ -303,10 +303,9 @@
# Multiple filter can be defined in a single @filters, they just need to be # Multiple filter can be defined in a single @filters, they just need to be
# separated by spaces. # separated by spaces.
# #
# e.g: # e.g. to only get warning or errors from the remote layer and only errors
# from the event layer:
#log_filters = "3:remote 4:event" #log_filters = "3:remote 4:event"
# to only get warning or errors from the remote layer and only errors from
# the event layer.
# Logging outputs: # Logging outputs:
# An output is one of the places to save logging information # An output is one of the places to save logging information
@ -324,9 +323,9 @@
# 4: ERROR # 4: ERROR
# #
# Multiple output can be defined, they just need to be separated by spaces. # Multiple output can be defined, they just need to be separated by spaces.
# e.g.: # e.g. to log all warnings and errors to syslog under the libvirtd ident:
#log_outputs = "3:syslog:libvirtd" #log_outputs = "3:syslog:libvirtd"
# to log all warnings and errors to syslog under the libvirtd ident #
# Log debug buffer size: default 64 # Log debug buffer size: default 64
# The daemon keeps an internal debug log buffer which will be dumped in case # The daemon keeps an internal debug log buffer which will be dumped in case

View File

@ -193,7 +193,7 @@
# "/dev/null", "/dev/full", "/dev/zero", # "/dev/null", "/dev/full", "/dev/zero",
# "/dev/random", "/dev/urandom", # "/dev/random", "/dev/urandom",
# "/dev/ptmx", "/dev/kvm", "/dev/kqemu", # "/dev/ptmx", "/dev/kvm", "/dev/kqemu",
# "/dev/rtc", "/dev/hpet", # "/dev/rtc","/dev/hpet"
#] #]