mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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>
This commit is contained in:
parent
43cc6b802c
commit
801f328b2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205825
1 changed files with 4 additions and 4 deletions
8
UIDs
8
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
|
||||
|
|
Loading…
Add table
Reference in a new issue