From mboxrd@z Thu Jan 1 00:00:00 1970 From: rohara@sourceware.org Date: 31 Aug 2006 18:00:04 -0000 Subject: [Cluster-devel] cluster/cman/init.d cman Message-ID: <20060831180004.6621.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: cluster Changes by: rohara at sourceware.org 2006-08-31 18:00:03 Modified files: cman/init.d : cman Log message: ccsd is now fixed such that it will not daemonize until the socket is ready for communication. As a result, the sleep after starting ccsd is no longer needed. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/init.d/cman.diff?cvsroot=cluster&r1=1.20&r2=1.21 --- cluster/cman/init.d/cman 2006/08/25 22:04:42 1.20 +++ cluster/cman/init.d/cman 2006/08/31 18:00:03 1.21 @@ -69,8 +69,6 @@ then errmsg=$(/sbin/ccsd $CCSD_OPTS 2>&1) rtrn=$? - # give ccsd time to start up before we start cman - sleep 1 return $rtrn fi return 0