• R/O
  • SSH
  • HTTPS

lfsbookja: Commit


Commit MetaInfo

Revisão1347 (tree)
Hora2021-02-03 19:14:39
Autormatsuand

Mensagem de Log

[LFS-SVN] SVN-20210202, チェンジセット 12117-12121 対応。

Mudança Sumário

Diff

--- trunk/lfsbook/src/chapter01/jchangelog.ch (revision 1346)
+++ trunk/lfsbook/src/chapter01/jchangelog.ch (revision 1347)
@@ -67,6 +67,16 @@
6767 <phrase revision="sysv">SVN-20210202</phrase>
6868 <phrase revision="systemd">20210202-systemd</phrase>,
6969 チェンジセット
70+ <ulink url="&lfs-rev-root;12117">12117</ulink> ~
71+ <ulink url="&lfs-rev-root;12121">12121</ulink>
72+ 対応。
73+ </para>
74+ </listitem>
75+ <listitem>
76+ <para>[matsuand] -
77+ <phrase revision="sysv">SVN-20210202</phrase>
78+ <phrase revision="systemd">20210202-systemd</phrase>,
79+ チェンジセット
7080 <ulink url="&lfs-rev-root;12108">12108</ulink> ~
7181 <ulink url="&lfs-rev-root;12116">12116</ulink>
7282 対応。
--- trunk/lfsbook/src/chapter06/file.ch (revision 1346)
+++ trunk/lfsbook/src/chapter06/file.ch (revision 1347)
@@ -28,12 +28,15 @@
2828 @z
2929
3030 @x
31- <para>The build host <quote>file</quote> command iwith the same version as
32- the one we are building is needed for building the signature file. Run the
33- following commands to build it:</para>
31+ <para>
32+ The <command>file</command> command on the build host needs
33+ to be same version as the one we are building in order to
34+ create the signature file. Run the following commands to build it:
35+ </para>
3436 @y
3537 <para>
36- ホストにある<quote>file</quote>コマンドは、これから作り出すものと同一バージョンであって、シグニチャーファイルをビルドするために必要となります。
38+ ホストシステム上の <command>file</command> コマンドは、これから生成する同コマンドと同一バージョンでなければなりません。
39+ これはシグニチャーファイル生成のために必要となります。
3740 そこで以下のコマンドを実行してビルドします。
3841 </para>
3942 @z
--- trunk/lfsbook/src/chapter07/util-linux.ch (revision 1346)
+++ trunk/lfsbook/src/chapter07/util-linux.ch (revision 1347)
@@ -34,11 +34,17 @@
3434 @z
3535
3636 @x
37- <para>First create a directory
38- to enable storage for the <command>hwclock</command> program:</para>
37+ <para>The FHS recommends using the <filename
38+ class="directory">/var/lib/hwclock</filename> directory instead of the
39+ usual <filename class="directory">/etc</filename> directory as the
40+ location for the <filename>adjtime</filename> file. Create this directory
41+ with:</para>
3942 @y
4043 <para>
41- はじめに <command>hwclock</command> プログラムがデータ保持に必要としているディレクトリを生成します。
44+ FHS では <filename>adjtime</filename> ファイルの配置場所として <filename
45+ class="directory">/etc</filename> ディレクトリではなく <filename
46+ class="directory">/var/lib/hwclock</filename> ディレクトリを推奨しています。
47+ そこで以下によりそのディレクトリを生成します。
4248 </para>
4349 @z
4450
--- trunk/lfsbook/src/chapter08/coreutils.ch (revision 1346)
+++ trunk/lfsbook/src/chapter08/coreutils.ch (revision 1347)
@@ -79,12 +79,13 @@
7979 @z
8080
8181 @x autoreconf
82- <para>This command updates generated configuration files
83- consistent with the latest version of automake.
84- </para>
82+ <para>The patch for internationalization has modified the
83+ building system of the package, so the configuration files have
84+ to be regenerated.</para>
8585 @y
8686 <para>
87- このコマンドは automake 最新版との整合を図るために、既に生成されている設定ファイル類を更新します。
87+ 国際化対応を行うパッチによって、当パッケージのビルドシステムが修正されます。
88+ したがって設定ファイル類を再生成する必要があります。
8889 </para>
8990 @z
9091
--- trunk/lfsbook/src/chapter08/python.ch (revision 1346)
+++ trunk/lfsbook/src/chapter08/python.ch (revision 1347)
@@ -103,21 +103,6 @@
103103 @z
104104
105105 @x
106- <title>The meaning of the install commands:</title>
107-@y
108- <title>&MeaningOfCommand1;install&MeaningOfCommand2;</title>
109-@z
110-
111-@x chmod -v 755 /usr/lib/libpython{&python-minor;,3}.so
112- <para>Fix permissions for libraries to be consistent with other
113- libraries.</para>
114-@y
115- <para>
116- 他のライブラリとの整合を図るため、ライブラリのパーミッションを修正します。
117- </para>
118-@z
119-
120-@x
121106 <para>If desired, install the preformatted documentation:</para>
122107 @y
123108 <para>
--- trunk/lfsbook/src/chapter08/util-linux.ch (revision 1346)
+++ trunk/lfsbook/src/chapter08/util-linux.ch (revision 1347)
@@ -31,21 +31,6 @@
3131 @z
3232
3333 @x
34- <para>The FHS recommends using the <filename
35- class="directory">/var/lib/hwclock</filename> directory instead of the
36- usual <filename class="directory">/etc</filename> directory as the
37- location for the <filename>adjtime</filename> file. Create this directory
38- with:</para>
39-@y
40- <para>
41- FHS では <filename>adjtime</filename> ファイルの配置場所として <filename
42- class="directory">/etc</filename> ディレクトリではなく <filename
43- class="directory">/var/lib/hwclock</filename> ディレクトリを推奨しています。
44- そこで以下によりそのディレクトリを生成します。
45- </para>
46-@z
47-
48-@x
4934 <para>Prepare Util-linux for compilation:</para>
5035 @y
5136 <para>&PreparePackage1;Util-linux&PreparePackage2;</para>
Show on old repository browser