Bug 132314

Summary: [MAINTAINER-UPDATE] sysutils/bacula-server patch to fix very annoying bug
Product: Ports & Packages Reporter: Dan Langille <dan>
Component: Individual Port(s)Assignee: Beech Rintoul <beech>
Status: Closed FIXED    
Severity: Affects Only Me CC: dan
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
bacula-stored.patch none

Description Dan Langille 2009-03-04 17:20:01 UTC
	
This patch fixes hang during multiple simultaneous backups.
see http://bugs.bacula.org/view.php?id=1213
There won't be another release for a few months, so we patch locally.
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2009-03-04 18:27:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-08 23:05:55 UTC
beech       2009-03-08 23:05:44 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/bacula-server Makefile 
    sysutils/bacula-server/files bacula-dir.in bacula-fd.in 
                                 bacula-sd.in 
  Added files:
    sysutils/bacula-server/files patch-src-stored-acquire.c 
                                 patch-src-stored-reserve.c 
  Log:
  - Fix rc.d scripts [1]
  - fix hang during multiple simultaneous backups. [2]
  
  PR:             ports/132286 [1]
  PR:             ports/132314 [2]
  Submitted by:   Oliver Lehmann <oliver@freebsd.org> [1]
                  Dan Langille <dan@langille.org> (maintainer) [2]
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.112     +1 -0      ports/sysutils/bacula-server/Makefile
  1.3       +4 -4      ports/sysutils/bacula-server/files/bacula-dir.in
  1.5       +4 -4      ports/sysutils/bacula-server/files/bacula-fd.in
  1.4       +4 -4      ports/sysutils/bacula-server/files/bacula-sd.in
  1.1       +23 -0     ports/sysutils/bacula-server/files/patch-src-stored-acquire.c (new)
  1.1       +28 -0     ports/sysutils/bacula-server/files/patch-src-stored-reserve.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2009-03-08 23:07:09 UTC
State Changed
From-To: open->closed

Committed, Thanks!