From e58b56adb55dd050ad72049b44cf9209fab29637 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Thu, 22 Oct 2009 17:43:31 -0400
Subject: [PATCH] init script: allow singling out confd as well

Currently we can start/stop the various subdaemons, but not confd.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Olivier Tharan <olive@google.com>
---
 doc/examples/ganeti.initd.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/examples/ganeti.initd.in b/doc/examples/ganeti.initd.in
index 235f84a72..75e41ce5d 100644
--- a/doc/examples/ganeti.initd.in
+++ b/doc/examples/ganeti.initd.in
@@ -99,6 +99,7 @@ maybe_do() {
 
 if [ -n "$2" -a \
     "$2" != "$NODED" -a \
+    "$2" != "$CONFD" -a \
     "$2" != "$MASTERD" -a \
     "$2" != "$RAPI" ]; then
     log_failure_msg "Unknown daemon '$2' requested"
-- 
GitLab