From: Dan Langille Date: Mon, 22 Dec 2003 14:58:22 +0000 (+0000) Subject: Add file X-Git-Tag: Release-1.34.0~231 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=847e79e2baa433dfcc29bfad86f0d083b32e759f;p=bacula%2Fbacula Add file git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@928 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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