aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-07-19 09:44:58 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-07-19 09:44:58 +0000
commit4a97a017f47b4c6695ddaa28f3eb5e42b1f8c54a (patch)
treee052d6259ca51650d34603e9a0814de28f61c783 /UPDATING
parent77efe0e58e8f32d6afdb7fdd9fdbbd5e1e8ff72d (diff)
downloadports-4a97a017f47b4c6695ddaa28f3eb5e42b1f8c54a.tar.gz
ports-4a97a017f47b4c6695ddaa28f3eb5e42b1f8c54a.zip
- move bacula configuration to ${ETCDIR}/bacula
- bump PORTREVISION - add UPDATING entry - add an option to enable python support (both client and server need to be rebuilt with this) Dan's submission is based on: PR: 170882 Submitted by: Michael Carlson <mike@bayphoto.com> PR: 171818 Submitted by: Florian Ermisch <floh.edo@googlemail.com> PR: 177331 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Notes
Notes: svn path=/head/; revision=323275
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 850fd63e696e..3017da3f1007 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ 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.
+20130719:
+ AFFECTS: users of sysutils/bacula-server, sysutils/bacula-client, sysutils/bat
+ AUTHOR: dvl@FreeBSD.org
+
+ The configuration files for bacula have been moved to PREFIX/bacula.
+ Moveyour existing configuration files to this directory after
+ upgrading.
+
20130718:
AFFECTS: users of security/logcheck
AUTHOR: glarkin@FreeBSD.org