From cf59b4cd9f85631d4c38d6df05e7e432fca5a8f0 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 12 Sep 2013 11:34:12 +0100 Subject: tools: disable xend build by default Add big warnings to configure, xend initscript and xm. The big xm warning is displayed once (per boot, or per tmpreaper clean), afterwards a single line warning is displayed. Signed-off-by: Ian Campbell Acked-by: Ian Jackson --- tools/hotplug/Linux/init.d/xend | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/hotplug') diff --git a/tools/hotplug/Linux/init.d/xend b/tools/hotplug/Linux/init.d/xend index 5f92cdc6e9..8921383f1b 100755 --- a/tools/hotplug/Linux/init.d/xend +++ b/tools/hotplug/Linux/init.d/xend @@ -38,6 +38,10 @@ function await_daemons_up case "$1" in start) + echo "WARNING: Enabling the xend toolstack." + echo "xend is deprecated and scheduled for removal. Please migrate" + echo "to another toolstack ASAP." + if [ -z "`ps -C xenconsoled -o pid=`" ]; then echo "xencommons should be started first." exit 1 -- cgit v1.2.3