diff options
author | adam <adam@pkgsrc.org> | 2009-08-24 09:20:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-08-24 09:20:29 +0000 |
commit | 3c2de55d8b3232a3b56e7f8dc77446a3d8fb4d6c (patch) | |
tree | a3d54a2ede3ef30b79f022cde23409c60a4d7fae /sysutils/bacula-gnome-console | |
parent | 08d1ea849993d05bccf70efb6ae8d81e14c30af4 (diff) | |
download | pkgsrc-3c2de55d8b3232a3b56e7f8dc77446a3d8fb4d6c.tar.gz |
Changes 3.0.2:
* Fix 1323 about a problem when mounting a requested volume during a restore.
* Add more example SD Device configurations.
* Force the client_encoding to SQL_ASCII when database is already using this
mode.
* Fix 1335 about postgresql error message during copy session
* Cleanup old job records when starting the director (Created/Running -> Failed)
* Apply patch in bug 1315 by McMichaeli that fixes scripts/logwatch
* Add more output when spooling and no space left
* Fix postgresql driver bug that displayed <NULL> rows from time to time.
* Implement the project 'restore' menu: enter a JobId, automatically
select dependents
* Should fix 1323 about verify accurate jobs and deleted files.
* more...
Diffstat (limited to 'sysutils/bacula-gnome-console')
-rw-r--r-- | sysutils/bacula-gnome-console/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/bacula-gnome-console/Makefile b/sysutils/bacula-gnome-console/Makefile index a22fb4911ce..dbd6b16f1f4 100644 --- a/sysutils/bacula-gnome-console/Makefile +++ b/sysutils/bacula-gnome-console/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2009/08/18 15:23:59 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2009/08/24 09:20:29 adam Exp $ PKGNAME= ${DISTNAME:S/-/-gnome-console-/} -PKGREVISION= 2 COMMENT= Gnome console for Bacula - The Network Backup Solution CATEGORIES+= gnome |