MFen 1.693 -> 1.702[1] plus some language improvements[2].
Obtained from: The FreeBSD Simplified Chinese Project Submitted by: Yuan Jue <yuanjue at yuanjue net> [2]
This commit is contained in:
parent
d66ba51686
commit
3a91734f91
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27741
1 changed files with 16 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
The FreeBSD Documentation Project
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.693
|
||||
Original Revision: 1.702
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
|
@ -6790,7 +6790,7 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
|
|||
<sect1 id="dads-strip">
|
||||
<title>对可执行文件做脱模 (strip) 操作</title>
|
||||
|
||||
<para>除非不得不进行, 否则不要对可执行文件作脱模操作。
|
||||
<para>除非不得不进行, 否则不要手工对可执行文件作脱模操作。
|
||||
所有文件在安装时都应脱模, 但 <maketarget>INSTALL_PROGRAM</maketarget>
|
||||
宏会在安装的同时对其进行脱模 (参见下一节的内容)。</para>
|
||||
|
||||
|
@ -7563,6 +7563,12 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
|
|||
<entry>492100</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>将 libdata/ldconfig 目录加入 mtree 文件之后的
|
||||
4.11-STABLE。</entry>
|
||||
<entry>492101</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>5.0-CURRENT</entry>
|
||||
<entry>500000</entry>
|
||||
|
@ -8411,6 +8417,11 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
|
|||
之后的 7.0-CURRENT。</entry>
|
||||
<entry>700015</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>在 libc 中加入了 &man.fcloseall.3; 之后的
|
||||
7.0-CURRENT。</entry>
|
||||
<entry>700016</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
@ -8748,6 +8759,7 @@ dcc:*:112:112:Distributed Checksum Clearinghouse:/nonexistent:/sbin/nologin
|
|||
amavis:*:113:113:Amavis-stats Account:/nonexistent:/sbin/nologin
|
||||
dhis:*:114:114:DHIS Daemon:/nonexistent:/sbin/nologin
|
||||
_symon:*:115:115:Symon Account:/var/empty:/sbin/nologin
|
||||
hplip:*:116:116:HPLIP Server:/nonexistent:/sbin/nologin
|
||||
postfix:*:125:125:Postfix Mail System:/var/spool/postfix:/sbin/nologin
|
||||
_bgpd:*:130:130:BGP Daemon:/var/empty:/sbin/nologin
|
||||
_ospfd:*:131:131:OSPF Daemon:/var/empty:/sbin/nologin
|
||||
|
@ -8772,6 +8784,7 @@ ldap:*:389:389:OpenLDAP Server:/nonexistent:/sbin/nologin
|
|||
drweb:*:426:426:Dr.Web Mail Scanner:/nonexistent:/sbin/nologin
|
||||
courier:*:465:465:Courier Mail Server:/nonexistent:/sbin/nologin
|
||||
_bbstored:*:505:505::0:0:BoxBackup Store Daemon:/nonexistent:/bin/sh
|
||||
ejabberd:*:544:544::0:0:ejabberd pseudo user:/var/spool/ejabberd:/bin/sh
|
||||
qtss:*:554:554:Darwin Streaming Server:/nonexistent:/sbin/nologin
|
||||
ircdru:*:555:555:Russian hybrid IRC server:/nonexistent:/bin/sh
|
||||
messagebus:*:556:556:D-BUS Daemon User:/nonexistent:/sbin/nologin
|
||||
|
@ -8850,6 +8863,7 @@ ldap:*:389:
|
|||
drweb:*:426:
|
||||
courier:*:465:
|
||||
_bbstored:*:505:
|
||||
ejabberd:*:544:
|
||||
qtss:*:554:
|
||||
ircdru:*:555:
|
||||
messagebus:*:556:
|
||||
|
|
Loading…
Reference in a new issue