X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fupdate_sqlite3_tables.in.patch;h=1a01855276cabc6e61f4c468e477b94eff022de8;hb=83348794ca958d6264c9e152ee8eea57b0971732;hp=6d7d2164ab1b03891d650e334db41746f5cb0f99;hpb=15b3321243efd33c5ba002f5cca67bdd4f968816;p=bacula%2Fbacula diff --git a/bacula/src/cats/update_sqlite3_tables.in.patch b/bacula/src/cats/update_sqlite3_tables.in.patch index 6d7d2164ab..1a01855276 100644 --- a/bacula/src/cats/update_sqlite3_tables.in.patch +++ b/bacula/src/cats/update_sqlite3_tables.in.patch @@ -1,11 +1,12 @@ ---- update_sqlite3_tables.in 2007-11-17 08:33:18.000000000 -0500 -+++ update_sqlite3_tables.in.fixed 2007-11-17 08:35:50.000000000 -0500 -@@ -9,7 +9,7 @@ - echo "this script may take several minutes to run." +--- ./update_sqlite3_tables.in 2010-01-25 02:56:28.000000000 -0500 ++++ ../../../bacula-5.0.0-fixed/src/cats/update_sqlite3_tables.in 2010-01-31 10:22:52.000000000 -0500 +@@ -9,7 +9,7 @@ echo " which is needed to convert from Bacula Enterprise version 2.6.x to 4.0.x" + echo " or Bacula Community version 5.0.x to 5.2.x" echo " " --bindir=@SQL_BINDIR@ -+bindir=/usr/lib/bacula/sqlite +-bindir=@SQLITE_BINDIR@ ++bindir=/opt/bacula/sqlite + PATH="$bindir:$PATH" cd @working_dir@ - sqlite=@DB_TYPE@ db_name=@db_name@ +