Changeset 5d5390b


Ignore:
Timestamp:
03/07/2014 05:40:58 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
15458da
Parents:
aa7e88f
Message:

Update location of udevd in bootscripts

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10506 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/lfs/init.d/udev

    raa7e88f r5d5390b  
    5050      # Start the udev daemon to continually watch for, and act on,
    5151      # uevents
    52       /lib/udev/udevd --daemon
     52      /sbin/udevd --daemon
    5353
    5454      # Now traverse /sys in order to "coldplug" devices that have
  • chapter01/changelog.xml

    raa7e88f r5d5390b  
    3838
    3939    <listitem>
    40       <para>2014-03-03</para>
     40      <para>2014-03-07</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Update location of udevd in bootscripts.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
     49      <para>2014-03-06</para>
    4150      <itemizedlist>
    4251        <listitem>
  • general.ent

    raa7e88f r5d5390b  
    1 <!ENTITY version         "SVN-20140306">
    2 <!ENTITY releasedate     "March 6, 2014">
     1<!ENTITY version         "SVN-20140307">
     2<!ENTITY releasedate     "March 7, 2014">
    33<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone       "7.6">
  • packages.ent

    raa7e88f r5d5390b  
    323323<!ENTITY less-ch6-sbu "less than 0.1 SBU">
    324324
    325 <!ENTITY lfs-bootscripts-version "20130821">                 <!-- Scripts depend on this format -->
     325<!ENTITY lfs-bootscripts-version "20140307">              <!-- Scripts depend on this format -->
    326326<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">         <!-- Updated in Makefile -->
    327327<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
Note: See TracChangeset for help on using the changeset viewer.