Author: tridge
Date: 2004-09-24 06:49:10 +0000 (Fri, 24 Sep 2004)
New Revision: 2586

WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/ntvfs/nbench&rev=2586&nolog=1

Log:
updated the nbench example in the README to reflect the new chaining syntax


Modified:
   branches/SAMBA_4_0/source/ntvfs/nbench/README


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/nbench/README
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/nbench/README       2004-09-24 06:43:14 UTC (rev 
2585)
+++ branches/SAMBA_4_0/source/ntvfs/nbench/README       2004-09-24 06:49:10 UTC (rev 
2586)
@@ -5,8 +5,7 @@
 Here is an example config that passes through to the CIFS NTVFS backend.
 
 [bench]
-       ntvfs handler = nbench
-       nbench:passthru = cifs
+       ntvfs handler = nbench cifs
        cifs:server = myserver
        cifs:user = myuser
        cifs:password = mypass

Reply via email to