From c51900d550425afd2f11eb2a2470bac2dd176b7e Mon Sep 17 00:00:00 2001 From: Xin LI Date: Mon, 16 Mar 2009 08:45:58 +0000 Subject: [PATCH] Reflect the change of UID/GID of ejabberd. PR: ports/128463 Submitted by: "Mikle Davidkin" --- GIDs | 2 +- UIDs | 2 +- UPDATING | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/GIDs b/GIDs index c45b6ec1c0c5..35f4d4044688 100644 --- a/GIDs +++ b/GIDs @@ -113,7 +113,7 @@ _bbstored:*:505: nullmail:*:522: dkimproxy:*:525: pgbouncer:*:534: -ejabberd:*:544: +ejabberd:*:543: qtss:*:554: ircdru:*:555: messagebus:*:556: diff --git a/UIDs b/UIDs index 2e4f41b52777..497e92e610bb 100644 --- a/UIDs +++ b/UIDs @@ -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 diff --git a/UPDATING b/UPDATING index 37ddcf981ec2..521ce7a6622d 100644 --- a/UPDATING +++ b/UPDATING @@ -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