From: Marco van Wieringen Date: Sat, 3 Apr 2010 18:55:13 +0000 (+0200) Subject: Make the Ingres grant script work. X-Git-Tag: Release-5.2.1~1543 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;ds=sidebyside;h=10044da4862022bc91f3c77b752fec24924bed33;p=bacula%2Fbacula Make the Ingres grant script work. --- diff --git a/bacula/src/cats/grant_ingres_privileges.in b/bacula/src/cats/grant_ingres_privileges.in index 4e447da514..b802bc9254 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,50 +8,51 @@ db_name=${db_name:-@db_name@} if sql ${db_name} $* <