]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/bacula-dir.conf.in
Try to eliminate possible plugin termination problems
[bacula/bacula] / bacula / src / dird / bacula-dir.conf.in
index b39bd408d0044b9f2aae44e8033782069f78a6d4..c39275d5d0803d7158563dae1d91b1daebeb59f3 100644 (file)
@@ -232,7 +232,7 @@ Storage {
 Catalog {
   Name = MyCatalog
 # Uncomment the following line if you want the dbi driver
-# dbdriver = "dbi:mysql"; dbaddress = 127.0.0.1; dbport = 3306
+@uncomment_dbi@ dbdriver = "dbi:@DB_TYPE@"; dbaddress = 127.0.0.1; dbport = @db_port@
   dbname = "@db_name@"; dbuser = "@db_user@"; dbpassword = "@db_password@"
 }