From 27e1cd3d3a83ba839639aec24587d0614020081c Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 11 Jun 2010 17:32:32 +0200 Subject: [PATCH] Correct copy/paste typos --- bacula/src/cats/update_postgresql_tables.in | 4 ++-- bacula/src/cats/update_sqlite3_tables.in | 4 ++-- bacula/updatedb/update_postgresql_tables_11_to_12.in | 4 ++-- bacula/updatedb/update_sqlite3_tables_11_to_12.in | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bacula/src/cats/update_postgresql_tables.in b/bacula/src/cats/update_postgresql_tables.in index b6e395e727..51e9f7bcd6 100644 --- a/bacula/src/cats/update_postgresql_tables.in +++ b/bacula/src/cats/update_postgresql_tables.in @@ -1,9 +1,9 @@ #!/bin/sh # -# Shell script to update MySQL tables from Bacula Community version 3.0.x to 5.0.0 +# Shell script to update PostgreSQL tables from Bacula Community version 3.0.x to 5.0.0 # echo " " -echo "This script will update a Bacula MySQL database from version 11 to 12" +echo "This script will update a Bacula PostgreSQL database from version 11 to 12" echo " which is needed to convert from Bacula Community version 3.0.x to 5.0.x" echo " " diff --git a/bacula/src/cats/update_sqlite3_tables.in b/bacula/src/cats/update_sqlite3_tables.in index c839e2ee35..64919cb6f7 100644 --- a/bacula/src/cats/update_sqlite3_tables.in +++ b/bacula/src/cats/update_sqlite3_tables.in @@ -1,9 +1,9 @@ #!/bin/sh # -# Shell script to update MySQL tables from Bacula Community version 3.0.x to 5.0.0 +# Shell script to update SQLite3 tables from Bacula Community version 3.0.x to 5.0.0 # echo " " -echo "This script will update a Bacula MySQL database from version 11 to 12" +echo "This script will update a Bacula SQLite3 database from version 11 to 12" echo " which is needed to convert from Bacula Community version 3.0.x to 5.0.x" echo " " diff --git a/bacula/updatedb/update_postgresql_tables_11_to_12.in b/bacula/updatedb/update_postgresql_tables_11_to_12.in index b6e395e727..51e9f7bcd6 100644 --- a/bacula/updatedb/update_postgresql_tables_11_to_12.in +++ b/bacula/updatedb/update_postgresql_tables_11_to_12.in @@ -1,9 +1,9 @@ #!/bin/sh # -# Shell script to update MySQL tables from Bacula Community version 3.0.x to 5.0.0 +# Shell script to update PostgreSQL tables from Bacula Community version 3.0.x to 5.0.0 # echo " " -echo "This script will update a Bacula MySQL database from version 11 to 12" +echo "This script will update a Bacula PostgreSQL database from version 11 to 12" echo " which is needed to convert from Bacula Community version 3.0.x to 5.0.x" echo " " diff --git a/bacula/updatedb/update_sqlite3_tables_11_to_12.in b/bacula/updatedb/update_sqlite3_tables_11_to_12.in index c839e2ee35..64919cb6f7 100644 --- a/bacula/updatedb/update_sqlite3_tables_11_to_12.in +++ b/bacula/updatedb/update_sqlite3_tables_11_to_12.in @@ -1,9 +1,9 @@ #!/bin/sh # -# Shell script to update MySQL tables from Bacula Community version 3.0.x to 5.0.0 +# Shell script to update SQLite3 tables from Bacula Community version 3.0.x to 5.0.0 # echo " " -echo "This script will update a Bacula MySQL database from version 11 to 12" +echo "This script will update a Bacula SQLite3 database from version 11 to 12" echo " which is needed to convert from Bacula Community version 3.0.x to 5.0.x" echo " " -- 2.39.5