From d0360003317b7396797453f0dbc51456428d100d Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 16 Jun 2010 21:21:09 +0200 Subject: [PATCH] make new update tables executable --- bacula/autoconf/configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 90adfaed7d..774b68374f 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -3214,6 +3214,9 @@ cd .. c=updatedb chmod 755 $c/update_mysql_tables_10_to_11 $c/update_sqlite3_tables_10_to_11 chmod 755 $c/update_postgresql_tables_10_to_11 +chmod 755 $c/update_mysql_tables_11_to_12 $c/update_sqlite3_tables_11_to_12 +chmod 755 $c/update_postgresql_tables_11_to_12 + c=src/cats -- 2.39.5