X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fmake_ingres_tables.in;h=40d258f76c1aadb0be630eb8a2daa05b254c5d6d;hb=46fff475fa9a502814fe1befa465e84305920eeb;hp=668e4f318cee6925ff1485883822fba39698324f;hpb=fb79daa73aab9932f70e1de9cf2e48dbbdc988db;p=bacula%2Fbacula diff --git a/bacula/src/cats/make_ingres_tables.in b/bacula/src/cats/make_ingres_tables.in index 668e4f318c..40d258f76c 100755 --- a/bacula/src/cats/make_ingres_tables.in +++ b/bacula/src/cats/make_ingres_tables.in @@ -2,13 +2,22 @@ # # shell script to create Bacula Ingres tables # -bindir=@SQL_BINDIR@ +bindir=@INGRES_BINDIR@ PATH="$bindir:$PATH" db_name=${db_name:-@db_name@} db_user=${db_user:-@db_user@} sql -u${db_user} $* ${db_name} <