diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-07 20:32:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-07 20:32:13 +0000 |
commit | 7768099652c6e672cbfd353718e488647ecf0345 (patch) | |
tree | 4d4f3d135c86b1f10a6247dcbeb18d75eadd0de1 | |
parent | A tool to "stamp" photos taken with digital camera with a location, where they (diff) |
- Add GID and UID for net-im/openfire
- Bump PORTREVISION for new UID/GID
PR: 120882
Submitted by: Nikolay Pavlov <qpadla@gmail.com> (maintainer)
Diffstat (limited to '')
-rw-r--r-- | GIDs | 1 | ||||
-rw-r--r-- | UIDs | 1 | ||||
-rw-r--r-- | net-im/openfire/Makefile | 1 | ||||
-rw-r--r-- | net-im/openfire/pkg-install | 2 |
4 files changed, 4 insertions, 1 deletions
@@ -95,6 +95,7 @@ _sphinx:*:312: dkfilter:*:325: wildfire:*:340: stunnel:*:341: +openfire:*:342: _iodined:*:353: ldap:*:389: tiarra:*:398: @@ -107,6 +107,7 @@ dkfilter:*:325:325:DK Filter Owner:/nonexistent:/usr/sbin/nologin _pma:*:336:80:phpMyAdmin Owner:/nonexistent:/sbin/nologin wildfire:*:340:340:Wildfire Daemon:/nonexistent:/usr/sbin/nologin stunnel:*:341:341:Stunnel Daemon:/nonexistent:/usr/sbin/nologin +openfire:*:342:342:Openfire IM Daemon:/nonexistent:/usr/sbin/nologin _iodined:*:353:353:Iodine Daemon:/nonexistent:/usr/sbin/nologin ldap:*:389:389:OpenLDAP Server:/nonexistent:/usr/sbin/nologin tiarra:*:398:398:Tiarra IRC Proxy:/nonexistent:/usr/sbin/nologin diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index 6faa91cf7939..2c9ddfe905e1 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -7,6 +7,7 @@ PORTNAME= openfire PORTVERSION= 3.4.5 +PORTREVISION= 1 CATEGORIES= net-im java MASTER_SITES= http://www.igniterealtime.org/downloadServlet?filename=openfire/ DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/./_/g} diff --git a/net-im/openfire/pkg-install b/net-im/openfire/pkg-install index e8a23cadde85..a18c3156e2bb 100644 --- a/net-im/openfire/pkg-install +++ b/net-im/openfire/pkg-install @@ -4,7 +4,7 @@ case $2 in POST-INSTALL) PUSER=openfire PGROUP=${PUSER} - PUID=341 + PUID=342 PGID=${PUID} if pw group show "${PGROUP}" >/dev/null; then |