summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 09cf41a68037..e73fce577b2d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,24 @@ 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.
+20100116:
+ AFFECTS: users of sysutils/bacula-server, sysutils/bacula-client
+ AUTHOR: dvl@freebsd.org
+
+ Bacula 5.x uses new shared objects which conflict
+ with the shared objects from previous versions.
+ You should delete all existing Bacula packages
+ from your system before compiling Bacula 5.x
+ otherwise you'll encounter compile errors.
+
+ /usr/local/etc/rd.c/bacula-dir stop
+ /usr/local/etc/rd.c/bacula-sd stop
+ /usr/local/etc/rd.c/bacula-fd stop
+ pkg_delete 'bacula-*'
+
+ After upgrading, remember to run the database upgrade script
+ supplied with the port.
+
20100214:
AFFECTS: users of japanese/roundcube
AUTHOR: nork@FreeBSD.org