]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/update_mysql_tables.in
Split messages line by line before sending it to syslog() fix #3325
[bacula/bacula] / bacula / src / cats / update_mysql_tables.in
index 7a68eab2d17659c22107e096139347d289c50252..f8a7ec387301060bffa3b8e0678c5004af01465d 100644 (file)
@@ -1,12 +1,10 @@
 #!/bin/sh
 #
-# Shell script to update MySQL Enterprise version 2.6.x to 4.0.x
-#  or Bacula Community version 5.0.x to 5.2.x
+# Shell script to update MySQL Community version 5.0.x to 5.2.x
 #
 echo " "
 echo "This script will update a Bacula MySQL database from version 12 to 14"
-echo " which is needed to convert from Bacula Enterprise version 2.6.x to 6.0.x"
-echo " or Bacula Community version 5.0.x to 5.2.x"
+echo " which is needed to convert from Bacula Community version 5.0.x to 5.2.x"
 echo " "
 bindir=@MYSQL_BINDIR@
 PATH="$bindir:$PATH"