Up to [cvs.netbsd.org] / pkgsrc / sysutils / bacula-clientonly
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17 / (download) - annotate - [select for diffs], Tue Mar 9 07:06:00 2010 UTC (2 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
HEAD
Changes since 1.16: +1 -2
lines
Diff to previous 1.16 (colored)
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
Revision 1.16 / (download) - annotate - [select for diffs], Mon Nov 9 12:26:08 2009 UTC (2 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
Install bpipe-fd.la and use that in the PLISTs. Fixes build of bacula-clientonly. Bump revisions.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Aug 24 09:20:29 2009 UTC (2 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.14: +1 -2
lines
Diff to previous 1.14 (colored)
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...
Revision 1.14 / (download) - annotate - [select for diffs], Thu Jun 18 11:10:55 2009 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.13: +1 -3
lines
Diff to previous 1.13 (colored)
We don't need PLIST.common_end any more
Revision 1.13 / (download) - annotate - [select for diffs], Wed May 20 01:09:12 2009 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
More readline-6.0 stragglers.
Revision 1.12 / (download) - annotate - [select for diffs], Fri May 15 10:29:06 2009 UTC (3 years ago) by adam
Branch: MAIN
Changes since 1.11: +1 -2
lines
Diff to previous 1.11 (colored)
Changes 3.0.1: * Bug fixes. * Check for job_canceled() in fd_plugin code. * Update Win32 table creation to have new DB version 11 format * Remove illegal Options in Exclude of default Win32/64 bacula-dir.conf * Remove "Reposition" message when restoring * Update projects file * Modify insertion of read Volumes in SD to be done before the drive reservation. This ensures that a Volume to be read will not be reserved for writing. Significant enhancement. Changes 3.0.0: * Fix Win32 make clean to clean correctly * Separate object/binaries in Win32 and Win64 builds. More to be done. * Add bconsole to Win64 installer. * Enhance Job messages from SD when the FD->SD protocol is incorrect and the SD hangs up. Previously this looked like a comm error. * Fixed problem in xattr and acl code trying to send empty acl or xattr streams. * Fix for bug #1261 where we send out a null stream when a file only an acl and xattr support is also turned on. * Added some warnings to configure when using libtool and static in one configure. * Fix small memory leak in fileregexp bsr code * Correct bacula32.def entry point as specified by James. * Add code to FD plugin driver to make a copy of the plugin filename to be saved to avoid save_file from zaping it. * Directly mark all files saved by plugin as being seen for Accurate. * more...
Revision 1.10.2.1 / (download) - annotate - [select for diffs], Sun Jan 18 10:17:55 2009 UTC (3 years, 4 months ago) by rtr
Branch: pkgsrc-2008Q4
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored) next main 1.11 (colored)
pullup ticket #2635 - requested by adam
bacula: PLIST fix
bacula-clientonly: PLIST fix
revisions pulled up:
pkgsrc/sysutils/bacula/PLIST.common 1.8
pkgsrc/sysutils/bacula/PLIST.server 1.4
pkgsrc/sysutils/bacula-clientonly/Makefile 1.11
Module Name: pkgsrc
Committed By: adam
Date: Thu Jan 15 13:32:18 UTC 2009
Modified Files:
pkgsrc/sysutils/bacula: PLIST.common PLIST.server
pkgsrc/sysutils/bacula-clientonly: Makefile
Log Message:
PLIST fix for bacula-clientonly
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 15 13:32:18 2009 UTC (3 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
PLIST fix for bacula-clientonly
Revision 1.10 / (download) - annotate - [select for diffs], Fri Nov 21 14:09:31 2008 UTC (3 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base
Branch point for: pkgsrc-2008Q4
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored)
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.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Sep 30 15:20:30 2008 UTC (3 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3
Changes since 1.8: +3 -1
lines
Diff to previous 1.8 (colored)
Add static option for clientonly package as well, fixing the build as side effect.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 8 16:52:20 2008 UTC (4 years, 4 months ago) by ghen
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.7: +5 -1
lines
Diff to previous 1.7 (colored)
Move the dvd-handler python script from libexec/bacula to share/examples/bacula to quiet CHECK_INTERPRETER (I don't want to add python as a dependency for that one script). Bump PKGREVISION for bacula and bacula-clientonly.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 4 14:32:50 2008 UTC (4 years, 4 months ago) by ghen
Branch: MAIN
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
Full DESTDIR support for all bacula packages.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 4 20:54:59 2007 UTC (4 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.5: +1 -3
lines
Diff to previous 1.5 (colored)
Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user. This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.
(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
unprivileged.mk. These two variables are lists of other bmake
variables that define package-specific users and groups. Packages
that have user-settable variables for users and groups, e.g. apache
and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
and ${UNPRIVILEGED_GROUP}.
(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 3 08:18:45 2006 UTC (6 years, 3 months ago) by ghen
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.4: +11 -3
lines
Diff to previous 1.4 (colored)
Move some things from Makefile.common to both Makefiles, and remove the options for the gnome-console, wx-console and tray-monitor: they will become separate packages in the next minute. Ok with wiz.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Dec 8 01:04:45 2005 UTC (6 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.3: +5 -1
lines
Diff to previous 1.3 (colored)
Add three optional GUIs to bacula. Also, stop the package from compressing the man pages. From Geert Hendrickx in private mail.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Nov 18 07:21:04 2005 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Fix COMMENT for client-only package. Noted by reed@.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Nov 11 21:34:03 2005 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Use latest bacula-client version (instead of the one before that).
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Nov 11 21:31:39 2005 UTC (6 years, 6 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Re-import bacula-client as bacula-clientonly, to emphasize it is a subset of the bacula package, not a complement. Suggested by Geert Hendrickx.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 11 21:31:39 2005 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
Initial revision