Date: Mon, 21 Apr 2014 00:06:16 +0000 (UTC) From: "Timur I. Bakeyev" <timur@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351661 - head Message-ID: <201404210006.s3L06GkB015722@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: timur Date: Mon Apr 21 00:06:16 2014 New Revision: 351661 URL: http://svnweb.freebsd.org/changeset/ports/351661 QAT: https://qat.redports.org/buildarchive/r351661/ Log: Add a note about renamed startup script and variable for net/samba4. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Apr 20 23:53:54 2014 (r351660) +++ head/UPDATING Mon Apr 21 00:06:16 2014 (r351661) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404210006.s3L06GkB015722>