summaryrefslogtreecommitdiff
path: root/sysutils/bacula-doc/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-03-09 07:06:00 +0000
committeradam <adam@pkgsrc.org>2010-03-09 07:06:00 +0000
commit38b848344e48a414fb84b0ccc5f4d889cadf4be9 (patch)
treee61475a935b66fac6ba86d852b23fbfd8a5e7c47 /sysutils/bacula-doc/Makefile
parentb4530e804a750adde40894a18a03f67f895a687a (diff)
downloadpkgsrc-38b848344e48a414fb84b0ccc5f4d889cadf4be9.tar.gz
Changes 5.0.1:
* We believe that we have resolved most of the problems concerning canceled or failed jobs being "stuck" in the Director. There is one outstanding problem in the SD when canceling jobs that we will fix in the next major release. If you see jobs that seem to be stuck, in general issuing a cancel command in bconsole should now make them go away. Directives: * The default for "Allow Duplicate Jobs" has been changed from no to yes. If you use this directive, please check your conf file, and note the next two items! * AllowHigherDuplicates disabled. It did not work as documented and was confusing. * New directive "CancelLowerLevelDuplicates" See New Features section in the manual. * Truncate on Purge rewritten. See New Features section in the manual. * Bug fixes * Ensure SD asks for help when looping even if poll set. * Fix three-pool regress bug * This version fixes an issue where the console window would start out docked. It is fixed by initiating the variables in the Pages class wi constructor. * Fix make_catalog_backup.pl fails when catalog db is on other host
Diffstat (limited to 'sysutils/bacula-doc/Makefile')
-rw-r--r--sysutils/bacula-doc/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/sysutils/bacula-doc/Makefile b/sysutils/bacula-doc/Makefile
index 5bfa54cc90c..d233331f117 100644
--- a/sysutils/bacula-doc/Makefile
+++ b/sysutils/bacula-doc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2009/10/28 09:30:22 adam Exp $
+# $NetBSD: Makefile,v 1.23 2010/03/09 07:06:00 adam Exp $
-DISTNAME= bacula-docs-3.0.3
+DISTNAME= bacula-docs-5.0.1
PKGNAME= ${DISTNAME:S/docs/doc/}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/}
@@ -18,20 +18,18 @@ NO_BUILD= yes
DOCDIR= share/doc/bacula
INSTALLATION_DIRS= ${DOCDIR}
-INSTALLATION_DIRS+= ${DOCDIR}/catalog
-INSTALLATION_DIRS+= ${DOCDIR}/concepts
INSTALLATION_DIRS+= ${DOCDIR}/console
INSTALLATION_DIRS+= ${DOCDIR}/developers
-INSTALLATION_DIRS+= ${DOCDIR}/install
+INSTALLATION_DIRS+= ${DOCDIR}/main
+INSTALLATION_DIRS+= ${DOCDIR}/misc
INSTALLATION_DIRS+= ${DOCDIR}/problems
INSTALLATION_DIRS+= ${DOCDIR}/utility
do-install:
- ${INSTALL_DATA} ${WRKSRC}/manuals/en/catalog/catalog/* ${DESTDIR}${PREFIX}/${DOCDIR}/catalog/
- ${INSTALL_DATA} ${WRKSRC}/manuals/en/concepts/concepts/* ${DESTDIR}${PREFIX}/${DOCDIR}/concepts/
${INSTALL_DATA} ${WRKSRC}/manuals/en/console/console/* ${DESTDIR}${PREFIX}/${DOCDIR}/console/
${INSTALL_DATA} ${WRKSRC}/manuals/en/developers/developers/* ${DESTDIR}${PREFIX}/${DOCDIR}/developers/
- ${INSTALL_DATA} ${WRKSRC}/manuals/en/install/install/* ${DESTDIR}${PREFIX}/${DOCDIR}/install/
+ ${INSTALL_DATA} ${WRKSRC}/manuals/en/main/main/* ${DESTDIR}${PREFIX}/${DOCDIR}/main/
+ ${INSTALL_DATA} ${WRKSRC}/manuals/en/misc/misc/* ${DESTDIR}${PREFIX}/${DOCDIR}/misc/
${INSTALL_DATA} ${WRKSRC}/manuals/en/problems/problems/* ${DESTDIR}${PREFIX}/${DOCDIR}/problems/
${INSTALL_DATA} ${WRKSRC}/manuals/en/utility/utility/* ${DESTDIR}${PREFIX}/${DOCDIR}/utility/