From owner-svn-ports-head@FreeBSD.ORG Mon Feb 18 14:54:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 62AD5832; Mon, 18 Feb 2013 14:54:45 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4AE36225; Mon, 18 Feb 2013 14:54:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1IEsjOo003508; Mon, 18 Feb 2013 14:54:45 GMT (envelope-from timur@svn.freebsd.org) Received: (from timur@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1IEsjeQ003507; Mon, 18 Feb 2013 14:54:45 GMT (envelope-from timur@svn.freebsd.org) Message-Id: <201302181454.r1IEsjeQ003507@svn.freebsd.org> From: "Timur I. Bakeyev" Date: Mon, 18 Feb 2013 14:54:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312510 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2013 14:54:45 -0000 Author: timur Date: Mon Feb 18 14:54:44 2013 New Revision: 312510 URL: http://svnweb.freebsd.org/changeset/ports/312510 Log: A few words about Samba4. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Feb 18 14:30:11 2013 (r312509) +++ head/UPDATING Mon Feb 18 14:54:44 2013 (r312510) @@ -5,6 +5,34 @@ 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. +20130218: + AFFECTS: users of net/samba4-devel + AUTHOR: timur@FreeBSD.org + + The port was renamed into net/samba4 and is going to replace older + development version of Samba4. You can upgrade it with: + + # portmaster -o net/samba4 net/samba4-devel + + In case you want to upgrade from net/samba36 make sure, that you've + made backup of /usr/local/etc/smb.conf and the content of /var/db/samba/ + directory. + + There is no direct upgrade path from Samba3 to Samba4, but you can + always try: + + # portmaster -o net/samba4 net/samba36 + + Make sure you've read instructions from the supplied README.FreeBSD + file and read all the relevant pages on http://wiki.samba.org/ + + We still miss necessary support for Samba4 from base ntpd and bind9, + port versions are also are not ready yet, but been worked on. + + Please note, that Samba4 is still in it's early days, so there are + bugs both from my side and it's own, so be careful with placing it + into production. + 20130206: AFFECTS: users of sysutils/boxbackup AUTHOR: bdrewery@FreeBSD.org