From a254e404a7f713634507313a2fdfd6db46ebac4e Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 10 Apr 2010 12:18:51 +0200 Subject: [PATCH] Revert "Create user in the right database for Ingres." This reverts commit 809c70ad620adc067ea6f63649b7bd5c45d92579. --- bacula/src/cats/create_ingres_database.in | 2 -- bacula/src/cats/grant_ingres_privileges.in | 6 ------ 2 files changed, 8 deletions(-) diff --git a/bacula/src/cats/create_ingres_database.in b/bacula/src/cats/create_ingres_database.in index 1e4973de70..a287352f86 100755 --- a/bacula/src/cats/create_ingres_database.in +++ b/bacula/src/cats/create_ingres_database.in @@ -4,7 +4,6 @@ # bindir=@SQL_BINDIR@ -PATH="$bindir:$PATH" db_name=@db_name@ # use SQL_ASCII to be able to put any filename into @@ -27,5 +26,4 @@ then else echo "Creation of ${db_name} database failed." fi - exit 0 diff --git a/bacula/src/cats/grant_ingres_privileges.in b/bacula/src/cats/grant_ingres_privileges.in index 82bab040d4..1aab5985d2 100755 --- a/bacula/src/cats/grant_ingres_privileges.in +++ b/bacula/src/cats/grant_ingres_privileges.in @@ -4,12 +4,6 @@ # bindir=@SQL_BINDIR@ db_name=${db_name:-@db_name@} -db_user=${db_user:-@db_user@} - -sql iidbdb $* <