Index: installers/debian/dotlrn/patches/config.dpatch =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/patches/config.dpatch,v diff -u -N -r1.6 -r1.7 --- installers/debian/dotlrn/patches/config.dpatch 6 Aug 2008 06:08:54 -0000 1.6 +++ installers/debian/dotlrn/patches/config.dpatch 18 Sep 2008 18:29:35 -0000 1.7 @@ -6,8 +6,8 @@ @DPATCH@ diff -urNad dotlrn-2.4.0~/etc/config.tcl dotlrn-2.4.0/etc/config.tcl ---- dotlrn-2.4.0~/etc/config.tcl 2008-02-01 04:24:30.000000000 +0100 -+++ dotlrn-2.4.0/etc/config.tcl 2008-08-04 11:32:24.000000000 +0200 +--- dotlrn-2.4.0~/etc/config.tcl 2008-09-04 14:43:05.000000000 +0200 ++++ dotlrn-2.4.0/etc/config.tcl 2008-09-18 19:43:37.000000000 +0200 @@ -24,10 +24,11 @@ # started by root, and, in AOLserver 4, the run script have a # '-b address' flag which matches the address according to settings (above) @@ -52,6 +52,33 @@ # # MIME types. +@@ -569,7 +570,7 @@ + ns_param driver postgres + ns_param datasource ${db_host}:${db_port}:${db_name} + ns_param user $db_user +- ns_param password "" ++ ns_param password $db_password + } + + ns_section ns/db/pool/pool2 +@@ -588,7 +589,7 @@ + ns_param driver postgres + ns_param datasource ${db_host}:${db_port}:${db_name} + ns_param user $db_user +- ns_param password "" ++ ns_param password $db_password + } + + ns_section ns/db/pool/pool3 +@@ -607,7 +608,7 @@ + ns_param driver postgres + ns_param datasource ${db_host}:${db_port}:${db_name} + ns_param user $db_user +- ns_param password "" ++ ns_param password $db_password + } + + ns_section ns/server/${server}/db @@ -659,9 +660,7 @@ } @@ -71,8 +98,8 @@ \ No newline at end of file +} diff -urNad dotlrn-2.4.0~/etc/daemontools/run dotlrn-2.4.0/etc/daemontools/run ---- dotlrn-2.4.0~/etc/daemontools/run 2008-01-14 10:35:56.000000000 +0100 -+++ dotlrn-2.4.0/etc/daemontools/run 2008-08-04 11:32:52.000000000 +0200 +--- dotlrn-2.4.0~/etc/daemontools/run 2008-09-04 14:43:05.000000000 +0200 ++++ dotlrn-2.4.0/etc/daemontools/run 2008-09-18 19:43:37.000000000 +0200 @@ -9,7 +9,7 @@ # see http://openacs.org/forums/message-view?message_id=176100 sleep 4