This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: STABLE3 - cman init: drop legacy option


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=b90e7c4c1f487276fd424a7e25f56ce462029924
Commit:        b90e7c4c1f487276fd424a7e25f56ce462029924
Parent:        a9cc3a406e96b782078ccd6c9786df2f9030d1fc
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Fri Mar 20 05:47:47 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Fri Mar 20 05:47:47 2009 +0100

cman init: drop legacy option

ccsd died a long time ago..

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 cman/init.d/cman.in |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/cman/init.d/cman.in b/cman/init.d/cman.in
index f218fef..2495384 100644
--- a/cman/init.d/cman.in
+++ b/cman/init.d/cman.in
@@ -63,8 +63,6 @@ if [ -d /etc/default ]; then
 	[ -z "$(which chkconfig)" ] && alias chkconfig=local_chkconfig
 fi
 
-[ -z "$CCSD_OPTS" ] && CCSD_OPTS=
-
 # CMAN_CLUSTER_TIMEOUT -- amount of time to wait for joinging a cluster
 #     before giving up.  If CMAN_CLUSTER_TIMEOUT is positive, then we will
 #     wait CMAN_CLUSTER_TIMEOUT seconds before giving up and failing when


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]