- Merge the following from the English version:

r40735 -> r40979	head/ja_JP.eucJP/books/handbook/linuxemu/chapter.xml
This commit is contained in:
Ryusuke SUZUKI 2016-03-22 10:39:03 +00:00
parent 7d252cfeb1
commit 6bfec2e7ea
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48457

View file

@ -3,7 +3,7 @@
The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project
Original revision: r40735
Original revision: r40979
$FreeBSD$
-->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="linuxemu">
@ -51,11 +51,9 @@
<para>簡単に言ってしまえば、この機能により全ての Linux アプリケーションの
90% が修正なしに FreeBSD 上で起動できます。
この中には <application>&staroffice;</application> や Linux 版の
<application>&netscape;</application>,
<application>&adobe;&nbsp;&acrobat;</application>,
<application>&realplayer;</application>,
<application>&oracle;</application>,
<application>&wordperfect;</application>,
<application>Doom</application>,
<application>Quake</application> などがあります。
また、ある状況においては Linux バイナリを Linux で動かすよりも
@ -639,7 +637,7 @@ done</programlisting>
<step><para>ライセンスサーバを起動してください。</para>
<para><filename>/usr/local/etc/rc.d/lmgrd.sh</filename>
<para><filename>/usr/local/etc/rc.d/lmgrd</filename>
としてインストールされる、以下のスクリプトは、
<command>lmgrd</command> を起動する便利な方法です。</para>
@ -835,7 +833,7 @@ FEATURE Maple maplelmg 2000.0831 permanent 1 XXXXXXXXXXXX \
<step>
<para>スタートアップファイルを
<filename>/usr/local/etc/rc.d/flexlm.sh</filename>
<filename>/usr/local/etc/rc.d/flexlm</filename>
に作成してください。
以下の例は、配布されている
<filename>$MATLAB/etc/rc.lm.glnx86</filename>
@ -866,7 +864,7 @@ exit 0</programlisting>
<important>
<para>ファイルに対し実行の権限を指定してください。</para>
<screen>&prompt.root; <userinput>chmod +x /usr/local/etc/rc.d/flexlm.sh</userinput></screen>
<screen>&prompt.root; <userinput>chmod +x /usr/local/etc/rc.d/flexlm</userinput></screen>
<para>ここで、上記のコマンドの中の、
<replaceable>username</replaceable>
@ -878,7 +876,7 @@ exit 0</programlisting>
<step>
<para>以下のコマンドでライセンスマネージャを起動してください。</para>
<screen>&prompt.root; <userinput>/usr/local/etc/rc.d/flexlm.sh start</userinput></screen>
<screen>&prompt.root; <userinput>service flexlm start</userinput></screen>
</step>
</procedure>
</sect2>