aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2014-01-13 23:30:52 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2014-01-13 23:30:52 +0000
commitc755a680b5cdf95699204f29bae336936af6911b (patch)
tree61be0f8a8d3111af1eb3ca9f57a0040450db79e4 /UPDATING
parent9c6890542b08524657b695f3a7814a899cac86fe (diff)
downloadports-c755a680b5cdf95699204f29bae336936af6911b.tar.gz
ports-c755a680b5cdf95699204f29bae336936af6911b.zip
Add new 4.1 branch of the Samba suite.
Sponsored by: aliens
Notes
Notes: svn path=/head/; revision=339645
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5016de806cfa..b9834933da44 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,22 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20140113:
+ AFFECTS: users of net/samba41
+ AUTHOR: timur@FreeBSD.org
+
+ With the introduction of Samba 4.1 corresponding port lost SWAT support
+ and made WINBIND support mandatory. As samba4 introduced additional 'samba'
+ daemon to the tripplet of nmbd/smbd/winbindd to avoid confusion startup
+ script for samba41 was renamed to 'samba_server'. To start the whole band
+ up it's enough to add to the rc.conf:
+
+ samba_server_enable="YES"
+
+ Startup script tries it's best to guess which out of samba/nmbd/smbd/winbindd
+ daemons have to be started, but you can fine tune this by specifying them in
+ rc.conf, just make sure that samba_server_enable is enabled(see entry for 20121022).
+
20140112:
AFFECTS: users of devel/libical
AUTHOR: kwm@FreeBSD.org