From 10044da4862022bc91f3c77b752fec24924bed33 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Sat, 3 Apr 2010 20:55:13 +0200 Subject: [PATCH] Make the Ingres grant script work. --- bacula/src/cats/grant_ingres_privileges.in | 87 +++++++++++----------- 1 file changed, 44 insertions(+), 43 deletions(-) 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} $* <