From 880ba4090cd8af757f17604af3284afab6fd198c Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Tue, 31 Jul 2007 21:38:03 +0000 Subject: * dropped support for CSV databases, as they are simply not good enough * added support for db-user and db-passwd: + the mysql backend will now ask for the password upon connect + you can specify the db-user and db-passwd via slxsettings (so you never have to enter it manually afterwards) * slxsettings now checks db-type against an explicit pattern to avoid problems caused by typos git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1295 95ad53e4-c205-0410-b2fa-d234c58c8868 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dbdf8358..c6040d3f 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ install: echo "Reading local settings..."; \ . ${SLX_CONFIG_PATH}/settings; \ fi; \ - for m in $${SLX_DB_TYPE} SQLite CSV mysql; do \ + for m in $${SLX_DB_TYPE} SQLite mysql; do \ if ! perl -Ilib -Iconfig-db -e "use OpenSLX::MetaDB::$$m" 2>>${SLX_INSTALL_LOG} ; then \ echo -e " 'DBD::$$m' not found (or too old), so $$m-databases will not be \ supported."; \ -- cgit v1.2.3-55-g7522