From 9aa678d3869d9f4260076f8709573d30bc269656 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 21 Feb 2009 15:57:49 +0000 Subject: [PATCH] Eliminate unnecessary files git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8489 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/updatedb/update_bdb_tables_9_to_10 | 9 - bacula/updatedb/update_mysql_tables_9_to_10 | 76 ------ .../updatedb/update_postgresql_tables_9_to_10 | 83 ------ bacula/updatedb/update_sqlite3_tables_9_to_10 | 251 ------------------ bacula/updatedb/update_sqlite_tables_9_to_10 | 251 ------------------ 5 files changed, 670 deletions(-) delete mode 100755 bacula/updatedb/update_bdb_tables_9_to_10 delete mode 100755 bacula/updatedb/update_mysql_tables_9_to_10 delete mode 100755 bacula/updatedb/update_postgresql_tables_9_to_10 delete mode 100755 bacula/updatedb/update_sqlite3_tables_9_to_10 delete mode 100755 bacula/updatedb/update_sqlite_tables_9_to_10 diff --git a/bacula/updatedb/update_bdb_tables_9_to_10 b/bacula/updatedb/update_bdb_tables_9_to_10 deleted file mode 100755 index 4a4e91a429..0000000000 --- a/bacula/updatedb/update_bdb_tables_9_to_10 +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# Shell script to update bdb tables -# Nothing to do here. -# -echo " " -bindir=/home/kern/bacula/depkgs/sqlite - -exit 0 diff --git a/bacula/updatedb/update_mysql_tables_9_to_10 b/bacula/updatedb/update_mysql_tables_9_to_10 deleted file mode 100755 index c31b96980d..0000000000 --- a/bacula/updatedb/update_mysql_tables_9_to_10 +++ /dev/null @@ -1,76 +0,0 @@ -#!/bin/sh -# -# Shell script to update MySQL tables from version 1.38 to 2.0 -# -echo " " -echo "This script will update a Bacula MySQL database from version 9 to 10" -echo " which is needed to convert from Bacula version 1.38.x to 2.0.x or higher" -echo "Depending on the size of your database," -echo "this script may take several minutes to run." -echo " " -bindir=/home/kern/bacula/depkgs/sqlite - -if $bindir/mysql $* -f <