* [Patch] init.d - info (eg SuSE-init)
@ 2007-04-27 15:17 Robert Valentan
0 siblings, 0 replies; only message in thread
From: Robert Valentan @ 2007-04-27 15:17 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 206 bytes --]
This patch add the needed info's into the init.d/xend file.
Without it SuSE (or others?) will start xend before the
network..
Signed-off-by: Robert Valentan <R.Valentan@solid-soft.at>
--
Robert Valentan
[-- Attachment #2: init_d_xend.patch --]
[-- Type: text/x-patch, Size: 700 bytes --]
diff -r ee16cdeddade tools/examples/init.d/xend
--- a/tools/examples/init.d/xend Wed Apr 25 09:39:08 2007
+++ b/tools/examples/init.d/xend Fri Apr 27 18:01:44 2007
@@ -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
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-04-27 15:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-27 15:17 [Patch] init.d - info (eg SuSE-init) Robert Valentan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.