aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hotplug
diff options
context:
space:
mode:
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