Index: openacs-4/etc/config.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/etc/config.tcl,v
diff -u -r1.20 -r1.21
--- openacs-4/etc/config.tcl	20 Apr 2004 21:12:28 -0000	1.20
+++ openacs-4/etc/config.tcl	26 Apr 2004 16:18:15 -0000	1.21
@@ -17,7 +17,8 @@
 
 # The hostname and address should be set to actual values.
 set hostname                  [ns_info hostname]
-set address                   [ns_info address]
+#set address                   [ns_info address]
+set address                   0.0.0.0
 
 # Note: If port is privileged (usually < 1024), OpenACS must be
 # started by root, and, in AOLserver 4, the run script have a 
Index: openacs-4/etc/daemontools/run
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/etc/daemontools/run,v
diff -u -r1.5 -r1.6
--- openacs-4/etc/daemontools/run	26 Feb 2004 15:28:35 -0000	1.5
+++ openacs-4/etc/daemontools/run	26 Apr 2004 16:18:16 -0000	1.6
@@ -1,5 +1,8 @@
 #!/bin/sh 
 
+# see http://openacs.org/forums/message-view?message_id=176100
+sleep 4
+
 exec /usr/local/aolserver/bin/nsd-postgres -it /var/lib/aolserver/service0/etc/config.tcl -u service0 -g web
 
 # For AOLserver 4 using privileged ports (usually < 1024), add the flag