1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

-Add UID/GID and config data change in net-p2p/transmission-daemon.

-Minor clean up.
This commit is contained in:
Jeremy Messenger 2009-06-19 21:30:24 +00:00
parent a0a84034c4
commit dbd08f4f32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236348

View File

@ -6,6 +6,17 @@ 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