|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-3.0.5-testing] Add INIT INFO block to example init.
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1177687280 -3600
# Node ID 493f7c689f03cda9796b3e1df761dd0e1a2a31eb
# Parent 18844eff507ae7e5757320297ce1915391f51881
Add INIT INFO block to example init.d/xend file.
Without it SuSE (and others?) will start xend before the
network.
Signed-off-by: Robert Valentan <R.Valentan@xxxxxxxxxxxxx>
---
tools/examples/init.d/xend | 12 ++++++++++++
1 files changed, 12 insertions(+)
diff -r 18844eff507a -r 493f7c689f03 tools/examples/init.d/xend
--- a/tools/examples/init.d/xend Fri Apr 27 16:17:44 2007 +0100
+++ b/tools/examples/init.d/xend Fri Apr 27 16:21:20 2007 +0100
@@ -6,6 +6,18 @@
#
# chkconfig: 2345 98 01
# description: Starts and stops the Xen control daemon.
+### BEGIN INIT INFO
+# Provides: xend
+# Required-Start: $syslog $remote_fs
+# Should-Start:
+# Required-Stop: $syslog $remote_fs
+# Should-Stop:
+# Default-Start: 3 4 5
+# Default-Stop: 0 1 2 6
+# Default-Enabled: yes
+# Short-Description: Start/stop xend
+# Description: Starts and stops the Xen control daemon.
+### END INIT INFO
if ! grep -q "control_d" /proc/xen/capabilities ; then
exit 0
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-3.0.5-testing] Add INIT INFO block to example init.d/xend file.,
Xen patchbot-3.0.5-testing <=
|
|
|
|
|