diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2013-02-18 14:54:44 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2013-02-18 14:54:44 +0000 |
commit | 68de448f3fbe364ffd1a69ae87ed4623e1b23efd (patch) | |
tree | fbd1a265f0760d6e0be9dc1841a32febe36ffeaa /UPDATING | |
parent | f83d5f72bc1b9f77e630bd55ca914370ac1acfa3 (diff) | |
download | ports-68de448f3fbe364ffd1a69ae87ed4623e1b23efd.tar.gz ports-68de448f3fbe364ffd1a69ae87ed4623e1b23efd.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -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 |