[interchange-cvs] interchange - heins modified dist/standard/catalog.cfg

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Apr 8 11:19:26 EDT 2005


User:      heins
Date:      2005-04-08 15:19:26 GMT
Modified:  dist/standard catalog.cfg
Log:
* Fix TID counter so it doesn't use the "1" file.

Revision  Changes    Path
1.7       +2 -2      interchange/dist/standard/catalog.cfg


rev 1.7, prev_rev 1.6
Index: catalog.cfg
===================================================================
RCS file: /var/cvs/interchange/dist/standard/catalog.cfg,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- catalog.cfg	19 Feb 2005 04:00:53 -0000	1.6
+++ catalog.cfg	8 Apr 2005 15:19:25 -0000	1.7
@@ -371,7 +371,7 @@
 Route   entry   empty           1
 Route   entry   supplant        1
 Route   entry   no_receipt      1
-Route   entry   counter_tid     1
+Route   entry   counter_tid     logs/tid.counter
 Route   entry   write_tables    "inventory userdb transactions orderline"
 Route   entry   transactions    '__TRANSACTION_TABLES__'
 Route   entry   email           '__ORDERS_TO__'
@@ -382,7 +382,7 @@
 Route   default   cascade         "log main copy_user"
 Route   default   empty           1
 Route   default   supplant        1
-Route   default   counter_tid     1
+Route   default   counter_tid     logs/tid.counter
 Route   default   write_tables    "inventory userdb transactions orderline"
 Route   default   transactions    '__TRANSACTION_TABLES__'
 Route   default   email           '__ORDERS_TO__'








More information about the interchange-cvs mailing list