From b20387be31c51e0e914a7bc2f899d29f580ee431 Mon Sep 17 00:00:00 2001 From: edwin Date: Sat, 19 Jan 2008 11:47:16 +0000 Subject: Inconsistent format of lines in /usr/ports/UIDs I notice that a few of the entries in /usr/ports/UIDs are formatted like lines from /etc/master.passwd, whilst the majority look like lines from /etc/passwd -- ie. without the 'class', 'change' and 'expire' fields. 'change' and 'expire' are not particularly useful for these sort of passwordless pseudo-user accounts, but I can see where being able to assign a UID to a login class would be handy. However, none of the entries in /usr/ports/UIDs make any attempt to assign the UID to anything other than the default class and none of them have any capability I can see to eg. limit system resource usage So I guess there's no need for login class information in /usr/ports/UIDs PR: ports/119800 Submitted by: Matthew Seaman --- UIDs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'UIDs') diff --git a/UIDs b/UIDs index d8232184d9d3..b9bd11f9aa28 100644 --- a/UIDs +++ b/UIDs @@ -70,7 +70,7 @@ navcron:*:127:127:Network Administration Visualized:/usr/local/nav:/usr/sbin/nol vchat:*:128:128:VChat Conferencing System:/nonexistent:/usr/sbin/nologin _bgpd:*:130:130:BGP Daemon:/var/empty:/usr/sbin/nologin _ospfd:*:131:131:OSPF Daemon:/var/empty:/usr/sbin/nologin -_spamd:*:132:132::0:0:Spam Daemon:/var/empty:/usr/sbin/nologin +_spamd:*:132:132:Spam Daemon:/var/empty:/usr/sbin/nologin dovecot:*:143:143:Dovecot User:/var/empty:/usr/sbin/nologin rbldns:*:153:153:rbldnsd pseudo-user:/nonexistent:/usr/sbin/nologin sfs:*:171:171:Self-Certifying File System:/nonexistent:/usr/sbin/nologin @@ -98,10 +98,10 @@ meta1:*:264:264: X other:/nonexistent:/usr/sbin/nologin hacluster:*:275:275:Heartbeat cluster user:/nonexistent:/usr/sbin/nologin mrtg:*:279:279:MRTG daemon:/nonexistent:/usr/sbin/nologin prelude:*:281:281:Prelude user:/nonexistent:/usr/sbin/nologin -_sphinx:*:312:312::0:0:Sphinxsearch Owner:/nonexistent:/usr/sbin/nologin +_sphinx:*:312:312:Sphinxsearch Owner:/nonexistent:/usr/sbin/nologin dkfilter:*:325:325:DK Filter Owner:/nonexistent:/usr/sbin/nologin -wildfire:*:340:340::0:0:Wildfire Daemon:/nonexistent:/usr/sbin/nologin -stunnel:*:341:341::0:0:Stunnel Daemon:/nonexistent:/usr/sbin/nologin +wildfire:*:340:340:Wildfire Daemon:/nonexistent:/usr/sbin/nologin +stunnel:*:341:341:Stunnel Daemon:/nonexistent:/usr/sbin/nologin _iodined:*:353:353:Iodine Daemon:/nonexistent:/usr/sbin/nologin ldap:*:389:389:OpenLDAP Server:/nonexistent:/usr/sbin/nologin tiarra:*:398:398:Tiarra IRC Proxy:/nonexistent:/usr/sbin/nologin -- cgit