Browse Source

Update location of udevd in bootscripts

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10506 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 11 years ago
parent
commit
5d5390bf01
4 changed files with 14 additions and 5 deletions
  1. 1 1
      bootscripts/lfs/init.d/udev
  2. 10 1
      chapter01/changelog.xml
  3. 2 2
      general.ent
  4. 1 1
      packages.ent

+ 1 - 1
bootscripts/lfs/init.d/udev

@@ -49,7 +49,7 @@ case "${1}" in
 
       # Start the udev daemon to continually watch for, and act on,
       # uevents
-      /lib/udev/udevd --daemon
+      /sbin/udevd --daemon
 
       # Now traverse /sys in order to "coldplug" devices that have
       # already been discovered

+ 10 - 1
chapter01/changelog.xml

@@ -37,7 +37,16 @@
 -->
 
     <listitem>
-      <para>2014-03-03</para>
+      <para>2014-03-07</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update location of udevd in bootscripts.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
+      <para>2014-03-06</para>
       <itemizedlist>
         <listitem>
           <para>[bdubbs] - Remove udev from systemd and 

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version         "SVN-20140306">
-<!ENTITY releasedate     "March 6, 2014">
+<!ENTITY version         "SVN-20140307">
+<!ENTITY releasedate     "March 7, 2014">
 <!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "7.6">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 1 - 1
packages.ent

@@ -322,7 +322,7 @@
 <!ENTITY less-ch6-du "3.6 MB">
 <!ENTITY less-ch6-sbu "less than 0.1 SBU">
 
-<!ENTITY lfs-bootscripts-version "20130821">                 <!-- Scripts depend on this format -->
+<!ENTITY lfs-bootscripts-version "20140307">              <!-- Scripts depend on this format -->
 <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">         <!-- Updated in Makefile -->
 <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
 <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM">           <!-- Updated in Makefile -->