Index: CVSROOT/log-new.tcl =================================================================== RCS file: /usr/local/cvsroot/CVSROOT/log-new.tcl,v diff -u -r1.1 -r1.2 --- CVSROOT/log-new.tcl 9 Oct 2002 15:02:40 -0000 1.1 +++ CVSROOT/log-new.tcl 17 Jan 2003 15:10:49 -0000 1.2 @@ -15,6 +15,13 @@ } +global env +# Set some environment vars for 7.2 +set env(PATH) "/usr/local/pgsql-7.2.3/bin:/var/netsaint/bin:$env(PATH)" +set env(PGLIB) "/usr/local/pgsql-7.2.3/lib" +set env(LD_LIBRARY_PATH) "$env(PGLIB):$env(LD_LIBRARY_PATH)" +set env(PGDATA) "/usr/local/pgsql-7.2.3/data" + package require nstcl-database ::nstcl::load_driver postgres set dostatus 0 @@ -76,7 +83,6 @@ # get a login name for the guy doing the commit.... # -global env set cvsroot $env(CVSROOT) if { [catch {set login $env(CVSUSER)} errmsg] } { Index: CVSROOT/loginfo =================================================================== RCS file: /usr/local/cvsroot/CVSROOT/loginfo,v diff -u -r1.3 -r1.4 --- CVSROOT/loginfo 9 Oct 2002 15:02:40 -0000 1.3 +++ CVSROOT/loginfo 17 Jan 2003 15:10:49 -0000 1.4 @@ -27,4 +27,4 @@ ALL /cvsroot/CVSROOT/log.pl -f /cvsroot/CVSROOT/commitlog -m openacs-cvs-list@openacs.org %s # RBM: 2002-08-30: Add cvs-to-forums script invocation -ALL /cvsroot/CVSROOT/log-new.tcl -l /cvsroot/CVSROOT/commitlog -e cvs@openacs.org -d ::openacs.org-dev -u nsadmin -f "CVS Commits" %s +ALL /cvsroot/CVSROOT/log-new.tcl -l /cvsroot/CVSROOT/commitlog -e cvs@openacs.org -d ::openacs.org -u nsadmin -f "CVS Commits" %s