Changeset 6ea075cf


Ignore:
Timestamp:
06/28/2004 11:20:32 PM (20 years ago)
Author:
Zack Winkles <winkie@…>
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, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
181a690
Parents:
7109566
Message:

Upgraded to Udev 028, and dropped the permissions patch

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r7109566 r6ea075cf  
    5757<listitem><para>sysklogd-1.4.1-signal-1.patch</para></listitem>
    5858<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
    59 <listitem><para>udev-027</para></listitem>
    60 <listitem><para>udev-027-permissions-1.patch</para></listitem>
     59<listitem><para>udev-028</para></listitem>
    6160<listitem><para>udev-config-1.permissions</para></listitem>
    6261<listitem><para>udev-config-1.rules</para></listitem>
     
    7978</listitem>
    8079
     80<listitem><para>June 28, 2004 [winkie]: Upgraded to Udev 028, and dropped the
     81Udev permissions patch.</para></listitem>
     82
    8183<listitem><para>June 28, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.2.
    8284</para></listitem>
  • chapter03/patches.xml

    r7109566 r6ea075cf  
    163163
    164164<varlistentry>
    165 <term>Udev Permissions Patch - 3 KB:</term>
    166 <listitem>
    167 <para><ulink url="&patches-root;udev-&udev-version;-permissions-1.patch"/></para>
    168 </listitem>
    169 </varlistentry>
    170 
    171 <varlistentry>
    172165<term>Util-Linux Kernel Headers Patch - 3 KB:</term>
    173166<listitem>
  • chapter06/udev.xml

    r7109566 r6ea075cf  
    2424<title>Installation of Udev</title>
    2525
    26 <para>Begin by fixing an issue by which Udev ignores the contents of its
    27 permissions configuration file, and instead makes certain nodes (in particular
    28 <filename>/dev/null</filename>) usable only by root.</para>
    29 
    30 <screen><userinput>patch -Np1 -i ../udev-027-permissions-1.patch</userinput></screen>
    31 
    32 <para>Now compile Udev:</para>
     26<para>First compile Udev:</para>
    3327
    3428<screen><userinput>make udevdir=/dev</userinput></screen>
  • general.ent

    r7109566 r6ea075cf  
    6969<!ENTITY texinfo-version "4.7">
    7070<!ENTITY util-linux-version "2.12a">
    71 <!ENTITY udev-version "027">
     71<!ENTITY udev-version "028">
    7272<!ENTITY vim-version "6.3">
    7373<!ENTITY zlib-version "1.2.1">
Note: See TracChangeset for help on using the changeset viewer.