1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Reflect the change of UID/GID of ejabberd.

PR:		ports/128463
Submitted by:	"Mikle Davidkin" <skylord linkline ru>
This commit is contained in:
Xin LI 2009-03-16 08:45:58 +00:00
parent 5433360866
commit c51900d550
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230194
3 changed files with 10 additions and 2 deletions

2
GIDs
View File

@ -113,7 +113,7 @@ _bbstored:*:505:
nullmail:*:522:
dkimproxy:*:525:
pgbouncer:*:534:
ejabberd:*:544:
ejabberd:*:543:
qtss:*:554:
ircdru:*:555:
messagebus:*:556:

2
UIDs
View File

@ -124,7 +124,7 @@ _bbstored:*:505:505::0:0:BoxBackup Store Daemon:/nonexistent:/bin/sh
nullmail:*:522:522::0:0:Nullmailer Mail System:/var/spool/nullmailer:/bin/sh
dkimproxy:*:525:525::0:0:DKIM Proxy Owner:/nonexistent:/usr/sbin/nologin
pgbouncer:*:534:534::0:0:Pgbouncer Daemon:/nonexistent:/sbin/nologin
ejabberd:*:544:544::0:0:ejabberd pseudo user:/var/spool/ejabberd:/bin/sh
ejabberd:*:543:543::0:0:ejabberd pseudo user:/var/spool/ejabberd:/bin/sh
qtss:*:554:554::0:0:Darwin Streaming Server:/nonexistent:/usr/sbin/nologin
ircdru:*:555:555::0:0:Russian hybrid IRC server:/nonexistent:/bin/sh
messagebus:*:556:556::0:0:D-BUS Daemon User:/nonexistent:/usr/sbin/nologin

View File

@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
20090316:
AFFECTS: users of net-im/ejabberd
AUTHOR: skylord@linkline.ru
ejabberd's UID and GID have changed (PR ports/105122). Users are advised
to check all configuration files and data in /var/spool/ejabberd to
ensure everything has the correct owner/group.
20090316:
AFFECTS: users of sysutils/lire
AUTHOR: edwin@FreeBSD.org