[Box Backup-dev] [PATCH] Win32 merge [01] bbackupd.conf
James O'Gorman
boxbackup-dev@fluffy.co.uk
Sun, 23 Jul 2006 10:23:38 +0100
--X1bOJ3K7DJ5YkBrT
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hi Chris,
On Sun, Jul 23, 2006 at 01:49:47AM +0100, Chris Wilson wrote:
> Hi all,
>
> In the recent changes to auto-generating Perl files, it seems that an
> @PERL@ template was inserted into a unit test configuration file, which is
> not auto-generated as far as I can tell. This breaks the unit tests. The
> attached patch should fix it as long as perl is on your PATH.
This seems to be an oversight on my part. Really it should be included
in configure.ac (patch attached).
James
--X1bOJ3K7DJ5YkBrT
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="test-bbackupd.conf.patch"
Index: configure.ac
===================================================================
--- configure.ac (revision 676)
+++ configure.ac (working copy)
@@ -220,6 +220,7 @@
lib/server/makeprotocol.pl
runtest.pl
test/backupstorefix/testfiles/testbackupstorefix.pl
+ test/bbackupd/testfiles/bbackupd.conf
test/bbackupd/testfiles/extcheck1.pl
test/bbackupd/testfiles/extcheck2.pl
test/bbackupd/testfiles/notifyscript.pl])
--X1bOJ3K7DJ5YkBrT--