1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

- Add GID and UID for net-im/openfire

- Bump PORTREVISION for new UID/GID

PR:		120882
Submitted by:	Nikolay Pavlov <qpadla@gmail.com> (maintainer)
This commit is contained in:
Martin Wilke 2008-03-07 20:32:13 +00:00
parent ed1faa1acb
commit 7768099652
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208619
4 changed files with 4 additions and 1 deletions

1
GIDs
View File

@ -95,6 +95,7 @@ _sphinx:*:312:
dkfilter:*:325:
wildfire:*:340:
stunnel:*:341:
openfire:*:342:
_iodined:*:353:
ldap:*:389:
tiarra:*:398:

1
UIDs
View File

@ -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

View File

@ -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}

View File

@ -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