diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-06-19 21:30:24 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-06-19 21:30:24 +0000 |
commit | dbd08f4f3210d4ffbde965515de2a962c057f4be (patch) | |
tree | d644499fe9fd5e51c1659f2072936b8422f6f705 /UPDATING | |
parent | a0a84034c4592779293821f4807accc67e07779f (diff) |
-Add UID/GID and config data change in net-p2p/transmission-daemon.
-Minor clean up.
Notes
Notes:
svn path=/head/; revision=236348
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 23 |
1 files changed, 17 insertions, 6 deletions
@@ -6,18 +6,29 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20090619: + AFFECTS: users of net-p2p/transmission-daemon + AUTHOR: mezz@FreeBSD..org + + The UID/GID of transmission has been changed from 919 to 921. The data + configure has been changed from ${PREFIX}/etc/transmission/home/.config + to ${PREFIX}/etc/transmission/home. To update the UID/GID: + + # pw groupmod transmission -g 921 + # pw usermod transmission -u 921 -g 921 + 20090618: AFFECTS: users of www/p5-Catalyst AUTHOR: pgollucci@FreeBSD..org - Most applications and plugins should run unaltered on Catalyst 5.80. + Most applications and plugins should run unaltered on Catalyst 5.80. - However, a lot of refactoring work has taken place, and several changes - have been made which could cause incompatibilities. If your application - or plugin is using deprecated code, or relying on side effects, then you - could have issues upgrading to this release. + However, a lot of refactoring work has taken place, and several changes + have been made which could cause incompatibilities. If your application + or plugin is using deprecated code, or relying on side effects, then you + could have issues upgrading to this release. - http://search.cpan.org/~mramberg/Catalyst-Runtime-5.80005/lib/Catalyst/Upgrading.pod + http://search.cpan.org/~mramberg/Catalyst-Runtime-5.80005/lib/Catalyst/Upgrading.pod 20090617: AFFECTS: users of emulators/virtualbox |