Changeset 2d94b6c for BOOK


Ignore:
Timestamp:
Apr 27, 2006, 8:43:39 AM (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:
f3f3c33
Parents:
966d3087
Message:

r3150@server (orig r1476): ken | 2006-04-27 06:29:18 -0700
Remove reference to /usr/local from yaboot manpages, fixes ticket #25.

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/ppc/yaboot.xml

    r966d3087 r2d94b6c  
    3939
    4040<screen><userinput>patch -Np1 -i ../yaboot-&yaboot-version;-fix-1.patch</userinput></screen>
     41
     42    <para>The supplied man pages have <filename class="directory">/usr/local
     43    </filename> in the text.  This sed will correct that:</para>
     44
     45<screen><userinput>sed -i 's%/usr/local%/usr%' man/*</userinput></screen>
    4146
    4247    <para>Compile the Yaboot package:</para>
  • BOOK/general.ent

    r966d3087 r2d94b6c  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "CLFS-SVN-20060426">
     3<!ENTITY version "CLFS-SVN-20060427">
    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 "April 26, 2006">
     18<!ENTITY releasedate "April 27, 2006">
    1919<!ENTITY milestone "0.1">
    2020<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • BOOK/introduction/ppc/changelog.xml

    r966d3087 r2d94b6c  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>April 27, 2006</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[ken] - Remove references to /usr/local from yaboot man pages.
     41          </para>
     42        </listitem>
     43      </itemizedlist>
     44    </listitem>
    3545
    3646    <listitem>
  • BOOK/introduction/ppc64/changelog.xml

    r966d3087 r2d94b6c  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>April 27, 2006</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[ken] - Remove references to /usr/local from yaboot man pages.
     41          </para>
     42        </listitem>
     43      </itemizedlist>
     44    </listitem>
    3545
    3646    <listitem>
Note: See TracChangeset for help on using the changeset viewer.