From e84903d4b4ac0d2188fd8fc8ab2d708c5f65ca64 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Mon, 22 Dec 2003 14:58:22 +0000 Subject: [PATCH] Add file git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@928 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/cats/grant_bdb_privileges.in | 7 +++++++ bacula/src/cats/update_bdb_tables.in | 9 +++++++++ 2 files changed, 16 insertions(+) create mode 100644 bacula/src/cats/grant_bdb_privileges.in create mode 100755 bacula/src/cats/update_bdb_tables.in diff --git a/bacula/src/cats/grant_bdb_privileges.in b/bacula/src/cats/grant_bdb_privileges.in new file mode 100644 index 0000000000..8ca8ea24f5 --- /dev/null +++ b/bacula/src/cats/grant_bdb_privileges.in @@ -0,0 +1,7 @@ +#!/bin/sh +# +# shell script to grant privileges to the bdb database +# +bindir=@SQL_BINDIR@ + +# nothing to do here \ No newline at end of file diff --git a/bacula/src/cats/update_bdb_tables.in b/bacula/src/cats/update_bdb_tables.in new file mode 100755 index 0000000000..d8e3df3bf5 --- /dev/null +++ b/bacula/src/cats/update_bdb_tables.in @@ -0,0 +1,9 @@ +#!/bin/sh +# +# Shell script to update bdb tables +# Nothing to do here. +# +echo " " +bindir=@SQL_BINDIR@ + +exit 0 -- 2.39.5