]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/make_bacula_tables.in
Server address binding + bscan updates -- see kes25Sep02
[bacula/bacula] / bacula / src / cats / make_bacula_tables.in
1 #!/bin/sh
2 #
3 # This routine makes the appropriately configured
4 #  Bacula tables for either MySQL or SQLite
5 #
6 if test xsqlite = x@DB_NAME@ ; then
7   source ./make_sqlite_tables
8 else
9   source ./make_mysql_tables
10 fi