From mboxrd@z Thu Jan 1 00:00:00 1970 From: kupcevic@sourceware.org Date: 17 Jul 2006 20:56:47 -0000 Subject: [Cluster-devel] conga/luci/init.d luci Message-ID: <20060717205647.31931.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 Changes by: kupcevic at sourceware.org 2006-07-17 20:56:46 Modified files: luci/init.d : luci Log message: luci: leave some time for stunnel to start Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/init.d/luci.diff?cvsroot=cluster&r1=1.5&r2=1.6 --- conga/luci/init.d/luci 2006/07/05 19:20:15 1.5 +++ conga/luci/init.d/luci 2006/07/17 20:56:46 1.6 @@ -81,9 +81,8 @@ if [ "1$?" != "10" ] ; then generate_https_certs fi - sed -e s,\\\(^accept.*=\ \\\)\\\(.*\\\),\\\1$LUCI_HTTPS_PORT, $STUNNEL_CONF \ - | $STUNNEL_D -fd 0 - + sleep 4 + sed -e s,\\\(^accept.*=\ \\\)\\\(.*\\\),\\\1$LUCI_HTTPS_PORT, $STUNNEL_CONF | $STUNNEL_D -fd 0 sleep 4 }