]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/update_sqlite3_tables.in.patch
Split messages line by line before sending it to syslog() fix #3325
[bacula/bacula] / bacula / src / cats / update_sqlite3_tables.in.patch
1 --- ./update_sqlite3_tables.in  2010-01-25 02:56:28.000000000 -0500
2 +++ ../../../bacula-5.0.0-fixed/src/cats/update_sqlite3_tables.in       2010-01-31 10:22:52.000000000 -0500
3 @@ -7,7 +7,7 @@ echo "This script will update a Bacula MySQL database from version 12 to 14"
4  echo " which is needed to convert from Bacula Community version 5.0.x to 5.2.x"
5  echo " "
6  
7 -bindir=@SQLITE_BINDIR@
8 +bindir=/usr/lib/bacula/sqlite
9  PATH="$bindir:$PATH"
10  cd @working_dir@
11  db_name=@db_name@