aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-10 19:31:52 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-10 19:31:52 +0000
commit2d49013c9a8d534dd4bc22401636bf4932d7de03 (patch)
tree38f66e9e0e84172486b6c88f36d7378f4ea90485 /UPDATING
parentd3a1a08557e2f3f6c3ffde28413c0b36b3af7f0d (diff)
downloadports-2d49013c9a8d534dd4bc22401636bf4932d7de03.tar.gz
ports-2d49013c9a8d534dd4bc22401636bf4932d7de03.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING31
1 files changed, 31 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index eaebba3cafe0..c1c2b2bb12fd 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,6 +7,37 @@ time you update your ports collection, before attempting any port
upgrades.
20050110:
+ AFFECTS: users of irc/iip
+ AUTHOR: lioux@FreeBSD.org
+
+ iip has been updated to the new network servers. Therefore, both
+ old configuration files and node reference keys no longer apply.
+
+ Therefore, you need to update the configuration files for each
+ user running the iip isproxy daemon:
+
+ 1) Backup configuration files
+
+ cp ~/.iip/isproxy.ini ~/.iip/isproxy.ini.backup
+ cp ~/.iip/node.ref ~/.iip/node.ref.backup
+
+ 2) Remove configuration files
+
+ rm ~/.iip/isproxy.ini
+ rm ~/.iip/node.ref
+
+ 3) Create new configuration. Fill information as requested. This
+ creates the updated isproxy.ini file
+
+ isproxy -C
+
+ 4) Start iip isproxy. This will initialize your updated node.ref
+ file. This file will be automatically updated when you connect
+ to the iip network
+
+ isproxy
+
+20050110:
AFFECTS: users of sysutils/nautilus-cd-burner
AUTHOR: gnome@FreeBSD.org