aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2011-04-02 14:28:30 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2011-04-02 14:28:30 +0000
commit7e062ff80f3e934b352d9cd0a914c4610cd0f9f9 (patch)
treec99934556b18160ff53da4c7d903ba4b401545c7 /UPDATING
parentb186994037f56335d82c9c1d0e76ae7e908b375a (diff)
downloadports-7e062ff80f3e934b352d9cd0a914c4610cd0f9f9.tar.gz
ports-7e062ff80f3e934b352d9cd0a914c4610cd0f9f9.zip
add update to xymon-server-4.3.0
Notes
Notes: svn path=/head/; revision=272122
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING24
1 files changed, 24 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index dd9235798367..d7b4006d9b78 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,30 @@ 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.
+20110402:
+ AFFECTS: user of net-mgmt/xymon-client and net-mgmt/xymon-server
+ AUTHOR: dinoex@FreeBSD.org
+
+ Loginname, path, scripts and config files have been renamed in 4.3.0
+ Steps to update:
+ 1. Stop and deinstall the old version.
+ 2. Copy the remaining config files to the new location.
+ 3. Read the instructions
+ 4. merge your old config with the upgrade430.sh script
+ 5. fix the hobbit_*_enable lines in /etc/rc.conf
+
+ # /usr/local/etc/rc.d/hobbit-server stop
+ # /usr/local/etc/rc.d/hobbit-client stop
+ # pkg_delete /var/db/pkg/xymon-*
+ # pkg_add xymon-client-4.3.0.tbz
+ # pkg_add xymon-server-4.3.0.tbz
+ # cp /usr/local/www/hobbit/server/etc/* /usr/local/www/xymon/server/etc/
+ # less /usr/local/www/xymon/server/www/help/upgrade-to-430.txt
+ # /usr/local/www/xymon/server/bin/bbcmd /usr/local/www/xymon/server/bin/upgrade430.sh
+ # sed -i '' -e 's|hobbit|xymon' /etc/rc.conf
+ # /usr/local/etc/rc.d/xymon-client start
+ # /usr/local/etc/rc.d/xymon-server start
+
20110328:
AFFECTS: users of net/openldap24-client
AUTHOR: delphij@FreeBSD.org