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 | fa9d66fbb3c6ce691c804ad135479f3d606b6f41 (patch) | |
tree | 9d2584513c765bf407b6cb147722819eeb2ec88b /sysutils/bacula-tray-monitor/Makefile | |
parent | 2579456b432173cc06c81cc5d8c4ddcb4b8e7591 (diff) | |
download | pkgsrc-fa9d66fbb3c6ce691c804ad135479f3d606b6f41.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-tray-monitor/Makefile')
-rw-r--r-- | sysutils/bacula-tray-monitor/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/bacula-tray-monitor/Makefile b/sysutils/bacula-tray-monitor/Makefile index 425e85aa862..3659056e33d 100644 --- a/sysutils/bacula-tray-monitor/Makefile +++ b/sysutils/bacula-tray-monitor/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:48 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/03/29 21:44:42 ghen Exp $ PKGNAME= ${DISTNAME:S/-/-traymonitor-/} -PKGREVISION= 1 COMMENT= System tray monitor for Bacula - The Network Backup Solution DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo |