svn commit: samba-docs r732 - in trunk/Samba3-HOWTO: .

jht at samba.org jht at samba.org
Fri Jul 1 03:55:24 GMT 2005


Author: jht
Date: 2005-07-01 03:55:23 +0000 (Fri, 01 Jul 2005)
New Revision: 732

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=732

Log:
Edits.
Modified:
   trunk/Samba3-HOWTO/TOSHARG-LargeFile.xml


Changeset:
Modified: trunk/Samba3-HOWTO/TOSHARG-LargeFile.xml
===================================================================
--- trunk/Samba3-HOWTO/TOSHARG-LargeFile.xml	2005-07-01 01:17:51 UTC (rev 731)
+++ trunk/Samba3-HOWTO/TOSHARG-LargeFile.xml	2005-07-01 03:55:23 UTC (rev 732)
@@ -37,15 +37,15 @@
 First, you need to canonicalize all the files in the directory to have one case, upper or lower &smbmdash; take your
 pick (I chose upper because all my files were already uppercase names). Then set up a new custom share for the
 application as follows:
-<screen>
-[bigshare]
-        path = /home/jeremy/tmp/manyfilesdir
-        read only = no
-        case sensitive = True
-        default case = upper
-        preserve case = no
-        short preserve case = no
-</screen>
+<smbconfblock>
+<smbconfsection name="[bigshare]"/>
+<smbconfoption name="path">/data/manyfilesdir</smbconfoption>
+<smbconfoption name="read only">no</smbconfoption>
+<smbconfoption name="case sensitive">True</smbconfoption>
+<smbconfoption name="default case">upper</smbconfoption>
+<smbconfoption name="preserve case">no</smbconfoption>
+<smbconfoption name="short preserve case">no</smbconfoption>
+</smbconfblock>
 </para>
 
 <para>



More information about the samba-cvs mailing list