Explorar o código

Don't create /lib/udev/devices/kmsg as Udev >= 142 creates it automatically. Fixes #2552.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9159 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess %!s(int64=15) %!d(string=hai) anos
pai
achega
0152a7b7b9
Modificáronse 2 ficheiros con 5 adicións e 1 borrados
  1. 5 0
      chapter01/changelog.xml
  2. 0 1
      chapter06/udev.xml

+ 5 - 0
chapter01/changelog.xml

@@ -40,6 +40,11 @@
     <listitem>
       <para>2010-01-24</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] Don't create /lib/udev/devices/kmsg as Udev >= 142
+          creates it automatically. Fixes
+          <ulink url="&lfs-ticket-root;2552">#2552</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] Upgrade to File-5.04. Fixes
           <ulink url="&lfs-ticket-root;2555">#2555</ulink>.</para>

+ 0 - 1
chapter06/udev.xml

@@ -51,7 +51,6 @@
 
 <screen><userinput remap="install">install -dv /lib/{firmware,udev/devices/{pts,shm}}
 mknod -m0666 /lib/udev/devices/null c 1 3
-mknod -m0600 /lib/udev/devices/kmsg c 1 11
 ln -sv /proc/self/fd /lib/udev/devices/fd
 ln -sv /proc/self/fd/0 /lib/udev/devices/stdin
 ln -sv /proc/self/fd/1 /lib/udev/devices/stdout