article.sgml      1.2 -> 1.6

Obtained from:          The FreeBSD Simplified Chinese Project
This commit is contained in:
Fukang Chen 2008-09-07 15:12:18 +00:00
parent ea142971d4
commit c6e2c92d5c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32838

View file

@ -2,7 +2,7 @@
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Chinese (Simplified) Documentation Project The FreeBSD Chinese (Simplified) Documentation Project
Original Revision: 1.2 Original Revision: 1.6
--> -->
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ <!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN"> <!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
@ -69,7 +69,7 @@
<ulink url="article.html#SOFTWARE">Packages 和 Ports 套件</ulink> <ulink url="article.html#SOFTWARE">Packages 和 Ports 套件</ulink>
里都可以找到。</para> 里都可以找到。</para>
<para>如果你安装了其他的 Shell 你可以使用 &man.csh.1; <para>如果你安装了其他的 Shell 你可以使用 &man.chsh.1;
来设置一个用户的默认 Shell。通常情况下 来设置一个用户的默认 Shell。通常情况下
强烈建议不要去更改 <username>root</username> 强烈建议不要去更改 <username>root</username>
用户的默认 Shell。原因是这些 Shell 用户的默认 Shell。原因是这些 Shell
@ -220,7 +220,7 @@ in your /etc/rc.conf. Extra options can be found in startup script.</screen>
ports 是最适合的方法了。(请记得, ports 是最适合的方法了。(请记得,
如果你需要定制而自己又更倾向于使用 packages 如果你需要定制而自己又更倾向于使用 packages
你可以使用 <command>make</command> 你可以使用 <command>make</command>
<maketarget>patch</maketarget> 从 ports <maketarget>package</maketarget> 从 ports
构建一个定制的 package然后复制到其他的服务器。</para> 构建一个定制的 package然后复制到其他的服务器。</para>
</sect2> </sect2>
</sect1> </sect1>
@ -508,14 +508,14 @@ kern.posix1version: 200112
<tbody> <tbody>
<row> <row>
<entry><command>yum install &lt;package&gt;</command> / <command>apt-get install &lt;package&gt;</command></entry> <entry><command>yum install <replaceable>package</replaceable></command> / <command>apt-get install <replaceable>package</replaceable></command></entry>
<entry><command>pkg_add -r &lt;package&gt;</command></entry> <entry><command>pkg_add -r <replaceable>package</replaceable></command></entry>
<entry>从远程仓库安装 &lt;package&gt;</entry> <entry>从远程仓库安装 <replaceable>package</replaceable></entry>
</row> </row>
<row> <row>
<entry><command>rpm -ivh &lt;package&gt;</command> / <command>dpkg -i &lt;package&gt;</command></entry> <entry><command>rpm -ivh <replaceable>package</replaceable></command> / <command>dpkg -i <replaceable>package</replaceable></command></entry>
<entry><command>pkg_add -v &lt;package&gt;</command></entry> <entry><command>pkg_add -v <replaceable>package</replaceable></command></entry>
<entry>安装 package</entry> <entry>安装 package</entry>
</row> </row>