Преглед на файлове

Stop the Udev build process from killing the hosts' udevd process

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7134 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess преди 20 години
родител
ревизия
e6a8f74c8f
променени са 3 файла, в които са добавени 22 реда и са изтрити 3 реда
  1. 4 0
      chapter01/changelog.xml
  2. 16 1
      chapter06/udev.xml
  3. 2 2
      general.ent

+ 4 - 0
chapter01/changelog.xml

@@ -42,6 +42,10 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>November 7, 2005 [matt]: Stop Udev from killing udevd processes
+on the host system (fixes bug 1651).  Thanks to Alexander Patrakov for the
+report and the fix.</para></listitem>
+
 <listitem><para>November 5, 2005 [matt]: Add a note to the toolchain sanity
 check in chapter 5 to explain that if TCL fails to build, it's an indication of
 a broken toolchain (bug 1581).</para></listitem>

+ 16 - 1
chapter06/udev.xml

@@ -45,7 +45,22 @@ devices nodes are to be created.</para></listitem>
 
 <para>Install the package:</para>
 
-<screen><userinput>make udevdir=/dev install</userinput></screen>
+<screen><userinput>make DESTDIR=/ udevdir=/dev install</userinput></screen>
+
+<para>The meaning of the make option:</para>
+
+<variablelist>
+  <varlistentry>
+    <term><parameter>DESTDIR=/</parameter>
+    </term>
+    <listitem>
+      <para>This prevents the Udev build process from killing any
+        <command>udevd</command> processes that may be running on the host
+        system.
+      </para>
+    </listitem>
+  </varlistentry>
+</variablelist>
 
 <para>Udev's configuration is far from ideal by default, so install
 the configuration files here:</para>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "TESTING-20051105">
-<!ENTITY releasedate "November 5, 2005">
+<!ENTITY version "TESTING-20051107">
+<!ENTITY releasedate "November 7, 2005">
 <!ENTITY milestone "6.1.1">
 <!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->