aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--GIDs2
-rw-r--r--UIDs2
-rw-r--r--net-im/py-matrix-synapse/Makefile3
3 files changed, 4 insertions, 3 deletions
diff --git a/GIDs b/GIDs
index d43e986654a..e71f293b8b6 100644
--- a/GIDs
+++ b/GIDs
@@ -82,7 +82,7 @@ mpd:*:137:
wolfpack:*:138:
shellinabox:*:139:
amanda:*:140:
-# free: 141
+synapse:*:141:
ladvd:*:142:
dovecot:*:143:
dovenull:*:144:
diff --git a/UIDs b/UIDs
index fbbdbf79428..be891940d6d 100644
--- a/UIDs
+++ b/UIDs
@@ -72,7 +72,7 @@ zabbix:*:122:122::0:0:Zabbix NMS:/nonexistent:/bin/sh
_ntp:*:123:123::0:0:NTP Daemon:/var/empty:/usr/sbin/nologin
fetchmail:*:124:124::0:0:Fetchmail mail-retrieval daemon:/nonexistent:/usr/sbin/nologin
postfix:*:125:125::0:0:Postfix Mail System:/var/spool/postfix:/usr/sbin/nologin
-synapse:*:126:65534::0:0:Synapse Daemon:/nonexistent:/usr/sbin/nologin
+synapse:*:126:141::0:0:Synapse Daemon:/nonexistent:/usr/sbin/nologin
navcron:*:127:127::0:0:Network Administration Visualized:/usr/local/nav:/usr/sbin/nologin
sd-agent:*:128:128::0:0:ServerDensity Agent:/nonexistent:/usr/sbin/nologin
# free: 129
diff --git a/net-im/py-matrix-synapse/Makefile b/net-im/py-matrix-synapse/Makefile
index 2b192ef01c4..962acee1fbe 100644
--- a/net-im/py-matrix-synapse/Makefile
+++ b/net-im/py-matrix-synapse/Makefile
@@ -4,7 +4,7 @@
PORTNAME= matrix-synapse
DISTVERSIONPREFIX= v
DISTVERSION= 0.22.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net-im python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -59,6 +59,7 @@ GH_PROJECT= synapse
USE_RC_SUBR= synapse
USERS= synapse
+GROUPS= synapse
DBDIR?= /var/db/${PORTNAME}
LOGDIR?= /var/log/${PORTNAME}