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 | f61d8ab20bdff8ed6f38ec3c1910066a0c8e58e5 (patch) | |
tree | a3d54a2ede3ef30b79f022cde23409c60a4d7fae /sysutils/bacula-qt-console | |
parent | e55ed7da954b7949c942fcac483473a9ebfb59f8 (diff) | |
download | pkgsrc-f61d8ab20bdff8ed6f38ec3c1910066a0c8e58e5.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-qt-console')
-rw-r--r-- | sysutils/bacula-qt-console/Makefile | 5 | ||||
-rw-r--r-- | sysutils/bacula-qt-console/PLIST | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/bacula-qt-console/Makefile b/sysutils/bacula-qt-console/Makefile index 03a4bb6dfa6..c4972d57946 100644 --- a/sysutils/bacula-qt-console/Makefile +++ b/sysutils/bacula-qt-console/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2009/08/18 15:23:59 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2009/08/24 09:20:29 adam Exp $ PKGNAME= ${DISTNAME:S/-/-qt-console-/} -PKGREVISION= 2 COMMENT= Qt-based console for Bacula - The Network Backup Solution PKG_DESTDIR_SUPPORT= user-destdir @@ -20,7 +19,7 @@ INSTALLATION_DIRS= bin share/examples/bacula CONF_FILES+= ${EXAMPLESDIR}/bat.conf ${PKG_SYSCONFDIR}/bat.conf post-install: - ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/src/qt-console/bat ${DESTDIR}${PREFIX}/bin + ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/src/qt-console/bat ${DESTDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/src/qt-console/bat.conf ${DESTDIR}${EXAMPLESDIR} .include "../../sysutils/bacula/Makefile.common" diff --git a/sysutils/bacula-qt-console/PLIST b/sysutils/bacula-qt-console/PLIST index c86f5ba480d..2553b7a1ba7 100644 --- a/sysutils/bacula-qt-console/PLIST +++ b/sysutils/bacula-qt-console/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:16:01 joerg Exp $ -bin/bat +@comment $NetBSD: PLIST,v 1.3 2009/08/24 09:20:29 adam Exp $ +sbin/bat share/doc/bacula/html/clients.html share/doc/bacula/html/console.html share/doc/bacula/html/filesets.html |