]> git.sur5r.net Git - bacula/bacula/commitdiff
Add file
authorDan Langille <dan@langille.org>
Mon, 22 Dec 2003 14:58:22 +0000 (14:58 +0000)
committerDan Langille <dan@langille.org>
Mon, 22 Dec 2003 14:58:22 +0000 (14:58 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@928 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/grant_bdb_privileges.in [new file with mode: 0644]
bacula/src/cats/update_bdb_tables.in [new file with mode: 0755]

diff --git a/bacula/src/cats/grant_bdb_privileges.in b/bacula/src/cats/grant_bdb_privileges.in
new file mode 100644 (file)
index 0000000..8ca8ea2
--- /dev/null
@@ -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 (executable)
index 0000000..d8e3df3
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+#
+# Shell script to update bdb tables
+# Nothing to do here.
+#
+echo " "
+bindir=@SQL_BINDIR@
+
+exit 0