diff options
author | adam <adam@pkgsrc.org> | 2008-11-21 14:09:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-11-21 14:09:30 +0000 |
commit | acfcd1d701d28bc07bc900e6d70ad60296c0711e (patch) | |
tree | e250f059b24abe301aa25dabc777d6932d7f4abb /sysutils/bacula-clientonly | |
parent | 110bb1473c3aba7de0498d628a8575bcb2b7b89e (diff) | |
download | pkgsrc-acfcd1d701d28bc07bc900e6d70ad60296c0711e.tar.gz |
Changes 2.4.3:
* Apply 2.4.2-cancel-non-running-jobs.patch to be able to cancel
a non created job faster.
* Fix typo in configure.in that breaks --with-db-password option
* Remove all double quotes from SQLite creating script and
replace by single quotes as suggested by John Huttley.
* Fix SQL case problem that may cause the failure of DiskToCatalog.
* Copy missing storage name into edit buffer. As far as I can tell
this never caused a bug.
* Remove catalog dependency for bcopy
* Modify catalog scripts to have an easier packaging integration,
using default variables.
Make difference between SQLite3 and SQLite in db_get_type()
job when reading from one autochanger and writing to another.
* Add more information to SD acquire.c INFO messages.
* Fix NULL Volume name error when reading and the drive must
be switched.
* Fix a Verify InitCatalog problem where in certain cases
a garbage filename may be entered in the verification database.
* Add space after version before date in bat about dialog.
* Fix seg fault in Dir during estimate command with no level value given.
* Add message to migration job when the target job is already migrated.
Diffstat (limited to 'sysutils/bacula-clientonly')
-rw-r--r-- | sysutils/bacula-clientonly/Makefile | 3 | ||||
-rw-r--r-- | sysutils/bacula-clientonly/options.mk | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/bacula-clientonly/Makefile b/sysutils/bacula-clientonly/Makefile index 9001e1f5eac..1a6063860c0 100644 --- a/sysutils/bacula-clientonly/Makefile +++ b/sysutils/bacula-clientonly/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2008/09/30 15:20:30 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/11/21 14:09:31 adam Exp $ PKGNAME= ${DISTNAME:S/-/-clientonly-/} -PKGREVISION= 1 COMMENT= The Network Backup Solution (client only) CONFLICTS= bacula-[0-9]* bacula-client-[0-9]* diff --git a/sysutils/bacula-clientonly/options.mk b/sysutils/bacula-clientonly/options.mk index 974c6bbc145..6050025adf0 100644 --- a/sysutils/bacula-clientonly/options.mk +++ b/sysutils/bacula-clientonly/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2008/09/30 15:20:30 joerg Exp $ +# $NetBSD: options.mk,v 1.4 2008/11/21 14:09:31 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.bacula-clientonly PKG_SUPPORTED_OPTIONS= bacula-static @@ -15,4 +15,3 @@ PLIST_SUBST+= STATIC= .else PLIST_SUBST+= STATIC="@comment " .endif - |