]> git.pld-linux.org Git - packages/bacula.git/blob - bacula-conf.patch
- %{version} removed from other library names
[packages/bacula.git] / bacula-conf.patch
1 diff -urN bacula-2.2.6.org/src/dird/bacula-dir.conf.in bacula-2.2.6/src/dird/bacula-dir.conf.in
2 --- bacula-2.2.6.org/src/dird/bacula-dir.conf.in        2007-10-03 18:22:07.000000000 +0200
3 +++ bacula-2.2.6/src/dird/bacula-dir.conf.in    2007-11-24 22:44:44.660275104 +0100
4 @@ -231,8 +231,7 @@
5  # Generic catalog service
6  Catalog {
7    Name = MyCatalog
8 -# Uncomment the following line if you want the dbi driver
9 -@uncomment_dbi@ dbdriver = "dbi:@DB_TYPE@"; dbaddress = 127.0.0.1; dbport = @db_port@
10 +  dbdriver = "dbi:mysql"; dbaddress = 127.0.0.1; dbport = 3306
11    dbname = "@db_name@"; dbuser = "@db_user@"; dbpassword = "@db_password@"
12  }
13  
14 @@ -256,7 +256,7 @@
15  #          time to time as it will grow indefinitely. However, it will
16  #          also keep all your messages if they scroll off the console.
17  #
18 -  append = "@working_dir@/log" = all, !skipped
19 +  append = "/var/log/bacula/log" = all, !skipped
20    catalog = all
21  }
22  
23 @@ -267,7 +267,7 @@
24    mailcommand = "@sbindir@/bsmtp -h @smtp_host@ -f \"\(Bacula\) \<%r\>\" -s \"Bacula daemon message\" %r"
25    mail = @job_email@ = all, !skipped            
26    console = all, !skipped, !saved
27 -  append = "@working_dir@/log" = all, !skipped
28 +  append = "/var/log/bacula/log" = all, !skipped
29  }
30  
31  
This page took 0.032954 seconds and 3 git commands to generate.