|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 5 of 8 v2] Linux/init: include init-functions on xencommons and xend
# HG changeset patch
# User Roger Pau Monne <roger.pau@xxxxxxxxxxxxx>
# Date 1329880534 -3600
# Node ID a74480347d40266afc2f192aeea21819557a483c
# Parent 493ca332d663c3c5ac12fd199d279188642089e6
Linux/init: include init-functions on xencommons and xend
Try to include /lib/lsb/init-functions on xencommons and xend or fail
with and error message. Later patches make use of the functions
present on this file.
Signed-off-by: Roger Pau Monne <roger.pau@xxxxxxxxxxxxx>
diff -r 493ca332d663 -r a74480347d40 tools/hotplug/Linux/init.d/xencommons
--- a/tools/hotplug/Linux/init.d/xencommons Thu Feb 23 14:34:23 2012 +0100
+++ b/tools/hotplug/Linux/init.d/xencommons Wed Feb 22 04:15:34 2012 +0100
@@ -18,6 +18,15 @@
# Description: Starts and stops the daemons neeeded for xl/xend
### END INIT INFO
+# Include init script functions
+if test -f /lib/lsb/init-functions
+then
+ . /lib/lsb/init-functions
+else
+ echo "Unable to load /lib/lsb/init-functions"
+ exit 0
+fi
+
if [ -d /etc/sysconfig ]; then
xencommons_config=/etc/sysconfig
else
diff -r 493ca332d663 -r a74480347d40 tools/hotplug/Linux/init.d/xend
--- a/tools/hotplug/Linux/init.d/xend Thu Feb 23 14:34:23 2012 +0100
+++ b/tools/hotplug/Linux/init.d/xend Wed Feb 22 04:15:34 2012 +0100
@@ -18,6 +18,15 @@
# Description: Starts and stops the Xen control daemon.
### END INIT INFO
+# Include init script functions
+if test -f /lib/lsb/init-functions
+then
+ . /lib/lsb/init-functions
+else
+ echo "Unable to load /lib/lsb/init-functions"
+ exit 0
+fi
+
shopt -s extglob
# Wait for Xend to be up
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |