From: Kern Sibbald Date: Sat, 21 Feb 2009 15:57:49 +0000 (+0000) Subject: Eliminate unnecessary files X-Git-Tag: Release-3.0.0~203 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9aa678d3869d9f4260076f8709573d30bc269656;p=bacula%2Fbacula Eliminate unnecessary files git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8489 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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 <