# 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"
# 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}