From 1cb1c8d7187d8d3a367c104e4303991081e04358 Mon Sep 17 00:00:00 2001 From: Mariusz Mazur Date: Wed, 22 Apr 2009 09:47:10 +0000 Subject: [PATCH] - use bdi:mysql as default Changed files: bacula-conf.patch -> 1.4 --- bacula-conf.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bacula-conf.patch b/bacula-conf.patch index b1cd2ae..5e47f72 100644 --- a/bacula-conf.patch +++ b/bacula-conf.patch @@ -1,6 +1,16 @@ diff -urN bacula-2.2.6.org/src/dird/bacula-dir.conf.in bacula-2.2.6/src/dird/bacula-dir.conf.in --- bacula-2.2.6.org/src/dird/bacula-dir.conf.in 2007-10-03 18:22:07.000000000 +0200 +++ bacula-2.2.6/src/dird/bacula-dir.conf.in 2007-11-24 22:44:44.660275104 +0100 +@@ -231,8 +231,7 @@ + # Generic catalog service + Catalog { + Name = MyCatalog +-# Uncomment the following line if you want the dbi driver +-@uncomment_dbi@ dbdriver = "dbi:@DB_TYPE@"; dbaddress = 127.0.0.1; dbport = @db_port@ ++ dbdriver = "dbi:mysql"; dbaddress = 127.0.0.1; dbport = 3306 + dbname = "@db_name@"; dbuser = "@db_user@"; dbpassword = "@db_password@" + } + @@ -256,7 +256,7 @@ # time to time as it will grow indefinitely. However, it will # also keep all your messages if they scroll off the console. -- 2.44.0