From 24d48647c7cdecbb4db9760e0538b2c4720136b5 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Tue, 25 Sep 2007 14:22:41 +0000
Subject: [PATCH] Integrate Leonardo's LSB init script patch

Reviewed-By: imsnah
---
 doc/examples/ganeti.initd.in | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/examples/ganeti.initd.in b/doc/examples/ganeti.initd.in
index 9faba7302..a1813235d 100644
--- a/doc/examples/ganeti.initd.in
+++ b/doc/examples/ganeti.initd.in
@@ -1,6 +1,15 @@
 #!/bin/sh
 # ganeti node daemon starter script
 # based on skeleton from Debian GNU/Linux
+### BEGIN INIT INFO
+# Provides:          ganeti
+# Required-Start:    $syslog $remote_fs xend
+# Required-Stop:     $syslog $remote_fs xend
+# Default-Start:     2 3 4 5
+# Default-Stop:      S 0 1 6
+# Short-Description: Ganeti Xen Cluster Manager
+# Description:       Ganeti Xen Cluster Manager 
+### END INIT INFO
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
 DESC="Ganeti cluster"
-- 
GitLab