From: Jonathan McDowell <noodles@earth.li>
Date: Mon, 31 May 2004 23:46:59 +0000 (+0000)
Subject: cscvs to tla changeset 13
X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/a7e7811faf2da434c0175df943f3955055b8b794?ds=inline;hp=fa2c30bab91ed66c52bc4c2fdd025602f3737d42

cscvs to tla changeset 13
Author: noodles
Date: 2002/09/08 10:38:26
Adding default file DB directory.
---

diff --git a/onak-conf.c b/onak-conf.c
index a3ee64b..98d08c6 100644
--- a/onak-conf.c
+++ b/onak-conf.c
@@ -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.