aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hotplug
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-09-12 11:34:12 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-09-17 17:39:53 +0100
commitcf59b4cd9f85631d4c38d6df05e7e432fca5a8f0 (patch)
treef36a5bb978957daccc890caedb1d4b95cc710e6f /tools/hotplug
parentd3900dea28f9ab8207c35365b5fee2058b68fe91 (diff)
downloadxen-cf59b4cd9f85631d4c38d6df05e7e432fca5a8f0.tar.gz
xen-cf59b4cd9f85631d4c38d6df05e7e432fca5a8f0.tar.bz2
xen-cf59b4cd9f85631d4c38d6df05e7e432fca5a8f0.zip
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 <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/hotplug')
-rwxr-xr-xtools/hotplug/Linux/init.d/xend4
1 files changed, 4 insertions, 0 deletions
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