[Cluster-devel] conga/luci/init.d luci

kupcevic at sourceware.org kupcevic at sourceware.org
Mon Jul 17 20:56:47 UTC 2006


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
 }
 




More information about the Cluster-devel mailing list