From d184bac9a4e7ffaeb76ba4aec3eab42a662dd4ec Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Fri, 8 Feb 2013 13:22:09 +0100 Subject: [PATCH] Fix: #881146 syntax error in update_postgresql_tables_10_to_11.in --- bacula-5.2.12-update-postgresql-table.patch | 13 +++++++++++++ bacula.spec | 7 ++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 bacula-5.2.12-update-postgresql-table.patch 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)