xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] correct xend initscript dependency in LSB part
@ 2010-07-23 12:21 Olaf Hering
  2010-07-30 14:01 ` Conny Seidel
  0 siblings, 1 reply; 7+ messages in thread
From: Olaf Hering @ 2010-07-23 12:21 UTC (permalink / raw)
  To: xen-devel


Add missing dependencies to runlevel script
xend requires at least xenstored

Signed-off-by: Olaf Hering <olaf@aepfle.de>

--- xen-unstable.hg-4.1.21836.orig/tools/hotplug/Linux/init.d/xend
+++ xen-unstable.hg-4.1.21836/tools/hotplug/Linux/init.d/xend
@@ -8,9 +8,9 @@
 # description: Starts and stops the Xen control daemon.
 ### BEGIN INIT INFO
 # Provides:          xend
-# Required-Start:    $syslog $remote_fs
+# Required-Start:    $syslog $remote_fs xenstored
 # Should-Start:
-# Required-Stop:     $syslog $remote_fs
+# Required-Stop:     $syslog $remote_fs xenstored
 # Should-Stop:
 # Default-Start:     3 4 5
 # Default-Stop:      0 1 2 6

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-07-30 15:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-23 12:21 [PATCH] correct xend initscript dependency in LSB part Olaf Hering
2010-07-30 14:01 ` Conny Seidel
2010-07-30 14:11   ` Ian Jackson
2010-07-30 15:38     ` Conny Seidel
2010-07-30 15:33       ` Olaf Hering
2010-07-30 15:43       ` Ian Jackson
2010-07-30 15:28   ` Olaf Hering

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).