aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2016-11-16 07:34:03 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2016-11-16 07:34:03 +0000
commit8bc2a86051a5682d53b6ad72c19742f9989ea24d (patch)
treec56239c5bf8c4832ac48aee83877b3cfcd6c67df /UPDATING
parentd160155fb4c1c7e8b9a024a4ff78e18e7c303c2e (diff)
downloadports-8bc2a86051a5682d53b6ad72c19742f9989ea24d.tar.gz
ports-8bc2a86051a5682d53b6ad72c19742f9989ea24d.zip
- Add entry about bareos update
Submitted by: Douglas K. Rand <rand at iteris.com>
Notes
Notes: svn path=/head/; revision=426218
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING23
1 files changed, 23 insertions, 0 deletions
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