From 27a4986d4fcd6a1bfdac9cafbce1a2f7a58f796e Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 6 May 2021 17:17:01 +0200 Subject: [PATCH] tools: fix incorrect suggestions for XENCONSOLED_TRACE on BSD MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --log does not take a file, it specifies what is supposed to be logged. Also separate the XENSTORED and XENCONSOLED variables by a newline. Signed-off-by: Olaf Hering Acked-by: Andrew Cooper Acked-by: Roger Pau Monné --- tools/hotplug/FreeBSD/rc.d/xencommons.in | 5 +++-- tools/hotplug/NetBSD/rc.d/xencommons.in | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tools/hotplug/FreeBSD/rc.d/xencommons.in b/tools/hotplug/FreeBSD/rc.d/xencommons.in index ccd5a9b055..4c61d8c94e 100644 --- a/tools/hotplug/FreeBSD/rc.d/xencommons.in +++ b/tools/hotplug/FreeBSD/rc.d/xencommons.in @@ -21,9 +21,10 @@ status_cmd="xen_status" extra_commands="status" required_files="/dev/xen/xenstored" -XENSTORED_PIDFILE="@XEN_RUN_DIR@/xenstored.pid" XENCONSOLED_PIDFILE="@XEN_RUN_DIR@/xenconsoled.pid" -#XENCONSOLED_TRACE="@XEN_LOG_DIR@/xenconsole-trace.log" +#XENCONSOLED_TRACE="none|guest|hv|all" + +XENSTORED_PIDFILE="@XEN_RUN_DIR@/xenstored.pid" #XENSTORED_TRACE="@XEN_LOG_DIR@/xen/xenstore-trace.log" load_rc_config $name diff --git a/tools/hotplug/NetBSD/rc.d/xencommons.in b/tools/hotplug/NetBSD/rc.d/xencommons.in index 3981787eac..80e518f5de 100644 --- a/tools/hotplug/NetBSD/rc.d/xencommons.in +++ b/tools/hotplug/NetBSD/rc.d/xencommons.in @@ -20,9 +20,10 @@ status_cmd="xen_status" extra_commands="status" required_files="/kern/xen/privcmd" -XENSTORED_PIDFILE="@XEN_RUN_DIR@/xenstored.pid" XENCONSOLED_PIDFILE="@XEN_RUN_DIR@/xenconsoled.pid" -#XENCONSOLED_TRACE="@XEN_LOG_DIR@/xenconsole-trace.log" +#XENCONSOLED_TRACE="none|guest|hv|all" + +XENSTORED_PIDFILE="@XEN_RUN_DIR@/xenstored.pid" #XENSTORED_TRACE="@XEN_LOG_DIR@/xenstore-trace.log" xen_precmd() -- 2.39.5