]> git.sur5r.net Git - bacula/bacula/commit
Remove last traces of @SQL_BINDIR@ and @DB_TYPE@
authorMarco van Wieringen <mvw@planets.elm.net>
Mon, 7 Nov 2011 19:01:49 +0000 (20:01 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:12 +0000 (14:50 +0200)
commitec34347bf956abe241b8d77b9e77131021afc9c2
tree4932ee7a14fe54f24a2317c147abb4bff00ab4fd
parentfa284e05dc3ff3c205cb1c7c16c4b3a94ba8275b
Remove last traces of @SQL_BINDIR@ and @DB_TYPE@

During the backend refactoring SQL_BINDIR and DB_TYPE were
replaced with backend specific variables as multiple backends
can be configured in one configure run. This should remove
the last traces of these variables from the active source.
The only pieces left with the old SQL_BINDIR are the unsupported
Windows director database creation scripts.
22 files changed:
bacula/autoconf/bacula-macros/db.m4
bacula/platforms/gentoo/bacula-init.in
bacula/platforms/suse/bacula-dir-suse-sqlite.patch
bacula/platforms/suse/bacula-dir.in
bacula/src/cats/create_sqlite3_database.in.patch
bacula/src/cats/make_catalog_backup.in.patch
bacula/src/cats/make_ingres_catalog_backup.in
bacula/src/cats/make_sqlite3_tables.in.patch
bacula/src/cats/restore_ingres_catalog_backup.in
bacula/src/cats/update_sqlite3_tables.in.patch
bacula/src/dird/bacula-dir.conf.in
bacula/updatedb/update_mysql_tables_10_to_11.in
bacula/updatedb/update_mysql_tables_11_to_12.in
bacula/updatedb/update_mysql_tables_9_to_10.in
bacula/updatedb/update_postgresql_tables_10_to_11.in
bacula/updatedb/update_postgresql_tables_11_to_12.in
bacula/updatedb/update_postgresql_tables_9_to_10.in
bacula/updatedb/update_sqlite3_tables_10_to_11.in
bacula/updatedb/update_sqlite3_tables_11_to_12.in
bacula/updatedb/update_sqlite3_tables_9_to_10.in
bacula/updatedb/update_sqlite_tables_10_to_11.in
bacula/updatedb/update_sqlite_tables_9_to_10.in