From a02b4427b8730690a6dae72e369f3f0963544371 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Thu, 13 Aug 2009 14:37:47 +0200 Subject: [PATCH] Fix insserv dependencies (import of a Debian patch) This patch removes xend from the list of dependencies. Ganeti doesn't need xend running to startup, it will only need it later (and only if xen is used as virtualisation technology). It also removes 'Xen' from the description in the init script. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- doc/examples/ganeti.initd.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/examples/ganeti.initd.in b/doc/examples/ganeti.initd.in index d09ac7341..a1bd1f819 100644 --- a/doc/examples/ganeti.initd.in +++ b/doc/examples/ganeti.initd.in @@ -3,12 +3,12 @@ # based on skeleton from Debian GNU/Linux ### BEGIN INIT INFO # Provides: ganeti -# Required-Start: $syslog $remote_fs xend -# Required-Stop: $syslog $remote_fs xend +# Required-Start: $syslog $remote_fs +# Required-Stop: $syslog $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: Ganeti Xen Cluster Manager -# Description: Ganeti Xen Cluster Manager +# Short-Description: Ganeti Cluster Manager +# Description: Ganeti Cluster Manager ### END INIT INFO PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin -- GitLab