• R/O
  • SSH
  • HTTPS

lfsbookja: Commit


Commit MetaInfo

Revision974 (tree)
Time2015-04-09 10:05:43
Authormatsuand

Log Message

[LFS-SVN] SVN-20150331, Changeset 10889 対応。

Change Summary

Incremental Difference

--- trunk/lfsbook/src/chapter05/linux-headers.ch (revision 973)
+++ trunk/lfsbook/src/chapter05/linux-headers.ch (revision 974)
@@ -50,11 +50,10 @@
5050 @z
5151
5252 @x
53- <para>Make sure there are no stale files and dependencies lying around
54- from previous activity:</para>
53+ <para>Make sure there are no stale files embedded in the package:</para>
5554 @y
5655 <para>
57- これより前に一度処理を行っていたとしても、不適切なファイルや誤った依存関係を残さないように、以下を処理します。
56+ 本パッケージ内にある不適切なファイルを残さないように、以下を処理します。
5857 </para>
5958 @z
6059
--- trunk/lfsbook/src/chapter05/libstdc++.ch (revision 973)
+++ trunk/lfsbook/src/chapter05/libstdc++.ch (revision 974)
@@ -79,8 +79,8 @@
7979 @z
8080
8181 @x --disable-libstdcxx-threads
82- <para>Since we have not built the thread C library, the C++
83- one cannot be built as well.</para>
82+ <para>Since we have not yet built the C threads library, the C++
83+ one cannot be built either.</para>
8484 @y
8585 <para>
8686 C スレッドライブラリはまだ生成していないため、C++ スレッドライブラリも生成しないようにします。
--- trunk/lfsbook/src/chapter06/glibc.ch (revision 973)
+++ trunk/lfsbook/src/chapter06/glibc.ch (revision 974)
@@ -324,15 +324,19 @@
324324 @z
325325
326326 @x
327+ <title>Adding nsswitch.conf</title>
328+@y
329+ <title>nsswitch.conf の追加</title>
330+@z
331+
332+@x
327333 <para>The <filename>/etc/nsswitch.conf</filename> file needs to be created
328- because, although Glibc provides defaults when this file is missing or corrupt,
329- the Glibc defaults do not work well in a networked environment. The time zone
330- also needs to be configured.</para>
334+ because the Glibc defaults do not work well in a networked environment.
335+ </para>
331336 @y
332337 <para>
333338 <filename>/etc/nsswitch.conf</filename> ファイルを作成しておく必要があります。
334- Glibc はこのファイルが無い場合や誤っている場合でもデフォルト設定を用いて動作しますが、ネットワーク環境下ではデフォルト設定であっても正しく動作しません。
335- またタイムゾーンの設定も必要になります。
339+ Glibc はデフォルトでは、このファイルが無い場合にネットワーク環境が正しく動作しません。
336340 </para>
337341 @z
338342
@@ -346,12 +350,18 @@
346350 @z
347351
348352 @x
349- <para>Install timezone data:</para>
353+ <title>Adding time zone data</title>
350354 @y
351- <para>タイムゾーンデータをインストールします。</para>
355+ <title>タイムゾーンデータの追加</title>
352356 @z
353357
354358 @x
359+ <para>Install and set up the timezone data with the following:</para>
360+@y
361+ <para>以下によりタイムゾーンデータをインストールし設定します。</para>
362+@z
363+
364+@x
355365 <title>The meaning of the zic commands:</title>
356366 @y
357367 <title>&MeaningOfCommand1;zic&MeaningOfCommand2;</title>
--- trunk/lfsbook/src/appendices/dependencies.ch (revision 973)
+++ trunk/lfsbook/src/appendices/dependencies.ch (revision 974)
@@ -369,10 +369,10 @@
369369
370370 %----------------------------------------------------------------------
371371 @x Eudev
372- <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep,
372+ <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf,
373373 Make, and Sed</seg>
374374 @y
375- <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep,
375+ <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf,
376376 Make, Sed</seg>
377377 @z
378378 @x
Show on old repository browser