]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Replace @macro@ in old upgrade scripts
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 21 Mar 2008 18:30:21 +0000 (18:30 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 21 Mar 2008 18:30:21 +0000 (18:30 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6659 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/configure.in
bacula/updatedb/update_mysql_tables_10_to_11.in [changed mode: 0755->0644]
bacula/updatedb/update_postgresql_tables_10_to_11.in [changed mode: 0755->0644]
bacula/updatedb/update_sqlite3_tables_10_to_11.in [changed mode: 0755->0644]
bacula/updatedb/update_sqlite_tables_10_to_11.in [changed mode: 0755->0644]

index 030fe2bff9dad3c09c18bf7feaeb5a47d0b64a99..f9debcac621d3619dedc7ca5bc56d3ed4ffc596e 100644 (file)
@@ -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
old mode 100755 (executable)
new mode 100644 (file)