diff options
author | edwin <edwin@FreeBSD.org> | 2008-01-19 19:47:16 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-01-19 19:47:16 +0800 |
commit | b20387be31c51e0e914a7bc2f899d29f580ee431 (patch) | |
tree | dc7b7f6908344c5a693968ca6c934230265bd033 /UIDs | |
parent | f25f7d46aeb432e106c3dd8e2ce4f4158b6070d2 (diff) | |
download | freebsd-ports-gnome-b20387be31c51e0e914a7bc2f899d29f580ee431.tar.gz freebsd-ports-gnome-b20387be31c51e0e914a7bc2f899d29f580ee431.tar.zst freebsd-ports-gnome-b20387be31c51e0e914a7bc2f899d29f580ee431.zip |
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 'UIDs')
-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 |