Index: openacs-4/packages/acs-tcl/tcl/utilities-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-init.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-tcl/tcl/utilities-init.tcl 7 Aug 2017 23:48:00 -0000 1.10 +++ openacs-4/packages/acs-tcl/tcl/utilities-init.tcl 3 Sep 2024 15:37:34 -0000 1.11 @@ -8,17 +8,17 @@ } # initialize the random number generator -randomInit [ns_time] +util::random_init [ns_time] # Create mutex for util_background_exec -nsv_set util_background_exec_mutex . [ns_mutex create oacs:bg_exec] +#nsv_set util_background_exec_mutex . [ns_mutex create oacs:bg_exec] # if logmaxbackup in config is missing or zero, don't run auto-logrolling set logmaxbackup [ns_config -int "ns/parameters" logmaxbackup 0] if { $logmaxbackup } { ad_schedule_proc -all_servers t -schedule_proc ns_schedule_daily \ - [list 00 00] util::roll_server_log + [list 00 00] util::roll_server_log } # Local variables: