[Box Backup-commit] COMMIT r2290 - in box/trunk: . bin/bbackupd/win32 contrib/rpm distribution/boxbackup docs/backup documentation

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Tue, 16 Sep 2008 23:24:59 +0100 (BST)


Author: jamesog
Date: 2008-09-16 23:24:58 +0100 (Tue, 16 Sep 2008)
New Revision: 2290

Modified:
   box/trunk/LICENSE.txt
   box/trunk/bin/bbackupd/win32/bbackupd.conf
   box/trunk/configure.ac
   box/trunk/contrib/rpm/boxbackup.spec
   box/trunk/distribution/boxbackup/DOCUMENTATION.txt
   box/trunk/docs/backup/win32_build_on_cygwin_using_mingw.txt
   box/trunk/docs/backup/win32_build_on_linux_using_mingw.txt
   box/trunk/documentation/instguide.xml
   box/trunk/runtest.pl.in
Log:
s/(bbdev.)?fluffy.co.uk/boxbackup.org/



Modified: box/trunk/LICENSE.txt
===================================================================
--- box/trunk/LICENSE.txt	2008-09-15 20:15:22 UTC (rev 2289)
+++ box/trunk/LICENSE.txt	2008-09-16 22:24:58 UTC (rev 2290)
@@ -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

Modified: box/trunk/bin/bbackupd/win32/bbackupd.conf
===================================================================
--- box/trunk/bin/bbackupd/win32/bbackupd.conf	2008-09-15 20:15:22 UTC (rev 2289)
+++ box/trunk/bin/bbackupd/win32/bbackupd.conf	2008-09-16 22:24:58 UTC (rev 2290)
@@ -173,7 +173,7 @@
 # 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.
 #

Modified: box/trunk/configure.ac
===================================================================
--- box/trunk/configure.ac	2008-09-15 20:15:22 UTC (rev 2289)
+++ box/trunk/configure.ac	2008-09-16 22:24:58 UTC (rev 2290)
@@ -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])
 

Modified: box/trunk/contrib/rpm/boxbackup.spec
===================================================================
--- box/trunk/contrib/rpm/boxbackup.spec	2008-09-15 20:15:22 UTC (rev 2289)
+++ box/trunk/contrib/rpm/boxbackup.spec	2008-09-16 22:24:58 UTC (rev 2290)
@@ -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)

Modified: box/trunk/distribution/boxbackup/DOCUMENTATION.txt
===================================================================
--- box/trunk/distribution/boxbackup/DOCUMENTATION.txt	2008-09-15 20:15:22 UTC (rev 2289)
+++ box/trunk/distribution/boxbackup/DOCUMENTATION.txt	2008-09-16 22:24:58 UTC (rev 2290)
@@ -1,6 +1,6 @@
 
 For compilation and installation instructions, see the web site at
 
-	http://www.fluffy.co.uk/boxbackup/
+	http://www.boxbackup.org/
 
 

Modified: box/trunk/docs/backup/win32_build_on_cygwin_using_mingw.txt
===================================================================
--- box/trunk/docs/backup/win32_build_on_cygwin_using_mingw.txt	2008-09-15 20:15:22 UTC (rev 2289)
+++ box/trunk/docs/backup/win32_build_on_cygwin_using_mingw.txt	2008-09-16 22:24:58 UTC (rev 2290)
@@ -2,7 +2,7 @@
 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:

Modified: box/trunk/docs/backup/win32_build_on_linux_using_mingw.txt
===================================================================
--- box/trunk/docs/backup/win32_build_on_linux_using_mingw.txt	2008-09-15 20:15:22 UTC (rev 2289)
+++ box/trunk/docs/backup/win32_build_on_linux_using_mingw.txt	2008-09-16 22:24:58 UTC (rev 2290)
@@ -30,7 +30,7 @@
 	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

Modified: box/trunk/documentation/instguide.xml
===================================================================
--- box/trunk/documentation/instguide.xml	2008-09-15 20:15:22 UTC (rev 2289)
+++ box/trunk/documentation/instguide.xml	2008-09-16 22:24:58 UTC (rev 2290)
@@ -579,11 +579,11 @@
           <para>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 <ulink
-          url="http://bbdev.fluffy.co.uk/svn/box/chris/win32/support/openssl-0.9.8a-vc2005.zip">a
+          url="http://www.boxbackup.org/svn/box/chris/win32/support/openssl-0.9.8a-vc2005.zip">a
           patched version</ulink>. The <ulink
           url="http://www.openssl.org/source/openssl-0.9.8a.tar.gz">original
           source</ulink> and <ulink
-          url="http://bbdev.fluffy.co.uk/svn/box/chris/win32/support/openssl-0.9.8a-win32fix.patch">patch</ulink>
+          url="http://www.boxbackup.org/svn/box/chris/win32/support/openssl-0.9.8a-win32fix.patch">patch</ulink>
           are also available.</para>
 
           <para>To compile OpenSSL:</para>
@@ -636,12 +636,12 @@
 
         <para>The first version of Box Backup that's known to compile and with
         Visual C++ 2005 is available on the <ulink
-        url="http://bbdev.fluffy.co.uk/svn/box/chris/win32/vc2005-compile-fixes/">Subversion
+        url="http://www.boxbackup.org/svn/box/chris/win32/vc2005-compile-fixes/">Subversion
         server</ulink>. However, this version has not been extensively tested
         and may be out of date.</para>
 
         <para>The changes are expected to be merged into the <ulink
-        url="http://bbdev.fluffy.co.uk/svn/box/trunk">Subversion trunk</ulink>
+        url="http://www.boxbackup.org/svn/box/trunk">Subversion trunk</ulink>
         at some point, and this page should then be updated. If in doubt,
         please sign up to the <ulink
         url="http://lists.warhead.org.uk/mailman/listinfo/boxbackup">mailing
@@ -652,7 +652,7 @@
         client for Windows</ulink>. After installing it, open a new command
         prompt, go to the base directory, and type:</para>
 
-        <programlisting>svn co http://bbdev.fluffy.co.uk/svn/box/chris/win32/vc2005-compile-fixes/ boxbackup</programlisting>
+        <programlisting>svn co http://www.boxbackup.org/svn/box/chris/win32/vc2005-compile-fixes/ boxbackup</programlisting>
 
         <para>This should create a directory called <emphasis
         role="bold">boxbackup</emphasis> inside the base directory.</para>

Modified: box/trunk/runtest.pl.in
===================================================================
--- box/trunk/runtest.pl.in	2008-09-15 20:15:22 UTC (rev 2289)
+++ box/trunk/runtest.pl.in	2008-09-16 22:24:58 UTC (rev 2290)
@@ -87,7 +87,7 @@
   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
 }