]> git.sur5r.net Git - bacula/bacula/commitdiff
SQLite3 tweaks
authorKern Sibbald <kern@sibbald.com>
Mon, 2 Apr 2007 13:50:27 +0000 (13:50 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 2 Apr 2007 13:50:27 +0000 (13:50 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4493 91ce42f0-d328-0410-95d8-f526ca767f89

regress/kern.conf

index 15512ce3b27445b30afb122cbdb690783d235437..19af1ba8c3f8340fd90997cbb602931002321426 100644 (file)
@@ -7,7 +7,7 @@ EMAIL=kern@omally
 SMTP_HOST="localhost"
 
 # Full "default" path where to find sqlite (no quotes!)
-#SQLITE_DIR=${HOME}/bacula/depkgs/sqlite3
+SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3
 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
 
 TAPE_DRIVE="/dev/nst0"
@@ -21,6 +21,7 @@ AUTOCHANGER_PATH="/usr/sbin/mtx"
 
 # Set your database here
 #WHICHDB="--with-sqlite=${SQLITE_DIR}"
+#WHICHDB="--with-sqlite3=${SQLITE3_DIR}"
 WHICHDB="--with-mysql"
 #WHICHDB="--with-postgresql"