diff options
author | timur <timur@FreeBSD.org> | 2014-04-21 08:06:16 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2014-04-21 08:06:16 +0800 |
commit | c87aa4b6d46bf74d6325893595c2312e9deecdf2 (patch) | |
tree | c18a92f0efdebf9dd4fe2ee406ccd8ad3b6984cc /UPDATING | |
parent | 80095183958729d374c0ef9635d910b1fb06d2b6 (diff) | |
download | freebsd-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-- | 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 |