From: Kern Sibbald Date: Fri, 11 Jun 2010 15:32:32 +0000 (+0200) Subject: Correct copy/paste typos X-Git-Tag: Release-5.2.1~1302 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=27e1cd3d3a83ba839639aec24587d0614020081c;p=bacula%2Fbacula Correct copy/paste typos --- 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 " "