diff options
author | Henrik Brix Andersen <brix@FreeBSD.org> | 2008-01-08 20:53:38 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@FreeBSD.org> | 2008-01-08 20:53:38 +0000 |
commit | a9b4efe34d1c74948944fe07963fdc4c9e9a1dd7 (patch) | |
tree | 8081b8de5f7352d1c39d2b28c53044cb62dc21f2 /UPDATING | |
parent | 43ba2e0478faf9d98bb859eb5bc7ee9c8c3efd7e (diff) | |
download | ports-a9b4efe34d1c74948944fe07963fdc4c9e9a1dd7.tar.gz ports-a9b4efe34d1c74948944fe07963fdc4c9e9a1dd7.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -6,6 +6,21 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20080108: + AFFECTS: users of irc/bitlbee + AUTHOR: brix@FreeBSD.org + + irc/bitlbee now stores saved user settings in /var/db/bitlbee/, not + $PREFIX/etc/bitlbee/. You will have to manually move any existing + user settings to the new location (or override the user settings + directory using -d if you wish to keep the old behavior). Other + configuration files are still kept in $PREFIX/etc/bitlbee/ by + default. + + The default installation is now configured for running bitlbee as + user 'nobody' by default. Make sure any existing configuration + files are readable by that user. + 20071225: AFFECTS: users of www/amphetadesk AUTHOR: lioux@FreeBSD.org |