aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authortimur <timur@FreeBSD.org>2014-04-21 08:06:16 +0800
committertimur <timur@FreeBSD.org>2014-04-21 08:06:16 +0800
commitc87aa4b6d46bf74d6325893595c2312e9deecdf2 (patch)
treec18a92f0efdebf9dd4fe2ee406ccd8ad3b6984cc /UPDATING
parent80095183958729d374c0ef9635d910b1fb06d2b6 (diff)
downloadfreebsd-ports-gnome-c87aa4b6d46bf74d6325893595c2312e9deecdf2.tar.gz
freebsd-ports-gnome-c87aa4b6d46bf74d6325893595c2312e9deecdf2.tar.zst
freebsd-ports-gnome-c87aa4b6d46bf74d6325893595c2312e9deecdf2.zip
Add a note about renamed startup script and variable for net/samba4.
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