aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-03-07 17:40:58 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-03-07 17:40:58 +0000
commit5d5390bf017840e0acb97a4834fb7f8abb3139d9 (patch)
treedd4c5d603a899152311ef14df525e27ad7fb6567
parentaa7e88f3c731c0afc366dad5281ab80a4cb6d07b (diff)
Update location of udevd in bootscripts
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10506 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--bootscripts/lfs/init.d/udev2
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--general.ent4
-rw-r--r--packages.ent2
4 files changed, 14 insertions, 5 deletions
diff --git a/bootscripts/lfs/init.d/udev b/bootscripts/lfs/init.d/udev
index 739109cda..ab56ab9e3 100644
--- a/bootscripts/lfs/init.d/udev
+++ b/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
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index e8a81ad44..eb6530d96 100644
--- a/chapter01/changelog.xml
+++ b/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
diff --git a/general.ent b/general.ent
index 2e73e70d1..bf8e38459 100644
--- a/general.ent
+++ b/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}]" -->
diff --git a/packages.ent b/packages.ent
index 02484290c..41d2c52ec 100644
--- a/packages.ent
+++ b/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 -->