From mboxrd@z Thu Jan 1 00:00:00 1970 From: kupcevic@sourceware.org Date: 5 Feb 2007 21:41:20 -0000 Subject: [Cluster-devel] conga/ricci/modules/service ServiceManager.cpp Message-ID: <20070205214120.21386.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: kupcevic at sourceware.org 2007-02-05 21:41:20 Modified files: ricci/modules/service: ServiceManager.cpp Log message: gulm description string Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/ServiceManager.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.7.2.1&r2=1.7.2.2 --- conga/ricci/modules/service/ServiceManager.cpp 2007/02/05 21:27:23 1.7.2.1 +++ conga/ricci/modules/service/ServiceManager.cpp 2007/02/05 21:41:19 1.7.2.2 @@ -440,7 +440,7 @@ if (RHEL4 || FC5) { servs.clear(); name = "Cluster Base - Gulm"; - descr = "Cluster infrastructure: ccs, gulm, fence"; + descr = "Cluster infrastructure: ccs, gulm"; s = ServiceSet(name, descr); servs.push_back("ccsd"); servs.push_back("lock_gulmd");