diff options
author | ghen <ghen@pkgsrc.org> | 2006-03-29 21:44:41 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-03-29 21:44:41 +0000 |
commit | 2f8375401c4364060a4c2759cf5ef433a6b2e8ce (patch) | |
tree | 9d2584513c765bf407b6cb147722819eeb2ec88b /sysutils/bacula-doc | |
parent | afe5f3924dc443d961037c6a7bd31045d2050d61 (diff) | |
download | pkgsrc-2f8375401c4364060a4c2759cf5ef433a6b2e8ce.tar.gz |
Update the bacula packages to 1.38.6.
patch-ak has been applied upstream.
Release Notes for Bacula 1.38.6:
New features:
- For autochanger get Scratch tape if in autochanger if
no appendable Volumes are available.
- New virtual disk autochanger. See scripts/disk-changer for
documentation.
- New optional Device resource directive in SD. 'Device Type =',
which may have types: File, DVD, Tape, or FIFO. This can
be useful for writing DVDs on FreeBSD where Bacula cannot
correctly detect the DVD.
- Faster restore tree building and uses less memory.
- The command line keyword job (or jobname) now refers to the
name of the job specified in the Job resource; jobid refers
as before to the non-unique numeric jobid; and ujobid refers
to the unique job identification that Bacula creates for each
job.
- The job report for Backups has a few more user friendly ways
of displaying the information.
- The wait command can now be made to wait for jobids.
- New command line keywords are permitted in update volume. They
are Inchanger=yes/no, slot=nn.
- Add two new console commands: enable job=<job-name> and
disable job=<job-name>. When a job is disabled, it will not
be started by the scheduler. If you disable a job and restart
Bacula or reload the .conf file, the job will be re-enabled.
- Add a new Job resource directive "enable = yes|no".
Major bug fixes:
- Fix race condition in multiple-drive autochangers where
both drives want the same Volume.
- Do not allow opening default catalog for restricted console
if it is not in ACL.
- Writable FIFOs now work for restore.
- ACLs are now checked in all dot commands.
- Multiple drive autochangers and multiple different autochangers
should now work correctly (no race conditions for Volume names,
update slots use correct StorageId).
- Fix bug where drive was always reserved if a restore job failed
while in the reservation process.
Release Notes for Bacula 1.38.5:
Release 1.38.5 released 19Jan06:
- Apply label barcodes fix supplied by Rudolf Cejka.
- Modify standard rpm installation to set SD group to disk
so that SD will by default have access to tape drives.
- Allow users to specify user/group and start options
for each daemon in /etc/sysconf/bacula file.
Diffstat (limited to 'sysutils/bacula-doc')
-rw-r--r-- | sysutils/bacula-doc/Makefile | 4 | ||||
-rw-r--r-- | sysutils/bacula-doc/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/bacula-doc/Makefile b/sysutils/bacula-doc/Makefile index 78b891ebdff..8e361d26539 100644 --- a/sysutils/bacula-doc/Makefile +++ b/sysutils/bacula-doc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2006/01/17 15:52:52 ghen Exp $ +# $NetBSD: Makefile,v 1.8 2006/03/29 21:44:41 ghen Exp $ -DISTNAME= bacula-docs-1.38.4 +DISTNAME= bacula-docs-1.38.6 PKGNAME= ${DISTNAME:S/docs/doc/} CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/} diff --git a/sysutils/bacula-doc/distinfo b/sysutils/bacula-doc/distinfo index c1332d7fadc..65fb4ad5a27 100644 --- a/sysutils/bacula-doc/distinfo +++ b/sysutils/bacula-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2006/01/17 15:52:52 ghen Exp $ +$NetBSD: distinfo,v 1.7 2006/03/29 21:44:41 ghen Exp $ -SHA1 (bacula-docs-1.38.4.tar.gz) = 8ba7c6cf9762080e259c3883aa01d06d7b12b89b -RMD160 (bacula-docs-1.38.4.tar.gz) = 5c7d8770b10c5118035c0f29f6aede7523cb53b1 -Size (bacula-docs-1.38.4.tar.gz) = 23182894 bytes +SHA1 (bacula-docs-1.38.6.tar.gz) = b18d9808c00103f2f44466a08c807f480693b82f +RMD160 (bacula-docs-1.38.6.tar.gz) = dc8b0ed653cd0e651b86bdcca93278620845ff0e +Size (bacula-docs-1.38.6.tar.gz) = 22696381 bytes |