From d728465d9f27681c4ba10c94f7b93933aba1d1cf Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 8 Jun 2012 22:23:54 +0200 Subject: [PATCH] Tweaks from Dan --- docs/manuals/en/developers/regression.tex | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/manuals/en/developers/regression.tex b/docs/manuals/en/developers/regression.tex index 32c80ba7..ce7cc162 100644 --- a/docs/manuals/en/developers/regression.tex +++ b/docs/manuals/en/developers/regression.tex @@ -137,11 +137,12 @@ TAPE_DRIVE1="/dev/null" # This must be the path to the autochanger including its name AUTOCHANGER_PATH="/usr/sbin/mtx" +# Set what backend to use "postresql" "mysql" or "sqlite3" +DBTYPE="postgresql" + # Set your database here -#WHICHDB="--with-sqlite=${SQLITE_DIR}" -#WHICHDB="--with-sqlite3=${SQLITE3_DIR}" -#WHICHDB="--with-mysql" -WHICHDB="--with-postgresql" +#WHICHDB="--with-${DBTYPE}=${SQLITE3_DIR}" +WHICHDB="--with-${DBTYPE}" # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers" TCPWRAPPERS="--with-tcp-wrappers" @@ -151,8 +152,9 @@ TCPWRAPPERS="--with-tcp-wrappers" # eg "--with-openssl=/usr/local" OPENSSL="--with-openssl" -# You may put your real host name here, but localhost is valid also -# and it has the advantage that it works on a non-newtworked machine +# You may put your real host name here, but localhost or 127.0.0.1 +# is valid also and it has the advantage that it works on a +# non-networked machine HOST="localhost" \end{verbatim} -- 2.39.2