From: Dan Langille Date: Thu, 18 Dec 2003 16:59:15 +0000 (+0000) Subject: cater for grant_sqlite_privileges X-Git-Tag: Release-1.34.0~267 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=95d4e201864e933426751993b5f206f80e7c7a7d;p=bacula%2Fbacula cater for grant_sqlite_privileges git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@889 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/Makefile.in b/bacula/src/cats/Makefile.in index 3c920ac9e9..d142a03ffe 100644 --- a/bacula/src/cats/Makefile.in +++ b/bacula/src/cats/Makefile.in @@ -71,6 +71,7 @@ realclean: clean $(RMF) update_mysql_tables update_sqlite_tables create_sqlite_database $(RMF) drop_bacula_tables drop_sqlite_tables make_bacula_tables $(RMF) create_bacula_database grant_bacula_privileges + $(RMF) grant_sqlite_privileges $(RMF) update_bacula_tables $(RMF) drop_bdb_tables make_bdb_tables mysql postgresql @@ -92,6 +93,7 @@ install: $(INSTALL_SCRIPT) delete_catalog_backup $(DESTDIR)$(scriptdir)/delete_catalog_backup $(INSTALL_SCRIPT) grant_mysql_privileges $(DESTDIR)$(scriptdir)/grant_mysql_privileges $(INSTALL_SCRIPT) grant_postgresql_privileges $(DESTDIR)$(scriptdir)/grant_postgresql_privileges + $(INSTALL_SCRIPT) grant_sqlite_privileges $(DESTDIR)$(scriptdir)/grant_sqlite_privileges uninstall: (cd $(DESTDIR)$(scriptdir); $(RMF) create_@DB_NAME@_database) @@ -107,6 +109,7 @@ uninstall: (cd $(DESTDIR)$(scriptdir); $(RMF) delete_catalog_backup) (cd $(DESTDIR)$(scriptdir); $(RMF) grant_mysql_privileges) (cd $(DESTDIR)$(scriptdir); $(RMF) grant_postgresql_privileges) + (cd $(DESTDIR)$(scriptdir); $(RMF) grant_sqlite_privileges) # Semi-automatic generation of dependencies: