Add a note that only a single address without comment part is allowed
as a MAINTAINER value. Reserve an uid for ircservices (73, next to ircd).
This commit is contained in:
parent
5bc7fa341e
commit
a55904b0b0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17147
1 changed files with 5 additions and 1 deletions
|
@ -2610,6 +2610,9 @@ PATCHFILES= patch1:test</programlisting>
|
|||
<para>For a detailed description of the responsibilities of maintainers,
|
||||
refer to the <ulink url="../developers-handbook/policies.html#POLICIES-MAINTAINER">MAINTAINER on
|
||||
Makefiles</ulink> section.</para>
|
||||
|
||||
<para>Note that only a single address without comment part is
|
||||
allowed as a <makevar>MAINTAINER</makevar> value.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="makefile-comment">
|
||||
|
@ -5956,7 +5959,8 @@ xten:*:67:67:X-10 daemon:/usr/local/xten:/nonexistent
|
|||
pop:*:68:6:Post Office Owner (popper):/nonexistent:/sbin/nologin
|
||||
wnn:*:69:7:Wnn:/nonexistent:/nonexistent
|
||||
pgsql:*:70:70:PostgreSQL pseudo-user:/usr/local/pgsql:/bin/sh
|
||||
ircd:*:72:72:IRCd hybrid:/nonexistent:/nonexistent
|
||||
ircd:*:72:72:IRC daemon:/nonexistent:/nonexistent
|
||||
ircservices:*:73:73:IRC services:/nonexistent:/nonexistent
|
||||
ifmail:*:75:66:Ifmail user:/nonexistent:/nonexistent
|
||||
www:*:80:80:World Wide Web Owner:/nonexistent:/sbin/nologin
|
||||
alias:*:81:81:QMail user:/var/qmail/alias:/nonexistent
|
||||
|
|
Loading…
Reference in a new issue