From e052e64d76f5ef281f8066d115ec5af76a10ee67 Mon Sep 17 00:00:00 2001 From: James O'Gorman Date: Tue, 16 Sep 2008 22:24:58 +0000 Subject: s/(bbdev.)?fluffy.co.uk/boxbackup.org/ --- LICENSE.txt | 4 ++-- bin/bbackupd/win32/bbackupd.conf | 2 +- configure.ac | 2 +- contrib/rpm/boxbackup.spec | 2 +- distribution/boxbackup/DOCUMENTATION.txt | 2 +- docs/backup/win32_build_on_cygwin_using_mingw.txt | 2 +- docs/backup/win32_build_on_linux_using_mingw.txt | 2 +- documentation/instguide.xml | 10 +++++----- runtest.pl.in | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index d08aa509..d53bfd71 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ -Box Backup, http://www.fluffy.co.uk/boxbackup +Box Backup, http://www.boxbackup.org/ -Copyright (c) 2003-2007 Ben Summers and contributors. All rights reserved. +Copyright (c) 2003-2008 Ben Summers and contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/bin/bbackupd/win32/bbackupd.conf b/bin/bbackupd/win32/bbackupd.conf index 6c987f7d..b0793b29 100644 --- a/bin/bbackupd/win32/bbackupd.conf +++ b/bin/bbackupd/win32/bbackupd.conf @@ -173,7 +173,7 @@ Server # If a directive ends in Regex, then it is a regular expression rather than a # explicit full pathname. See: # -# http://bbdev.fluffy.co.uk/trac/wiki/Win32Regex +# http://www.boxbackup.org/trac/wiki/Win32Regex # # for more information about regular expressions on Windows. # diff --git a/configure.ac b/configure.ac index 38070ea5..c8d8e5f2 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([Box Backup], 0.11, [boxbackup@fluffy.co.uk]) +AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org]) AC_CONFIG_SRCDIR([lib/common/Box.h]) AC_CONFIG_HEADERS([lib/common/BoxConfig.h]) diff --git a/contrib/rpm/boxbackup.spec b/contrib/rpm/boxbackup.spec index 1e380345..9c494159 100644 --- a/contrib/rpm/boxbackup.spec +++ b/contrib/rpm/boxbackup.spec @@ -17,7 +17,7 @@ # Detect distribution. So far we only special-case SUSE. If you need to make # any distro specific changes to get the package building on your system -# please email them to boxbackup-dev@fluffy.co.uk +# please email them to boxbackup-dev@boxbackup.org #%define is_fc %(test -e %{_sysconfdir}/fedora-release && echo 1 || echo 0) #%define is_mdk %(test -e %{_sysconfdir}/mandrake-release && echo 1 || echo 0) #%define is_rh %(test -e %{_sysconfdir}/redhat-release && echo 1 || echo 0) diff --git a/distribution/boxbackup/DOCUMENTATION.txt b/distribution/boxbackup/DOCUMENTATION.txt index 1cda3a2a..f45f61d5 100644 --- a/distribution/boxbackup/DOCUMENTATION.txt +++ b/distribution/boxbackup/DOCUMENTATION.txt @@ -1,6 +1,6 @@ For compilation and installation instructions, see the web site at - http://www.fluffy.co.uk/boxbackup/ + http://www.boxbackup.org/ diff --git a/docs/backup/win32_build_on_cygwin_using_mingw.txt b/docs/backup/win32_build_on_cygwin_using_mingw.txt index e71b5764..1caaf4ca 100644 --- a/docs/backup/win32_build_on_cygwin_using_mingw.txt +++ b/docs/backup/win32_build_on_cygwin_using_mingw.txt @@ -2,7 +2,7 @@ How to build Box Backup on Win32 using Cygwin and MinGW By Chris Wilson, 2007-05-26 (To read this document online with better formatting, browse to: -http://bbdev.fluffy.co.uk/trac/wiki/CompileWithMinGW) +http://www.boxbackup.org/trac/wiki/CompileWithMinGW) Start by installing Cygwin on your Windows machine [http://www.cygwin.org]. Make sure to select the following packages during installation: diff --git a/docs/backup/win32_build_on_linux_using_mingw.txt b/docs/backup/win32_build_on_linux_using_mingw.txt index 3039c50e..247d063d 100644 --- a/docs/backup/win32_build_on_linux_using_mingw.txt +++ b/docs/backup/win32_build_on_linux_using_mingw.txt @@ -30,7 +30,7 @@ Unpack and configure: cd openssl-0.9.8b ./Configure --prefix=/usr/local/i386-mingw32 mingw make makefile.one - wget http://bbdev.fluffy.co.uk/svn/box/chris/win32/support/openssl-0.9.8b-mingw-cross.patch + wget http://www.boxbackup.org/svn/box/chris/win32/support/openssl-0.9.8b-mingw-cross.patch patch -p1 < openssl-0.9.8b-mingw-cross.patch make -f makefile.one make -f makefile.one install diff --git a/documentation/instguide.xml b/documentation/instguide.xml index c857da0d..addef297 100644 --- a/documentation/instguide.xml +++ b/documentation/instguide.xml @@ -579,11 +579,11 @@ nsCertType = 0x40 You will need to compile OpenSSL using Visual C++. The latest release at this time, OpenSSL 0.9.8a, does not compile with Visual C++ 2005 out of the box, so you need a + url="http://www.boxbackup.org/svn/box/chris/win32/support/openssl-0.9.8a-vc2005.zip">a patched version. The original source and patch + url="http://www.boxbackup.org/svn/box/chris/win32/support/openssl-0.9.8a-win32fix.patch">patch are also available. To compile OpenSSL: @@ -636,12 +636,12 @@ nmake -f ms\ntdll.mak The first version of Box Backup that's known to compile and with Visual C++ 2005 is available on the Subversion + url="http://www.boxbackup.org/svn/box/chris/win32/vc2005-compile-fixes/">Subversion server. However, this version has not been extensively tested and may be out of date. The changes are expected to be merged into the Subversion trunk + url="http://www.boxbackup.org/svn/box/trunk">Subversion trunk at some point, and this page should then be updated. If in doubt, please sign up to the mailing @@ -652,7 +652,7 @@ nmake -f ms\ntdll.mak client for Windows. After installing it, open a new command prompt, go to the base directory, and type: - svn co http://bbdev.fluffy.co.uk/svn/box/chris/win32/vc2005-compile-fixes/ boxbackup + svn co http://www.boxbackup.org/svn/box/chris/win32/vc2005-compile-fixes/ boxbackup This should create a directory called boxbackup inside the base directory. diff --git a/runtest.pl.in b/runtest.pl.in index 1697d4c8..42407378 100755 --- a/runtest.pl.in +++ b/runtest.pl.in @@ -87,7 +87,7 @@ One or more tests have failed. Please check the following common causes: the speed of the host and your connection to it. After checking all the above, if you still have problems please contact -us on the mailing list, boxbackup\@fluffy.co.uk. Thanks! +us on the mailing list, boxbackup\@boxbackup.org. Thanks! __E } -- cgit v1.2.3