Index: installers/debian/dotlrn/patches/config.dpatch =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/patches/config.dpatch,v diff -u -N -r1.3 -r1.4 --- installers/debian/dotlrn/patches/config.dpatch 26 Mar 2008 13:42:17 -0000 1.3 +++ installers/debian/dotlrn/patches/config.dpatch 27 Mar 2008 12:47:02 -0000 1.4 @@ -6,8 +6,8 @@ @DPATCH@ diff -urNad dotlrn-2.3.1~/etc/config.tcl dotlrn-2.3.1/etc/config.tcl ---- dotlrn-2.3.1~/etc/config.tcl 2008-03-26 14:22:24.000000000 +0100 -+++ dotlrn-2.3.1/etc/config.tcl 2008-03-26 14:29:50.000000000 +0100 +--- dotlrn-2.3.1~/etc/config.tcl 2008-03-26 14:33:23.000000000 +0100 ++++ dotlrn-2.3.1/etc/config.tcl 2008-03-27 13:25:56.000000000 +0100 @@ -19,17 +19,16 @@ # setting the address to 0.0.0.0 means aolserver listens on all interfaces set hostname [ns_info hostname] @@ -73,15 +73,14 @@ # # MIME types. -@@ -660,12 +660,12 @@ +@@ -660,12 +660,10 @@ } # nsthread library which should become standard in 5.3 - if {[file exists ${homedir}/lib/thread2.6.4/libthread2.6.4[info sharedlibextension]]} { - ns_param libthread ${homedir}/lib/thread2.6.4/libthread2.6.4[info sharedlibextension] -+ if {[file exists /usr/lib/tcltk/thread2.6.5/libthread2.6.5.so[info sharedlibextension]]} { -+ ns_param libthread /usr/lib/tcltk/thread2.6.5/libthread2.6.5.so[info sharedlibextension] - } +- } ++ ns_param libthread [lindex [glob /usr/lib/tcltk/thread*/libthread*-aolserver[info sharedlibextension]] 0] ns_log notice "nsd.tcl: using threadsafe tcl: [info exists tcl_platform(threaded)]" ns_log notice "nsd.tcl: finished reading config file." @@ -91,8 +90,8 @@ \ No newline at end of file +} diff -urNad dotlrn-2.3.1~/etc/daemontools/run dotlrn-2.3.1/etc/daemontools/run ---- dotlrn-2.3.1~/etc/daemontools/run 2008-03-26 14:22:24.000000000 +0100 -+++ dotlrn-2.3.1/etc/daemontools/run 2008-03-26 14:29:25.000000000 +0100 +--- dotlrn-2.3.1~/etc/daemontools/run 2008-03-26 14:33:23.000000000 +0100 ++++ dotlrn-2.3.1/etc/daemontools/run 2008-03-27 13:20:29.000000000 +0100 @@ -9,7 +9,7 @@ # see http://openacs.org/forums/message-view?message_id=176100 sleep 4