]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak correct some minor typos Release-7.2.0
authorKern Sibbald <kern@sibbald.com>
Fri, 14 Aug 2015 06:08:25 +0000 (08:08 +0200)
committerKern Sibbald <kern@sibbald.com>
Fri, 14 Aug 2015 06:08:25 +0000 (08:08 +0200)
bacula/src/cats/update_mysql_tables.in
bacula/src/cats/update_postgresql_tables.in

index f2862fe234e9aedd65fecf88f5fffa6793c3d8c7..4ae0513679e3ff6e80fd25220ba4a3629a59d159 100644 (file)
@@ -9,8 +9,8 @@
 echo " "
 echo "This script will update a Bacula MySQL database from version 12-14 to 15"
 echo " "
-echo "Depending on the current version of your catalog, you may have to run this script"
-echo " multiple times"
+echo "Depending on the current version of your catalog,"
+echo "you may have to run this script multiple times."
 echo " "
 
 bindir=@MYSQL_BINDIR@
index 6681046ccc2ca71ecfa9d670c5359b69020a92f7..c3db92af58cf335908611f7df49d6b413194b669 100644 (file)
@@ -3,14 +3,14 @@
 # Copyright (C) 2000-2015 Kern Sibbald
 # License: BSD 2-Clause; see file LICENSE-FOSS
 #
-# Shell script to update MySQL tables from Bacula Community version 
+# Shell script to update PostgreSQL tables from Bacula Community version 
 #  5.0.x, 5.2.x, 7.0.x
 #
 echo " "
-echo "This script will update a Bacula MySQL database from version 12-14 to 15"
+echo "This script will update a Bacula PostgreSQL database from version 12-14 to 15"
 echo " "
-echo "Depending on the current version of your catalog, you may have to run this script"
-echo " multiple times"
+echo "Depending on the current version of your catalog,"
+echo "you may have to run this script multiple times."
 echo " "
 
 bindir=@POSTGRESQL_BINDIR@