~kim0/ubuntu/natty/bacula/ftbfs-fix

« back to all changes in this revision

Viewing changes to debian/patches/ubuntu_address.patch

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-04-29 09:45:01 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20100429094501-mzd53lci63ap62cm
Tags: 5.0.2-0ubuntu1
* New upstream release, changes since 5.0.1:
  - Probable fix for SD crash bug #1553
  - Fix #1559 problem when restoring pruned jobs with a regexp
  - Fix for bug #1560 bcopy cannot find Volume
  - Fix cancel crash bug #1551
  - Check if sql backend is thread-safe
  - Correct Pool display in SD status. Fixes bug #1541
  - Fix cancel crash reported by Stephen Thompson
  - Rewind on close to fix #1549
  - Remove closelog() in bpipe fixes bug #1536
  - Fix #1517 about missing Base level in .level command
  - Replace ASSERT in block.c with fail Job
  - Fix database locking calling db_lock and returning from function without
    calling db_unlock.
  - Add missing db_unlock to bvfs_update_cache.
  - Fix #1532 about permission on binaries
  - Fix #1527 about deadlock during migration
  - Another fix for OpenSSLv1
  - Fix tls.c for OpenSSLv1
  - Fix #1511 when trying to insert more than 50.000 directories in bvfs
  - Fix plugin load not to stop if one plugin bad -- pointed out by James
  - Remove --without-qwt from configure statement.
  - Second correct fix to bug #1524 verify fails after adding or removing files
  - Fix bug #1524 verify fails after adding or removing files
  - Apply fix suggested by Andreas in bug #1502 for mediaview column sort problem
  - Fix OpenSSL 1.x problem in crypto.c on Fedora 12
  - Display AllowCompress warning message only if compression used in FileSet
* Dropped debian/patches/ubuntu_address.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- src/filed/bacula-fd.conf.in.orig    2008-12-01 09:55:54.000000000 +0100
2
 
+++ src/filed/bacula-fd.conf.in 2008-12-01 09:56:05.000000000 +0100
3
 
@@ -34,7 +34,6 @@
4
 
   WorkingDirectory = @working_dir@
5
 
   Pid Directory = @piddir@
6
 
   Maximum Concurrent Jobs = 20
7
 
-  FDAddress = 127.0.0.1
8
 
 }
9
 
 
10
 
 # Send all messages except skipped files back to Director
11
 
--- src/stored/bacula-sd.conf.in.orig   2008-12-01 12:11:08.000000000 +0100
12
 
+++ src/stored/bacula-sd.conf.in        2008-12-01 12:11:14.000000000 +0100
13
 
@@ -16,7 +16,6 @@
14
 
   WorkingDirectory = "@working_dir@"
15
 
   Pid Directory = "@piddir@"
16
 
   Maximum Concurrent Jobs = 20
17
 
-  SDAddress = 127.0.0.1
18
 
 }
19
 
 
20
 
 #