summaryrefslogtreecommitdiff
path: root/net/samba/files/README.FreeBSD
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-10 13:42:18 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-10 13:42:18 +0000
commit5ba3c40c3d7497c40cf042e35093a8c0a7e095b1 (patch)
treebe89d711a96d7432425e066f48259d14db34f3ef /net/samba/files/README.FreeBSD
parentAdd missing patches (diff)
Re-enable recycle bin support
Update default smb.conf to deal with new parameters Fix VFS bug in samba Rename patch to avoid confusion PR: 37888 Submitted by: hetzels@westbend.net
Notes
Notes: svn path=/head/; revision=58863
Diffstat (limited to 'net/samba/files/README.FreeBSD')
-rw-r--r--net/samba/files/README.FreeBSD12
1 files changed, 5 insertions, 7 deletions
diff --git a/net/samba/files/README.FreeBSD b/net/samba/files/README.FreeBSD
index 67cc86c58cb2..c1703e5297a7 100644
--- a/net/samba/files/README.FreeBSD
+++ b/net/samba/files/README.FreeBSD
@@ -10,12 +10,10 @@ See document files in /usr/local/share/doc/samba and example config files in
FreeBSD Samba ports for localization and encrypt passwords support are no
longer provided because these supports have been integrated into the
-original distribution since 1.9.18. If you're Western European or Japanese
-Windows users, please set "client code page" parameter in smb.conf (1.9.18
-does not support Chinese Windows. If you want to use Chinese samba, please
-use chinese/samba port). See smb.conf.sample for details. If you want to
-use NT4+SP3 or Win95+updates clients, set "encrypt passwords" parameter to
-yes and use smbpasswd [username] to use /usr/local/private/smbpasswd for
-authentication.
+original distribution since 1.9.18. If you're Western European, Japanese,
+or Chinese Windows users, please set "client code page" parameter in smb.conf.
+See smb.conf.sample for details. If you want to use NT4+SP3 or Win95+updates
+clients, set "encrypt passwords" parameter to yes and use smbpasswd [username]
+to use /usr/local/private/smbpasswd for authentication.
FreeBSD SAMBA ports maintainer: Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>