diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-06-19 17:18:02 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-06-19 17:18:02 +0000 |
commit | 3d3127cd3fb3e42f5e7b3ac9e2abf2877074e579 (patch) | |
tree | e3049c2d7ae417b2025e3d84b68617a5b1d52672 /net-p2p/transmission-daemon | |
parent | b3d2f58899d161345d3882d30bf1d932bb2f5dd0 (diff) |
Bump the UID/GID from 919 to 921 to avoid the conflict with others. Bump the
PORTREVISION.
Notes
Notes:
svn path=/head/; revision=236329
Diffstat (limited to 'net-p2p/transmission-daemon')
-rw-r--r-- | net-p2p/transmission-daemon/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-daemon/pkg-install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/transmission-daemon/Makefile b/net-p2p/transmission-daemon/Makefile index 028cdb46ed5c..1618893795da 100644 --- a/net-p2p/transmission-daemon/Makefile +++ b/net-p2p/transmission-daemon/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -daemon MAINTAINER= mezz@FreeBSD.org diff --git a/net-p2p/transmission-daemon/pkg-install b/net-p2p/transmission-daemon/pkg-install index 310e1cc32f47..7d6ee9b0a832 100644 --- a/net-p2p/transmission-daemon/pkg-install +++ b/net-p2p/transmission-daemon/pkg-install @@ -4,7 +4,7 @@ case $2 in POST-INSTALL) USER=transmission GROUP=${USER} - UID=919 + UID=921 GID=${UID} PW=/usr/sbin/pw CHMOD=/bin/chmod |