diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-01-19 11:47:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-01-19 11:47:16 +0000 |
commit | 801f328b2ab604f1a87a464b4fe2ce8ffe30a788 (patch) | |
tree | 60e43b767c260bf84851dbac7a2c3b384f49cdf8 | |
parent | Update the "firebird" entry to properly match corrected versions. (diff) |
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 <m.seaman@infracaninophile.co.uk>
Diffstat (limited to '')
-rw-r--r-- | UIDs | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |