Back out last revision.
The upper bound of 999 on UIDs is on purpose, so they don't conflict with UIDs of normal users. Explained by: kris
This commit is contained in:
parent
f1054c88ff
commit
143c20d310
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20158
1 changed files with 3 additions and 3 deletions
|
@ -6341,7 +6341,8 @@ lib/X11/oneko/sounds/cat.au
|
|||
<filename role="package">japanese/Wnn</filename> for an example.</para>
|
||||
|
||||
<para>Make sure you do not use a UID already used by the system or
|
||||
other ports. This is the current list of UIDs above 50.</para>
|
||||
other ports. This is the current list of UIDs between 50 and
|
||||
999.</para>
|
||||
|
||||
<!-- Please keep this list sorted by uid -->
|
||||
<programlisting>bind:*:53:53:Bind Sandbox:/:/sbin/nologin
|
||||
|
@ -6381,8 +6382,7 @@ rscsi:*:99:99:Remote SCSI:/usr/local/rscsi:/usr/local/sbin/rscsi
|
|||
fido:*:111:111:Fido System:/usr/local/fido:/bin/sh
|
||||
ldap:*:389:389:OpenLDAP Server:/nonexistent:/sbin/nologin
|
||||
drweb:*:426:426:Dr.Web Mail Scanner:/nonexistent:/sbin/nologin
|
||||
bacula:*:910:910:Bacula Daemon:/var/db/bacula:/sbin/nologin
|
||||
squid:*:3128:3128:squid caching-proxy pseudo user:/usr/local/squid:/sbin/nologin</programlisting>
|
||||
bacula:*:910:910:Bacula Daemon:/var/db/bacula:/sbin/nologin</programlisting>
|
||||
|
||||
<para>Please include a notice when you submit a port (or an upgrade)
|
||||
that reserves a new UID or GID in this range. This allows us to
|
||||
|
|
Loading…
Reference in a new issue