diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2014-04-21 00:06:16 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2014-04-21 00:06:16 +0000 |
commit | 4be8f28a4d23549b23c73e2da894b7579436803b (patch) | |
tree | c18a92f0efdebf9dd4fe2ee406ccd8ad3b6984cc /UPDATING | |
parent | e0582b0a563c0b93043f47e20366f5f48437605a (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |