diff --git a/bacula-5.2.12-update-postgresql-table.patch b/bacula-5.2.12-update-postgresql-table.patch new file mode 100644 index 0000000..4e9c5d5 --- /dev/null +++ b/bacula-5.2.12-update-postgresql-table.patch @@ -0,0 +1,13 @@ +diff --git a/updatedb/update_postgresql_tables_10_to_11.in b/updatedb/update_postgresql_tables_10_to_11.in +index f5df19f..1be8033 100644 +--- a/updatedb/update_postgresql_tables_10_to_11.in ++++ b/updatedb/update_postgresql_tables_10_to_11.in +@@ -10,7 +10,7 @@ bindir=@POSTGRESQL_BINDIR@ + PATH="$bindir:$PATH" + db_name=${db_name:-@db_name@} + +-psql -f - -d ${db_name} $* < - 5.2.12-8 +- Fix: (#881146) syntax error in update_postgresql_tables_10_to_11.in + * Mon Feb 04 2013 Petr Hracek - 5.2.12-7 - Fix (#905309) e_msg: Process /usr/sbin/bat was killed by signal 11 (SIGSEGV)