aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GIDs4
-rw-r--r--UIDs4
-rw-r--r--UPDATING15
-rw-r--r--net/openntpd/Makefile1
4 files changed, 20 insertions, 4 deletions
diff --git a/GIDs b/GIDs
index fa60ea9c0b60..e3a5656cd3ba 100644
--- a/GIDs
+++ b/GIDs
@@ -64,7 +64,7 @@ mythtv:*:119:
pdns:*:120:
otrs:*:121:
zabbix:*:122:
-_ntp:*:123:
+ntpd:*:123:
fetchmail:*:124:
postfix:*:125:
maildrop:*:126:
@@ -173,7 +173,7 @@ kismet:*:229:
carbon:*:230:
foundationdb:*:231:
archiva:*:232:
-# free: 233
+_ntp:*:233:
kafka:*:234:
openhab:*:235:
# free: 236
diff --git a/UIDs b/UIDs
index bb18716b6693..4271f5743c01 100644
--- a/UIDs
+++ b/UIDs
@@ -69,7 +69,7 @@ mythtv:*:119:119::0:0:MythTV pseudo-user:/nonexistent:/bin/sh
pdns_recursor:*:120:120::0:0:pdns_recursor pseudo-user:/nonexistent:/usr/sbin/nologin
otrs:*:121:121::0:0:OTRS Administrator:/usr/local/otrs:/bin/csh
zabbix:*:122:122::0:0:Zabbix NMS:/nonexistent:/bin/sh
-_ntp:*:123:123::0:0:NTP Daemon:/var/empty:/usr/sbin/nologin
+ntpd:*:123:123::0:0:NTP Daemon:/var/db/ntp:/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:141::0:0:Synapse Daemon:/nonexistent:/usr/sbin/nologin
@@ -178,7 +178,7 @@ osrm:*:228:228::0:0:osrm:/nonexistent:/usr/sbin/nologin
carbon:*:230:230::0:0:osrm:/nonexistent:/usr/sbin/nologin
foundationdb:*:231:231::0:0:foundationdb:/nonexistent:/usr/sbin/nologin
archiva:*:232:232::0:0:Archiva Daemon User:/usr/local/archiva:/bin/sh
-# free: 233
+_ntp:*:233:233::0:0:NTP Daemon:/var/empty:/usr/sbin/nologin
kafka:*:234:234::0:0:Apache Kafka user:/nonexistent:/usr/sbin/nologin
openhab:*:235:235::0:0:openHAB user:/var/db/openhab2/home:/usr/sbin/nologin
# free: 236
diff --git a/UPDATING b/UPDATING
index 59738473fe03..3fae7062f710 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ 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.
+20180803
+ AFFECTS: users of net/openntpd
+ AUTHOR: naddy@FreeBSD.org
+
+ The numerical ID of the "_ntp" user had to be moved after 12.0-CURRENT
+ (revision 336525) took over its value for a user "ntpd" that uses a
+ different privilege model.
+
+ To avoid clashes between the two users, please remove the openntpd
+ package, delete the old UID with
+
+ # pw userdel _ntp
+
+ and re-install openntpd.
+
20180731:
AFFECTS: users of audio/sndio
AUTHOR: tobik@FreeBSD.org
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile
index 218ffc7cc202..761e45917360 100644
--- a/net/openntpd/Makefile
+++ b/net/openntpd/Makefile
@@ -2,6 +2,7 @@
PORTNAME= openntpd
PORTVERSION= 6.2p3
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= net
MASTER_SITES= OPENBSD/OpenNTPD