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.
Responsible Changed From-To: freebsd-ports-bugs->beech I'll take it
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"
State Changed From-To: open->closed Committed, Thanks!