diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-10 19:31:52 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-10 19:31:52 +0000 |
commit | 2d49013c9a8d534dd4bc22401636bf4932d7de03 (patch) | |
tree | 38f66e9e0e84172486b6c88f36d7378f4ea90485 /UPDATING | |
parent | d3a1a08557e2f3f6c3ffde28413c0b36b3af7f0d (diff) | |
download | ports-2d49013c9a8d534dd4bc22401636bf4932d7de03.tar.gz ports-2d49013c9a8d534dd4bc22401636bf4932d7de03.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -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 |