From: Eric Bollengier Date: Fri, 21 Mar 2008 18:30:21 +0000 (+0000) Subject: ebl Replace @macro@ in old upgrade scripts X-Git-Tag: Release-3.0.0~1649 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5646c015c534658c1d4ca77a540ce3bad7c02d43;p=bacula%2Fbacula ebl Replace @macro@ in old upgrade scripts git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6659 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 030fe2bff9..f9debcac62 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -2251,6 +2251,10 @@ AC_OUTPUT([autoconf/Make.common \ src/findlib/Makefile \ src/tools/Makefile \ po/Makefile.in \ + updatedb/update_mysql_tables_10_to_11 \ + updatedb/update_sqlite3_tables_10_to_11 \ + updatedb/update_postgresql_tables_10_to_11 \ + updatedb/update_sqlite_tables_10_to_11 \ $PFILES ], [ ] ) @@ -2285,6 +2289,10 @@ chmod 755 dvd-handler dvd-simulator chmod 755 bconsole gconsole mtx-changer devel_bacula logrotate 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 $c/update_sqlite_tables_10_to_11 + c=src/cats chmod 755 $c/create_bacula_database $c/update_bacula_tables $c/make_bacula_tables diff --git a/bacula/updatedb/update_mysql_tables_10_to_11.in b/bacula/updatedb/update_mysql_tables_10_to_11.in old mode 100755 new mode 100644 diff --git a/bacula/updatedb/update_postgresql_tables_10_to_11.in b/bacula/updatedb/update_postgresql_tables_10_to_11.in old mode 100755 new mode 100644 diff --git a/bacula/updatedb/update_sqlite3_tables_10_to_11.in b/bacula/updatedb/update_sqlite3_tables_10_to_11.in old mode 100755 new mode 100644 diff --git a/bacula/updatedb/update_sqlite_tables_10_to_11.in b/bacula/updatedb/update_sqlite_tables_10_to_11.in old mode 100755 new mode 100644