cscvs to tla changeset 21
authorJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:04 +0000 (23:47 +0000)
committerJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:04 +0000 (23:47 +0000)
Author: noodles
Date: 2002/11/09 13:17:47
Change default DB2 path to make more sense for testing. Need config file...

onak-conf.c

index 98d08c60c8b6ad99f5fb3c36e36639d116bd0b41..ef811ce30a7572a700ed0108851f1d818d3cb145 100644 (file)
@@ -22,7 +22,7 @@ struct onak_config config = {
        /*
         * Options for the db2 file backend.
         */
-       "/community/pgp-keyserver/db-copy",     /* db2_dbpath */
+       "/home/noodles/onak-db",        /* db2_dbpath */
 
        /*
         * Options for the file backend.