summaryrefslogtreecommitdiff
path: root/sysutils/bacula-clientonly
AgeCommit message (Collapse)AuthorFilesLines
2009-06-18We don't need PLIST.common_end any moreadam1-3/+1
2009-05-20More readline-6.0 stragglers.wiz1-1/+2
2009-05-15Changes 3.0.1:adam1-2/+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...
2009-01-15PLIST fix for bacula-clientonlyadam1-1/+2
2008-11-21Changes 2.4.3:adam2-4/+2
* 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.
2008-09-30Add static option for clientonly package as well, fixing the build asjoerg2-1/+21
side effect.
2008-01-08Move the dvd-handler python script from libexec/bacula to share/examples/baculaghen1-1/+5
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.
2008-01-04Full DESTDIR support for all bacula packages.ghen1-1/+3
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-3/+1
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.
2006-02-03Move some things from Makefile.common to both Makefiles, and remove the optionsghen2-9/+11
for the gnome-console, wx-console and tray-monitor: they will become separate packages in the next minute. Ok with wiz.
2005-12-08Add three optional GUIs to bacula.wiz3-20/+11
Also, stop the package from compressing the man pages. From Geert Hendrickx in private mail.
2005-11-18Fix COMMENT for client-only package. Noted by reed@.wiz1-2/+2
2005-11-11Use latest bacula-client version (instead of the one before that).wiz2-2/+6
2005-11-11Re-import bacula-client as bacula-clientonly, to emphasize it is a subsetwiz3-0/+45
of the bacula package, not a complement. Suggested by Geert Hendrickx.