[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools/hotplug: correct xend initscript dependency in LSB part
# HG changeset patch # User Olaf Hering <olaf@xxxxxxxxx> # Date 1279904114 -3600 # Node ID a87badebeb2b875a8c066873ad13fd9ba85b632c # Parent d4b48e74343172178d21e91fb23ae705e541394e tools/hotplug: correct xend initscript dependency in LSB part Add missing dependencies to runlevel script xend requires at least xenstored Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- tools/hotplug/Linux/init.d/xend | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r d4b48e743431 -r a87badebeb2b tools/hotplug/Linux/init.d/xend --- a/tools/hotplug/Linux/init.d/xend Fri Jul 23 17:50:05 2010 +0100 +++ b/tools/hotplug/Linux/init.d/xend Fri Jul 23 17:55:14 2010 +0100 @@ -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 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |