Index: sandlib.tcl =================================================================== RCS file: /var/cvs/alt/modules/sandman/sandlib/sandlib.tcl,v retrieving revision 1.112 diff -u -r1.112 sandlib.tcl --- sandlib.tcl 2003/01/13 16:41:32 1.112 +++ sandlib.tcl 2003/01/28 18:33:19 @@ -50,7 +50,7 @@ [list init client]]]] array set log [list header {} msg stdout dbg stderr err stderr] - variable onerror errorResult + variable onerror errorInfo namespace export log parse perror popen chroot \ safepath shortpath readlink symlink fileq Index: sandrep.tcl =================================================================== RCS file: /var/cvs/alt/modules/sandman/sandlib/sandrep.tcl,v retrieving revision 1.351 diff -u -r1.351 sandrep.tcl --- sandrep.tcl 2003/01/27 17:03:14 1.351 +++ sandrep.tcl 2003/01/28 18:33:19 @@ -119,7 +119,7 @@ } # this happens before log init, so on stderr usually - if {0} { + if {1} { foreach r [lsort [keylkeys options]] { log dbg "--- $r ---" set rep [keylget options $r]