From bcb667c3b65634ad19fe33afed7b948bbcfe708a Mon Sep 17 00:00:00 2001 From: matsuand Date: Wed, 15 Jan 2014 03:14:04 +0000 Subject: [PATCH] =?utf8?q?[LFS-SVN]=20SVN-20140114,=20Changeset=2010444=20?= =?utf8?q?=E5=AF=BE=E5=BF=9C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.osdn.net/svnroot/lfsbookja/trunk@874 d6661c75-0afd-443a-aae1-cb31083e41e8 --- lfsbook/configure | 2 +- lfsbook/src/chapter01/changelog.ch | 39 +++++++++++++++++++++++++++ lfsbook/src/chapter01/jchangelog.ch | 15 +++++++++++ lfsbook/src/chapter06/glibc.ch | 11 +++++++- lfsbook/src/chapter06/inetutils.ch | 48 +++++++++++++++------------------- lfsbook/src/chapter06/revisedchroot.ch | 8 ++++++ lfsbook/src/general.ch | 10 +++---- lfsbook/version.ac | 2 +- 8 files changed, 100 insertions(+), 35 deletions(-) diff --git a/lfsbook/configure b/lfsbook/configure index 00509731..77791cff 100755 --- a/lfsbook/configure +++ b/lfsbook/configure @@ -3879,7 +3879,7 @@ if test "$TIDY" = no; then as_fn_error $? "tidy not found in $PATH" "$LINENO" 5 fi; -TARGETVER=svn-20140102 +TARGETVER=svn-20140114 SVNVER=`grep 'ENTITY version' ${bookdir}/general.ent | sed -e 's/^$//' | tr 'A-Z' 'a-z'` { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the original XML version" >&5 diff --git a/lfsbook/src/chapter01/changelog.ch b/lfsbook/src/chapter01/changelog.ch index b8905546..30c2edb7 100644 --- a/lfsbook/src/chapter01/changelog.ch +++ b/lfsbook/src/chapter01/changelog.ch @@ -48,6 +48,45 @@ @z @x + 2014-01-14 + + + [bdubbs] - Update to inetutils-1.9.2 and remove + referece to old BLFS page. Fixes + #3471 and + #3473. + + + [bdubbs] - Fix hardcoded reference to /tools in + Chapter 6 glibc. Fixes + #3466. + + + [bdubbs] - Clean up /run and /tmp. Fixes + #3463. + + +@y + 2014-01-14 + + + [bdubbs] - inetutils-1.9.2 へのアップデート。 + また古い BLFS へのページ参照を削除。 + #3471 と + #3473 を Fix に。 + + + [bdubbs] - 第6章の glibc にてハードコーディングされたパスを /tools へ変更。 + #3466 を Fix に。 + + + [bdubbs] - /run と /tmp をクリアする。 + #3463 を Fix に。 + + +@z + +@x 2014-01-02 diff --git a/lfsbook/src/chapter01/jchangelog.ch b/lfsbook/src/chapter01/jchangelog.ch index b44c9656..f0eba9cf 100644 --- a/lfsbook/src/chapter01/jchangelog.ch +++ b/lfsbook/src/chapter01/jchangelog.ch @@ -54,6 +54,21 @@ --> + 2014-01-15 + + + [matsuand] - + SVN-20140114, + Changeset + 10440 ~ + 10444 + 対応。 + + + + + + 2014-01-03 diff --git a/lfsbook/src/chapter06/glibc.ch b/lfsbook/src/chapter06/glibc.ch index dcd01601..5b4fcbb1 100644 --- a/lfsbook/src/chapter06/glibc.ch +++ b/lfsbook/src/chapter06/glibc.ch @@ -156,7 +156,16 @@ &MeaningOfOption1;configure&MeaningOfOption2;: @z -@x +@x SED=sed + Setting this environment variable prevents a hard-coded + path to /tools/bin/sed. +@y + + ハードコーディングされているパスを /tools/bin/sed とするために、環境変数を設定します。 + +@z + +@x --libexecdir=/usr/lib/glibc This changes the location of some auxillary files from the default of /usr/libexec to /usr/lib/glibc. diff --git a/lfsbook/src/chapter06/inetutils.ch b/lfsbook/src/chapter06/inetutils.ch index 308a84d3..5be3ed2d 100644 --- a/lfsbook/src/chapter06/inetutils.ch +++ b/lfsbook/src/chapter06/inetutils.ch @@ -28,10 +28,11 @@ @z @x - Fix an incompatibility between this package and Glibc-&glibc-version; + Create a definition to allow the ifconfig program + to build properly. @y - 本パッケージと Glibc-&glibc-version; との互換性がないため、これを修正します。 + ifconfig プログラムが適切にビルドできるような定義を生成します。 @z @@ -47,20 +48,7 @@ &MeaningOfOption1;configure&MeaningOfOption2;: @z -@x - This option prevents Inetutils from installing the - ifconfig program, which can be used to configure network - interfaces. LFS uses ip from IPRoute2 to perform - this task. -@y - - このオプションは ifconfig プログラムをインストールしないようにします。 - このプログラムはネットワークインターフェースを設定するために利用するものです。 - LFS では IPRoute2 パッケージが提供する ip コマンドを使うことにしています。 - -@z - -@x +@x --disable-logger This option prevents Inetutils from installing the logger program, which is used by scripts to pass messages to the System Log Daemon. Do not install it because @@ -73,7 +61,7 @@ @z -@x +@x --disable-syslogd This option prevents Inetutils from installing the System Log Daemon, which is installed with the Sysklogd package. @y @@ -83,7 +71,7 @@ @z -@x +@x --disable-whois This option disables the building of the Inetutils whois client, which is out of date. Instructions for a better whois client are in the BLFS book. @@ -95,19 +83,17 @@ @z -@x +@x --disable-servers This disables the installation of the various network servers included as part of the Inetutils package. These servers are deemed not appropriate in a basic LFS system. Some are insecure by nature and are - only considered safe on trusted networks. More information can be found - at . Note that + only considered safe on trusted networks. Note that better replacements are available for many of these servers. @y このオプションは Inetutils パッケージに含まれるさまざまなネットワークサーバーをインストールしないようにします。 これらのサーバーは基本的な LFS システムには不要なものと考えられます。 サーバーの中には本質的にセキュアでないものがあり、信頼のあるネットワーク内でのみしか安全に扱うことができないものもあります。 - より詳細な情報は を参照してください。 サーバーの多くは、これに代わる他の適切なものが存在します。 @z @@ -152,11 +138,11 @@ @z @x - ftp, hostname, ping, ping6, rcp, rexec, rlogin, rsh, talk, telnet, - tftp, and traceroute + ftp, ifconfig, hostname, ping, ping6, rcp, rexec, rlogin, + rsh, talk, telnet, tftp, and traceroute @y - ftp, hostname, ping, ping6, rcp, rexec, rlogin, rsh, talk, telnet, - tftp, traceroute + ftp, ifconfig, hostname, ping, ping6, rcp, rexec, rlogin, + rsh, talk, telnet, tftp, traceroute @z @x @@ -173,6 +159,14 @@ @z +@x ifconfig + Manages network interfaces +@y + + ネットワークインターフェースを管理します。 + +@z + @x hostname Reports or sets the name of the host @y @@ -207,7 +201,7 @@ @z @x rexec - executes commands on a remote host + Executes commands on a remote host @y リモートホスト上にてコマンドを実行します。 diff --git a/lfsbook/src/chapter06/revisedchroot.ch b/lfsbook/src/chapter06/revisedchroot.ch index cb72f5cc..d7ff9102 100644 --- a/lfsbook/src/chapter06/revisedchroot.ch +++ b/lfsbook/src/chapter06/revisedchroot.ch @@ -20,6 +20,14 @@ @z @x + Finally, clean up some extra files left around from running tests: +@y + + テストを通じて生成された不要なファイル等を削除します。 + +@z + +@x From now on, when reentering the chroot environment after exiting, use the following modified chroot command: @y diff --git a/lfsbook/src/general.ch b/lfsbook/src/general.ch index 0f02c6af..5f5f084c 100644 --- a/lfsbook/src/general.ch +++ b/lfsbook/src/general.ch @@ -8,13 +8,13 @@ % $Date:: $ % @x - - + + @y - - - + + + @z @x diff --git a/lfsbook/version.ac b/lfsbook/version.ac index 4730ef52..2d710c5a 100644 --- a/lfsbook/version.ac +++ b/lfsbook/version.ac @@ -7,4 +7,4 @@ dnl $Date:: $ dnl dnl dnl m4-include this file to define the current LFS version -m4_define([lfs_version], [svn-20140102]) +m4_define([lfs_version], [svn-20140114]) -- 2.11.0