SOURCES: bacula-conf.patch - use bdi:mysql as default

mmazur mmazur at pld-linux.org
Wed Apr 22 11:47:16 CEST 2009


Author: mmazur                       Date: Wed Apr 22 09:47:16 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use bdi:mysql as default

---- Files affected:
SOURCES:
   bacula-conf.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/bacula-conf.patch
diff -u SOURCES/bacula-conf.patch:1.3 SOURCES/bacula-conf.patch:1.4
--- SOURCES/bacula-conf.patch:1.3	Sun Jan 27 23:00:30 2008
+++ SOURCES/bacula-conf.patch	Wed Apr 22 11:47:10 2009
@@ -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
+- at 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.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/bacula-conf.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list