Changeset e75365c for BOOK


Ignore:
Timestamp:
May 5, 2006, 12:32:03 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
55ab27c
Parents:
4b1320a
Message:

r3290@server (orig r1524): ken | 2006-05-05 10:33:52 -0700
fix typo in find for headers.

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/x86/linux-headers.xml

    r4b1320a re75365c  
    6565    <para os="g">Make sure the users can read the headers:</para>
    6666
    67 <screen os="h"><userinput>find /usr/include/{asm,asm-generic-linux,mtd,net,scsi,sound} -type d -exec chmod -v 755 {} \;
     67<screen os="h"><userinput>find /usr/include/{asm,asm-generic,linux,mtd,net,scsi,sound} -type d -exec chmod -v 755 {} \;
    6868find /usr/include/{asm,asm-generic,linux,mtd,net,scsi,sound} -type f -exec chmod -v 644 {} \;</userinput></screen>
    6969
  • BOOK/general.ent

    r4b1320a re75365c  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "CLFS-SVN-20060504">
     3<!ENTITY version "CLFS-SVN-20060505">
    44<!ENTITY version-x86 "&version;-x86">
    55<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1616<!ENTITY version-alpha "&version;-ALPHA">
    1717
    18 <!ENTITY releasedate "May 4, 2006">
     18<!ENTITY releasedate "May 5, 2006">
    1919<!ENTITY milestone "0.1">
    2020<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • BOOK/introduction/x86/changelog.xml

    r4b1320a re75365c  
    3434
    3535    <listitem>
     36      <para>May 5,2006</para>
     37      <itemizedlist>
     38        <listitem>
     39          <para>[ken] - Correct typo in find for final-system headers.</para>
     40        </listitem>
     41      </itemizedlist>
     42    </listitem>
     43
     44    <listitem>
    3645      <para>October 31, 2005</para>
    3746      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.