Author: alexander
Date: 2005-06-06 22:56:06 -0600 (Mon, 06 Jun 2005)
New Revision: 220

Modified:
   trunk/etc/samba/smb.conf
Log:
Disabled the use of sendfile for SAMBA since unionfs doesn't support sendfile.


Modified: trunk/etc/samba/smb.conf
===================================================================
--- trunk/etc/samba/smb.conf    2005-06-07 04:06:11 UTC (rev 219)
+++ trunk/etc/samba/smb.conf    2005-06-07 04:56:06 UTC (rev 220)
@@ -3,3 +3,6 @@
        workgroup = WORKGROUP
        dos charset = CP850
        unix charset = ISO-8859-1
+       
+       # Unionfs doesn't support sendfile
+       use sendfile = no

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to