1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

Move the numerical ID for the "_ntp" user, required for net/openntpd's

privilege separation, after its value was usurped by the new "ntpd"
user in 12.0-CURRENT.

PR:		229936
This commit is contained in:
Christian Weisgerber 2018-08-03 20:29:52 +00:00
parent 1f67ccc2f5
commit c082bf1667
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476321
4 changed files with 20 additions and 4 deletions

4
GIDs
View File

@ -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

4
UIDs
View File

@ -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

View File

@ -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

View File

@ -2,6 +2,7 @@
PORTNAME= openntpd
PORTVERSION= 6.2p3
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= net
MASTER_SITES= OPENBSD/OpenNTPD