diff options
Diffstat (limited to 'sysutils/bacula-server/files/patch-src-cats-update_postgresql_tables.in')
-rw-r--r-- | sysutils/bacula-server/files/patch-src-cats-update_postgresql_tables.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/bacula-server/files/patch-src-cats-update_postgresql_tables.in b/sysutils/bacula-server/files/patch-src-cats-update_postgresql_tables.in new file mode 100644 index 000000000000..3e91b975fda1 --- /dev/null +++ b/sysutils/bacula-server/files/patch-src-cats-update_postgresql_tables.in @@ -0,0 +1,11 @@ +--- src/cats/update_postgresql_tables.in ++++ src/cats/update_postgresql_tables.in +@@ -9,7 +9,7 @@ echo " Standard version 3.0 to 5.0" + echo " " + + bindir=@SQL_BINDIR@ +-export PATH="$bindir:$PATH" ++PATH="$bindir:$PATH" + db_name=@db_name@ + + if psql -f - -d ${db_name} $* <<END-OF-DATA |