aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-03-16 08:45:58 +0000
committerXin LI <delphij@FreeBSD.org>2009-03-16 08:45:58 +0000
commitc51900d550425afd2f11eb2a2470bac2dd176b7e (patch)
tree86bf750dc9e17e602c7e1a2b45b7f523e7421308
parent5433360866aaea247de64d45b78b0ad68482255e (diff)
downloadports-c51900d550425afd2f11eb2a2470bac2dd176b7e.tar.gz
ports-c51900d550425afd2f11eb2a2470bac2dd176b7e.zip
Reflect the change of UID/GID of ejabberd.
PR: ports/128463 Submitted by: "Mikle Davidkin" <skylord linkline ru>
Notes
Notes: svn path=/head/; revision=230194
-rw-r--r--GIDs2
-rw-r--r--UIDs2
-rw-r--r--UPDATING8
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
@@ -7,6 +7,14 @@ 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