summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhschang <chang@dev3>2013-01-21 09:59:43 (GMT)
committerhschang <chang@dev3>2013-01-21 09:59:43 (GMT)
commit9b70a3e5659f66de33b665d5eb43bdf81d18cbfd (patch)
treef1ad73a19e8a78ca974ef3f0fec72a4b7bbdea40
parenteb0cbcc2e786c14ed2ed75901aeb58e5942fb2be (diff)
samba : fix smb.conf.
-rw-r--r--meta-openvuplus/recipes-connectivity/samba/samba/smb.conf3
-rw-r--r--meta-openvuplus/recipes-connectivity/samba/samba_3.0.37.bbappend2
2 files changed, 4 insertions, 1 deletions
diff --git a/meta-openvuplus/recipes-connectivity/samba/samba/smb.conf b/meta-openvuplus/recipes-connectivity/samba/samba/smb.conf
index 6ca902d..03d641a 100644
--- a/meta-openvuplus/recipes-connectivity/samba/samba/smb.conf
+++ b/meta-openvuplus/recipes-connectivity/samba/samba/smb.conf
@@ -13,10 +13,12 @@
socket options = TCP_NODELAY
preferred master = no ;(These stop the machine being master browser, which means that it doesn't waste time there.)
oplocks = no
+ unix extensions = no
[Configuration]
comment = Configuration files - take care!
path = /var
+ wide links = yes
read only = no
public = yes
guest ok = yes
@@ -24,6 +26,7 @@
[Harddisk]
comment = The harddisk
path = /media/hdd
+ wide links = yes
read only = no
public = yes
guest ok = yes
diff --git a/meta-openvuplus/recipes-connectivity/samba/samba_3.0.37.bbappend b/meta-openvuplus/recipes-connectivity/samba/samba_3.0.37.bbappend
index a8d4d07..1bcc338 100644
--- a/meta-openvuplus/recipes-connectivity/samba/samba_3.0.37.bbappend
+++ b/meta-openvuplus/recipes-connectivity/samba/samba_3.0.37.bbappend
@@ -1,4 +1,4 @@
-PR .= "-vuplus1"
+PR .= "-vuplus2"
SRC_URI += " \
file://01samba-kill \