aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2014-04-21 00:06:16 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2014-04-21 00:06:16 +0000
commit4be8f28a4d23549b23c73e2da894b7579436803b (patch)
treec18a92f0efdebf9dd4fe2ee406ccd8ad3b6984cc /UPDATING
parente0582b0a563c0b93043f47e20366f5f48437605a (diff)
downloadports-4be8f28a4d23549b23c73e2da894b7579436803b.tar.gz
ports-4be8f28a4d23549b23c73e2da894b7579436803b.zip
Add a note about renamed startup script and variable for net/samba4.
Notes
Notes: svn path=/head/; revision=351661
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index abfed454b4a0..6b0f4fdec835 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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.
+20140420:
+ AFFECTS: users of net/samba4
+ AUTHOR: timur@FreeBSD.org
+
+ Samba4 port now re-uses the same logic and startup script as Samba41. So,
+ to get net/samba4 runing you need to rename samba4_enable in /etc/rc.conf
+ to the samba_sever_enable.
+
+ 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).
+
20140416:
AFFECTS: users of x11/xorg graphics/dri graphics/libGL and related ports
AUTHOR: x11@FreeBSD.org