cscvs to tla changeset 13
authorJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:46:59 +0000 (23:46 +0000)
committerJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:46:59 +0000 (23:46 +0000)
Author: noodles
Date: 2002/09/08 10:38:26
Adding default file DB directory.

onak-conf.c

index a3ee64b97237eaac5b4aff551a5bb441c7537016..98d08c60c8b6ad99f5fb3c36e36639d116bd0b41 100644 (file)
@@ -27,7 +27,7 @@ struct onak_config config = {
        /*
         * Options for the file backend.
         */
-       NULL,                   /* file_dbpath */
+       "/home/noodles/projects/onak/db",       /* file_dbpath */
        
        /*
         * Options for the Postgres backend.