From ffa8922f6e7d7955eaa2a1ab23f08552b650d019 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Tue, 18 Jan 2011 14:25:32 +0100 Subject: [PATCH] Backport one more patch into master from class based catalog backend code. --- bacula/Makefile.in | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/bacula/Makefile.in b/bacula/Makefile.in index 7cb7e60837..cd7434b66c 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -190,11 +190,16 @@ Makefiles: chmod 755 dvd-handler) (cd src/cats; \ - chmod 755 create_bacula_database update_bacula_tables make_bacula_tables; \ - chmod 755 grant_bacula_privileges drop_bacula_tables drop_bacula_database; \ - chmod 755 create_@DB_TYPE@_database update_@DB_TYPE@_tables make_@DB_TYPE@_tables; \ - chmod 755 grant_@DB_TYPE@_privileges drop_@DB_TYPE@_tables drop_@DB_TYPE@_database; \ + chmod 755 create_bacula_database update_bacula_tables make_bacula_tables; \ + chmod 755 grant_bacula_privileges drop_bacula_tables drop_bacula_database; \ chmod 755 make_catalog_backup delete_catalog_backup) + + (cd src/cats; \ + for db_type in @DB_BACKENDS@; do \ + chmod 755 create_$$db_type_database update_$$db_type_tables make_$$db_type_tables; \ + chmod 755 grant_$$db_type_privileges drop_$$db_type_tables drop_$$db_type_database; \ + done) + (cd src/qt-console; \ chmod 755 install_conf_file build-depkgs-qt-console) -- 2.39.2