]> 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)
committerMarco van Wieringen <mvw@planets.elm.net>
Mon, 7 Nov 2011 19:01:49 +0000 (20:01 +0100)
commit6962738f30690d4114a39d23346b3b6a048c24cf
tree9184f8a097fb3ab443f0e77373aa7b644a254656
parentc6cf5526dffdf834ca238899b7c1164d157d00e2
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