[Box Backup-dev] COMMIT r677 - box/chris/general

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Sun, 23 Jul 2006 09:27:13 +0000 (GMT)


Author: chris
Date: 2006-07-23 09:27:08 +0000 (Sun, 23 Jul 2006)
New Revision: 677

Modified:
   box/chris/general/win32.bat
Log:
* win32.bat
- Don't copy config.h.win32, it's no longer needed
- Replace @PERL@ with perl in bbackupd test config file


Modified: box/chris/general/win32.bat
===================================================================
--- box/chris/general/win32.bat	2006-07-23 00:51:08 UTC (rev 676)
+++ box/chris/general/win32.bat	2006-07-23 09:27:08 UTC (rev 677)
@@ -27,4 +27,4 @@
 cd .\lib\server & perl ./../../lib/common/makeexception.pl ServerException.txt & perl ./../../lib/common/makeexception.pl ConnectionException.txt
 cd ..\..\
 
-copy lib\win32\config.h.win32 lib\common\BoxConfig.h
+perl -i.orig -pe 's/@PERL@/perl/' ./test/bbackupd/testfiles/bbackupd.conf