From a10ec1e2c6687dc98ad481bcc7c0153b2f1a798e Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 21 Mar 2008 18:30:21 +0000 Subject: [PATCH] ebl Replace @macro@ in old upgrade scripts git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6659 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/autoconf/configure.in | 8 ++++++++ bacula/updatedb/update_mysql_tables_10_to_11.in | 0 bacula/updatedb/update_postgresql_tables_10_to_11.in | 0 bacula/updatedb/update_sqlite3_tables_10_to_11.in | 0 bacula/updatedb/update_sqlite_tables_10_to_11.in | 0 5 files changed, 8 insertions(+) mode change 100755 => 100644 bacula/updatedb/update_mysql_tables_10_to_11.in mode change 100755 => 100644 bacula/updatedb/update_postgresql_tables_10_to_11.in mode change 100755 => 100644 bacula/updatedb/update_sqlite3_tables_10_to_11.in mode change 100755 => 100644 bacula/updatedb/update_sqlite_tables_10_to_11.in 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 -- 2.39.5