From: Kern Sibbald Date: Mon, 2 Apr 2007 13:50:27 +0000 (+0000) Subject: SQLite3 tweaks X-Git-Tag: Release-7.0.0~6633 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ff85f1416f3bbd00919fddb1d1acbed46491605d;p=bacula%2Fbacula SQLite3 tweaks git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4493 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/kern.conf b/regress/kern.conf index 15512ce3b2..19af1ba8c3 100644 --- a/regress/kern.conf +++ b/regress/kern.conf @@ -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"