From 38f46f140e4aa83be69512b8c469bd1725ca5129 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 10 Apr 2010 12:19:14 +0200 Subject: [PATCH] Revert "Make the Ingres grant script work." This reverts commit 7a0d08261ba66de7c28bee25d3732c00e308ff54. --- bacula/src/cats/grant_ingres_privileges.in | 87 +++++++++++----------- 1 file changed, 43 insertions(+), 44 deletions(-) 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} $* <