From: Kern Sibbald Date: Sat, 10 Apr 2010 10:19:14 +0000 (+0200) Subject: Revert "Make the Ingres grant script work." X-Git-Tag: Release-5.0.2~43 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=38f46f140e4aa83be69512b8c469bd1725ca5129;p=bacula%2Fbacula Revert "Make the Ingres grant script work." This reverts commit 7a0d08261ba66de7c28bee25d3732c00e308ff54. --- diff --git a/bacula/src/cats/grant_ingres_privileges.in b/bacula/src/cats/grant_ingres_privileges.in index b802bc9254..4e447da514 100755 --- a/bacula/src/cats/grant_ingres_privileges.in +++ b/bacula/src/cats/grant_ingres_privileges.in @@ -1,6 +1,6 @@ #!/bin/sh # -# shell script TO GRANT privileges to the bacula database +# shell script to grant privileges to the bacula database # db_user=${db_user:-@db_user@} bindir=@SQL_BINDIR@ @@ -8,51 +8,50 @@ db_name=${db_name:-@db_name@} if sql ${db_name} $* <