[Box Backup-dev] COMMIT r582 - in box/chris/general: lib/server lib/win32 test/basicserver test/basicserver/testfiles
Ben Summers
boxbackup-dev@fluffy.co.uk
Tue, 23 May 2006 10:16:56 +0100
>
> Modified: box/chris/general/test/basicserver/testfiles/srv3.conf
> ===================================================================
> --- box/chris/general/test/basicserver/testfiles/srv3.conf
> 2006-05-22 13:03:59 UTC (rev 581)
> +++ box/chris/general/test/basicserver/testfiles/srv3.conf
> 2006-05-23 00:31:58 UTC (rev 582)
> @@ -1,9 +1,9 @@
> Server
> {
> - PidFile = testfiles/srv3.pid
> - ListenAddresses = inet:localhost,unix:testfiles/srv3.sock
> - CertificateFile = testfiles/serverCerts.pem
> - PrivateKeyFile = testfiles/serverPrivKey.pem
> - TrustedCAsFile = testfiles/serverTrustedCAs.pem
> + PidFile = testfiles\srv3.pid
> + ListenAddresses = inet:localhost
> + CertificateFile = testfiles\serverCerts.pem
> + PrivateKeyFile = testfiles\serverPrivKey.pem
> + TrustedCAsFile = testfiles\serverTrustedCAs.pem
> }
>
I thought the clib on win32 translated path separators automatically?
Ben