aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GIDs1
-rw-r--r--UIDs1
-rw-r--r--UPDATING7
3 files changed, 9 insertions, 0 deletions
diff --git a/GIDs b/GIDs
index 36c8debe608a..04ea5f32f8e3 100644
--- a/GIDs
+++ b/GIDs
@@ -130,6 +130,7 @@ nullmail:*:522:
dkimproxy:*:525:
pgbouncer:*:534:
redis:*:535:
+_flowd:*:542:
ejabberd:*:543:
qtss:*:554:
ircdru:*:555:
diff --git a/UIDs b/UIDs
index 28d807600a34..dd30a90a45c8 100644
--- a/UIDs
+++ b/UIDs
@@ -140,6 +140,7 @@ 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:/usr/sbin/nologin
redis:*:535:535::0:0:Redis Daemon:/nonexistent:/usr/sbin/nologin
+_flowd:*:542:542::0:0:flowd privilege separation user:/var/empty:/usr/sbin/nologin
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
diff --git a/UPDATING b/UPDATING
index d9082b44e408..a6639a6f4764 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,13 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20101220:
+ AFFECTS: users of net-mgmt/flowd
+ AUTHOR: ohauer@FreeBSD.org
+
+ flowd use now a fix UID/GID (id 542) instead the next free UID.
+ Before updating the port use the command "pw userdel _flowd"
+
20101216:
AFFECTS: users of security/libksba
AUTHOR: glarkin@FreeBSD.org