From: Chunrong Guo Date: Mon, 12 Mar 2012 15:06:08 +0000 (+0000) Subject: Overide smb configuration file X-Git-Tag: 2.1~534^2~517 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d69ad8411234ff3b6299d0a34dc8b7a4a94fd163;p=meta-freescale.git Overide smb configuration file Signed-off-by: Chunrong Guo --- diff --git a/meta-fsl-ppc/recipes-append/samba/files/smb.conf b/meta-fsl-ppc/recipes-append/samba/files/smb.conf new file mode 100644 index 00000000..c13df310 --- /dev/null +++ b/meta-fsl-ppc/recipes-append/samba/files/smb.conf @@ -0,0 +1,22 @@ +[global] +interfaces = eth0, eth1 +map to guest = Bad User +client NTLMv2 auth = Yes +client lanman auth = No +client plaintext auth = No +max xmit = 2097152 +socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=262142 SO_SNDBUF=262142 +dns proxy = No +use sendfile = Yes +guest account = root +pre-reply write = No +min receivefile size = 1 +dos charset = UTF-8 +unix charset = UTF-8 +display charset = UTF-8 + +[public] +path = /smbshare +read only = No +guest ok = Yes + diff --git a/meta-fsl-ppc/recipes-append/samba/samba_3.5.6.bbappend b/meta-fsl-ppc/recipes-append/samba/samba_3.5.6.bbappend new file mode 100644 index 00000000..7277e475 --- /dev/null +++ b/meta-fsl-ppc/recipes-append/samba/samba_3.5.6.bbappend @@ -0,0 +1,4 @@ +FILEXTRAPATHS_prepend := "${THISDIR}/files:" + +PR .= "+${DISTRO}.0" +