summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Set the default localstatedir to /var/run, which is probably more commonChris Wilson2008-01-29
| | | | | than /usr/local/var.
* Update version on MSVC config.Chris Wilson2008-01-29
|
* Update contributed scripts to use autoconf substitution for theChris Wilson2008-01-29
| | | | | paths to binaries, configuration files and local state files.
* Change the location of contrib files out of distribution/boxbackup.Chris Wilson2008-01-29
|
* Make the parcel install scripts use $DESTDIR from the environment, toChris Wilson2008-01-29
| | | | | help porters and packagers.
* Use @sysconfdir_expanded@ as default location for configuration files,Chris Wilson2008-01-28
| | | | | | | | | | | | | | | | | | | instead of /etc/box. Thanks to Eric Cronin for pointing this out. Likewise, use @localstatedir_expanded@ as default location for temporary state (*.pid and bbackupd.sock), defaults to /usr/local/var, although /var/run may be better on LFS systems. Likewise, use @bindir_expanded@ for binaries. Reformat usage text for readability. Remove the message that "Directories not checked against mountpoints", as they now are. Report the type of the unrecognised message in the "unknown error" part of the default NotifyScript.
* Use @sysconfdir_expanded@ for default config file location.Chris Wilson2008-01-28
| | | | | | | Add some missing semicolons (optional but nicer). Reformat usage message for readability.
* Change the default sysconfdir to /etc.Chris Wilson2008-01-28
| | | | | | | | | | | | | Generate expanded versions of sysconfdir and localstatedir, as well as bindir. Expand variables in BoxPortsAndFiles.h.in. Changed default configuration dir in BoxPortsAndFiles.h.in to use @sysconfdir_expanded@/box, defaulting to /etc/box as before. But now you can override it with something like --sysconfdir=/usr/etc (to place config files in /usr/etc/box).
* Use the path to PERL from configure, reverts part of [1702].Chris Wilson2008-01-28
|
* Fix raidfile tests on FreeBSD 7Chris Wilson2008-01-23
|
* Fix warnings on HPPA due to assigning static strings to non-constChris Wilson2008-01-23
| | | | | char *. Thanks to Reinhard Tartler and the Debian project buildds.
* Compile fix for [2055].Chris Wilson2008-01-23
|
* Ignore terminal type error messages from bbackupquery, may happenChris Wilson2008-01-23
| | | | | in Debian buildds.
* Report the $build_os when making build environment, useful for debuggingChris Wilson2008-01-23
| | | | | | platforms like GNU/kFreeBSD where we don't yet detect the proper type of make to run.
* Detect whether struct DIR has d_fd or dd_fd member and define theChris Wilson2008-01-22
| | | | | dirfd() macro accordingly.
* memleakfinder_atexit() should be extern "C" to silence warnings.Chris Wilson2008-01-22
|
* Sun CC compile fix: doesn't like assigning an iterator to a const_iterator.Chris Wilson2008-01-22
|
* Silence const char warnings, part deux.Chris Wilson2008-01-22
|
* Use const char pointers to silence sun CC warnings.Chris Wilson2008-01-22
|
* Fix DIRFD properlyChris Wilson2008-01-21
|
* Update version and contact email address in configure.ac.Chris Wilson2008-01-21
|
* Use NO-LICENSE-IN-DIR alone to copy directories, removes redundancy.Chris Wilson2008-01-21
| | | | | | | Include solaris contribs. Remove cygwin contribs as it's no longer a supported platform.
* Clean up distribution script.Chris Wilson2008-01-21
| | | | | | | Allow NO-LICENSE-IN-DIR to copy the dir as well. Exclude configure-generated SMF files, leaving the original sources.
* Include documentation in distribution tarballs.Chris Wilson2008-01-20
| | | | | Update for moved contrib directory.
* Move documentation/boxbackup to documentation, part 3Chris Wilson2008-01-20
|
* Move documentation/boxbackup to documentation, part 2Chris Wilson2008-01-20
|
* Move documentation/boxbackup to documentation, part 1Chris Wilson2008-01-20
|
* Don't warn about mount points which are excluded, thanks to Matt Brown forChris Wilson2008-01-20
| | | | | reporting this bug.
* Fix the test for HAVE_DECL_DIRFD, which is 0 on solaris, not undefined.Chris Wilson2008-01-20
| | | | | (I love the consistency of autotools).
* Install SMF files in the appropriate place under the prefix.Chris Wilson2008-01-20
|
* Allow installing parcel contents in a directory under the prefix other thanChris Wilson2008-01-20
| | | | | | | bindir. Allow matching partial system names.
* Incorporate CXXFLAGS_STRICT into CXXFLAGSChris Wilson2008-01-20
|
* Add -Wundef to CXXFLAGS, only if using gcc (sun cc doesn't like it)Chris Wilson2008-01-20
| | | | | Substitute in the contributed Solaris SMF files.
* Move distribution/boxbackup/contrib to the root directory of the project,Chris Wilson2008-01-20
| | | | | | | | where people expect to find it, and we can write our configure scripts to customise the files therein. Add solaris SMF framework control files, by Ben Summers.
* Don't break the name of scripts with no path in install scriptChris Wilson2008-01-16
| | | | | (thanks to Guno Heitman for reporting this)
* Update copyright year in license file.Chris Wilson2008-01-14
|
* Update copyright to 2008.Chris Wilson2008-01-12
|
* Update installation guide to reflect new BDB options for configure.James O'Gorman2008-01-06
|
* Print the path of the current/default configuration file in usage.Chris Wilson2008-01-05
|
* If the address of opendir64() is NULL that is NOT a good sign, Chris Wilson2008-01-03
| | | | | regardless of whether dlerror() thinks that everything is just rosy.
* Use 64-bit versions of directory functions if we can find them, and ifChris Wilson2008-01-03
| | | | | | | we're compiling with large file support, otherwise fall back to 32-bit versions. Hopefully fixes problems with FreeBSD without breaking other platforms (raidfile tests pass on freebsd).
* Add a docs target that builds the docs but without making a dockit.Chris Wilson2008-01-02
| | | | | Don't fail if box-html/images already exists when making docs.
* Reverse that.Chris Wilson2008-01-02
|
* Rename html to box-html so that images and CSS are found automatically, Chris Wilson2008-01-02
| | | | | and only one directory needs to be copied for publication.
* Update links to wiki.Chris Wilson2008-01-02
|
* Send data back from test daemon to test code, and wait for it to beChris Wilson2007-12-18
| | | | | | | received in the test code, to avoid synchronisation issue where the QUIT command appears to be part of the received data. Mostly harmless, but gives a false alarm when viewing the test output.
* Better way to pass arguments to test daemons, with --test-daemon-args.Chris Wilson2007-12-18
|
* Search for readdir64 and stat64 if LARGE_FILE_SUPPORT is enabled, ratherChris Wilson2007-12-18
| | | | | | than relying on Linux redirection macros that aren't present on Slackware (which uses asm redirects instead).
* Stricter check for dirent.d_type validity (possible problems withChris Wilson2007-12-18
| | | | | | large file support resulting in reading the wrong part of the structure on Slackware?)
* Pass test options to test daemons.Chris Wilson2007-12-16
|