OSDN Git Service

[LFS-SVN] SVN-20210113, チェンジセット 12080-12094 対応。
authormatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Wed, 13 Jan 2021 09:58:08 +0000 (09:58 +0000)
committermatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Wed, 13 Jan 2021 09:58:08 +0000 (09:58 +0000)
git-svn-id: svn+ssh://svn.osdn.net/svnroot/lfsbookja/trunk@1343 d6661c75-0afd-443a-aae1-cb31083e41e8

lfsbook/configure
lfsbook/src/chapter01/changelog.ch
lfsbook/src/chapter01/jchangelog.ch
lfsbook/src/chapter07/util-linux.ch
lfsbook/src/chapter08/python.ch
lfsbook/src/chapter08/systemd.ch
lfsbook/src/chapter08/sysvinit.ch
lfsbook/src/chapter09/bootscripts.ch
lfsbook/src/general.ch
lfsbook/version.ac

index 1fba21a..d833d59 100755 (executable)
@@ -4726,7 +4726,7 @@ fi
 
 
 
-TARGETVER=svn-20210101
+TARGETVER=svn-20210113
 
 SVNVER=`grep 'ENTITY version ' ${bookdir}/general.ent | sed -e 's/^<!ENTITY version         \"//' -e 's/\">$//' | tr 'A-Z' 'a-z'`
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the original XML version" >&5
index 8d1ca1d..47e539d 100644 (file)
 @z
 
 @x
+      <para>2021-01-13</para>
+      <itemizedlist>
+        <listitem>
+          <para>[xry111] - Fix util-linux uuidd socket path.</para>
+        </listitem>
+        <listitem>
+          <para>[xry111] - Remove various references to deprecated
+          /var/run, use /run insteadly.</para>
+        </listitem>
+        <listitem revision="sysv">
+          <para>[xry111] - Update to lfs-bootscripts-20210113.</para>
+        </listitem>
+      </itemizedlist>
+@y
+      <para>2021-01-13</para>
+      <itemizedlist>
+        <listitem>
+          <para>[xry111] - util-linux の uuidd ソケットパスを修正。</para>
+        </listitem>
+        <listitem>
+          <para>[xry111] - 廃止された /var/run への参照を削除し、かわりに /run とする。</para>
+        </listitem>
+        <listitem revision="sysv">
+          <para>[xry111] - lfs-bootscripts-20210113 へのアップデート。</para>
+        </listitem>
+      </itemizedlist>
+@z
+
+@x
       <para>2021-01-01</para>
         <listitem>
           <para>[bdubbs] - Update to vim-8.2.2253. Addresses
index 90c443b..104df3d 100644 (file)
 -->
 
    <listitem>
+      <para>2021-01-13</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matsuand] -
+          <phrase revision="sysv">SVN-20210101</phrase>
+          <phrase revision="systemd">20210101-systemd</phrase>,
+          チェンジセット
+          <ulink url="&lfs-rev-root;12080">12080</ulink>,
+          <ulink url="&lfs-rev-root;12094">12094</ulink>
+          対応。
+          </para>
+        </listitem>
+      </itemizedlist>
+   </listitem>
+
+   <listitem>
+      <para>2021-01-01</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matsuand] -
+          <phrase revision="sysv">SVN-20210101</phrase>
+          <phrase revision="systemd">20210101-systemd</phrase>,
+          チェンジセット
+          <ulink url="&lfs-rev-root;12073">12073</ulink>,
+          <ulink url="&lfs-rev-root;12079">12079</ulink>
+          対応。
+          </para>
+        </listitem>
+      </itemizedlist>
+   </listitem>
+
+   <listitem>
       <para>2020-12-15</para>
       <itemizedlist>
         <listitem>
index 52fdbbb..75f8e90 100644 (file)
           </para>
 @z
 
-%@x --disable-makeinstall-chown
-%          <para>This switch disables using the <command>chown</command> command
-%          during installation.  This is not needed when installing into the
-%          /tools directory and avoids the necessity of installing as
-%          root.</para>
-%@y
-%          <para>
-%          本スイッチはインストール中に <command>chown</command> コマンドを利用しないようにします。
-%          /tools ディレクトリへのインストールは不要であり、root によりインストールする必要もなくなります。
-%          </para>
-%@z
-
-%@x --without-ncurses
-%          <para>This switch disables using the ncurses library for
-%          the build process. This is not needed when installing into the
-%          /tools directory and avoids problems on some host distros.</para>
-%@y
-%          <para>
-%          本スイッチはビルド中に ncurses ライブラリを用いないようにします。
-%          /tools へインストールする際には不要なものであり、特定のディストリビューションでは問題が発生するためです。
-%          </para>
-%@z
-
-%@x --without-systemdsystemunitdir
-%          <para>On systems that use systemd, the package tries to install 
-%          a systemd specific file to a non-existent directory in /tools.
-%          This switch disables the unnecessary action.</para>
-%@y
-%          <para>
-%          systemd を利用しているシステムにおいては、systemd に関連するファイルを /tools 内に存在しないディレクトリにインストールしようとします。
-%          本スイッチはそのような不要な処理をなくします。
-%          </para>
-%@z
-
-%@x PKG_CONFIG=""
-%          <para>Setting this environment variable prevents adding unneeded
-%          features that may be available on the host. Note that the location
-%          shown for setting this environment variable is different from other
-%          LFS sections where variables are set preceding the command.  This
-%          location is shown to demonstrate an alternative way of setting an
-%          environment variable when using configure.</para>
-%@y
-%          <para>
-%          ホスト上での不要な機能を取り込まないように、環境変数を設定します。
-%          環境変数を設定するこの方法は、LFS の他の節ではコマンド実行前に行っており、やり方が異なります。
-%          これは configure の際に環境変数を設定するという一例を示しているものです。
-%          </para>
-%@z
+@x runstatedir=/run
+          <para>This switch sets the location of the socket used by
+          <command>uuidd</command> and
+          <filename class="libraryfile">libuuid</filename> correctly.</para>
+@y
+          <para>
+          本スイッチは <command>uuidd</command> や <filename
+          class="libraryfile">libuuid</filename> が利用するソケットの場所を適切に設定します。
+          </para>
+@z
 
 @x
     <para>Compile the package:</para>
index 16a7511..cea3269 100644 (file)
       <title>&MeaningOfCommand1;install&MeaningOfCommand2;</title>
 @z
 
-@x chmod -v 755 /usr/lib/libpython3.{6m.,}so
+@x chmod -v 755 /usr/lib/libpython{&python-minor;,3}.so
         <para>Fix permissions for libraries to be consistent with other
         libraries.</para>
 @y
index 4a31a40..d1994e7 100644 (file)
 
 @x runlevel
           <para>Outputs the previous and the current run-level, as noted in the
-          last run-level record in <filename>/var/run/utmp</filename></para>
+          last run-level record in <filename>/run/utmp</filename></para>
 @y
           <para>
           現時点とその直前のランレベルを表示します。
-          最新のランレベルは <filename>/var/run/utmp</filename> ファイルに記録されます。
+          最新のランレベルは <filename>/run/utmp</filename> ファイルに記録されます。
           </para>
 @z
 
index de6ff02..ccba7bb 100644 (file)
 
 @x runlevel
           <para>Reports the previous and the current run-level, as noted in the
-          last run-level record in <filename>/var/run/utmp</filename></para>
+          last run-level record in <filename>/run/utmp</filename></para>
 @y
           <para>
           現在のランレベルと直前のランレベルを表示します。
-          最新のランレベルは <filename>/var/run/utmp</filename> ファイルに記録されています。
+          最新のランレベルは <filename>/run/utmp</filename> ファイルに記録されています。
           </para>
 @z
 
index 2ae1d2f..5b0bacb 100644 (file)
 
 @x cleanfs
           <para>Removes files that should not be preserved between reboots, such
-          as those in <filename class="directory">/var/run/</filename> and
+          as those in <filename class="directory">/run/</filename> and
           <filename class="directory">/var/lock/</filename>; it re-creates
-          <filename>/var/run/utmp</filename> and removes the possibly present
+          <filename>/run/utmp</filename> and removes the possibly present
           <filename>/etc/nologin</filename>, <filename>/fastboot</filename>, and
           <filename>/forcefsck</filename> files</para>
 @y
           <para>
           リブートの際に不要となるファイルを削除します。
-          例えば <filename class="directory">/var/run/</filename> ディレクトリや <filename
+          例えば <filename class="directory">/run/</filename> ディレクトリや <filename
           class="directory">/var/lock/</filename> ディレクトリの配下にあるファイルです。
-          <filename>/var/run/utmp</filename> ファイルは再生成されます。
+          <filename>/run/utmp</filename> ファイルは再生成されます。
           また <filename>/etc/nologin</filename>、<filename>/fastboot</filename>、<filename>/forcefsck</filename> がおそらく存在しており、これらは削除されます。
           </para>
 @z
index c116e87..5aaf491 100644 (file)
@@ -8,24 +8,24 @@
 % $Date::                           $
 %
 @x
-<!ENTITY version         "SVN-20210101">
+<!ENTITY version         "SVN-20210113">
 @y
 <?xml version="1.0" encoding="UTF-8"?>
-<!ENTITY version         "SVN-20210101">
+<!ENTITY version         "SVN-20210113">
 @z
 
 @x
-<!ENTITY versiond        "20210101-systemd">
+<!ENTITY versiond        "20210113-systemd">
 @y
-<!ENTITY versiond        "20210101-systemd">
+<!ENTITY versiond        "20210113-systemd">
 @z
 
 @x
-<!ENTITY releasedate     "January 1st, 2021">
+<!ENTITY releasedate     "January 13th, 2021">
 @y
-<!ENTITY releasedate     "2021/01/01">
-<!ENTITY jversion        "20210101">
-<!ENTITY jversiond       "20210101">
+<!ENTITY releasedate     "2021/01/13">
+<!ENTITY jversion        "20210113">
+<!ENTITY jversiond       "20210113">
 <!ENTITY dir-jversion    "svn-ja">
 <!ENTITY dir-jversiond   "svn-sysdja">
 @z
index 96617b1..ab279c7 100644 (file)
@@ -6,5 +6,5 @@ dnl  $Rev$
 dnl  $Date::                           $
 dnl
 dnl m4-include this file to define the current LFS version
-m4_define([lfs_version], [svn-20210101])
-m4_define([lfsd_version], [20210101-systemd])
+m4_define([lfs_version], [svn-20210113])
+m4_define([lfsd_version], [20210113-systemd])