From 8bc2a86051a5682d53b6ad72c19742f9989ea24d Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Wed, 16 Nov 2016 07:34:03 +0000 Subject: - Add entry about bareos update Submitted by: Douglas K. Rand --- UPDATING | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/UPDATING b/UPDATING index b87d7c0dd39a..82e7db57a93f 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,29 @@ 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. +20161116 + AFFECTS: Users of sysutils/bareos-* + AUTHOR: rand@iteris.com + + Bareos v1.6.x changed the configuration scheme, from one configuration + file per Bareos component (file daemon, storage daemon, and director) + to several configuration files, in several directories, for each + component. See http://doc.bareos.org/master/html/bareos-manual-main-reference.html + + The new scheme will use all files named *.conf in the directory + hierarchies for each component: + + /usr/local/etc/bareos/bareos-dir.d/ + /usr/local/etc/bareos/bareos-fd.d/ + /usr/local/etc/bareos/bareos-sd.d/ + + To retain the old configuration scheme of one file per component add + appropriate lines such as these to your /etc/rc.conf: + + bareos_dir_config="/usr/local/etc/bareos/bareos-dir.conf" + bareos_fd_config="/usr/local/etc/bareos/bareos-fd.conf" + bareos_sd_config="/usr/local/etc/bareos/bareos-sd.conf" + 20161113: AFFECTS: users of devel/libosinfo AUTHOR: novel@FreeBSD.org -- cgit v1.2.3