Changeset 82a8dbfc


Ignore:
Timestamp:
Jul 17, 2006, 9:25:42 PM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
8c58c6c
Parents:
5c05e8f
Message:

Text fixes

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5c05e8f r82a8dbfc  
    3333<!ENTITY clfs-wiki "http://trac.cross-lfs.org/">
    3434<!ENTITY blfs-root "&lfs-root;blfs/">
    35 <!ENTITY faq-root "&clfs-root;wiki/faq">
     35<!ENTITY faq-root "&clfs-wiki;wiki/faq">
    3636<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
    3737<!ENTITY hints-index "&lfs-root;hints/list.html">
  • introduction/common/askforhelp.xml

    r5c05e8f r82a8dbfc  
    6969      mean that we will not help you. After all, the CLFS project is
    7070      about personal preference. Be upfront about any changes to
    71       the established procedure, this helps us evaluate and determine
     71      the established procedure&mdash;this helps us evaluate and determine
    7272      possible causes of your problem.</para>
    7373    </note>
  • materials/common/introduction.xml

    r5c05e8f r82a8dbfc  
    2525  most packages. If this search is unsuccessful, try one of the
    2626  alternative means of downloading discussed at <ulink
    27   url="http://cross-lfs.org/files/packages/&major-version;.&minor-version;.&extra-version;"/>.</para>
     27  url="&packages-root;"/>.</para>
    2828
    2929  <para>Downloaded packages and patches will need to be stored somewhere
     
    4242<screen><userinput>mkdir -v $CLFS/sources</userinput></screen>
    4343
    44   <para>Make this directory writable and sticky. <quote>Sticky</quote>
    45   means that even if multiple users have write permission on a
    46   directory, only the owner of a file can delete the file within a
    47   sticky directory. The following command will enable the write and
    48   sticky modes:</para>
     44  <para>Make this directory writable and sticky. When a directory is
     45  marked <quote>sticky</quote>, that means that even if multiple users have
     46  write permission on that directory, any file within that directory can only be
     47  deleted or modified by its owner. The following command will enable the
     48  write and sticky modes:</para>
    4949
    5050<screen><userinput>chmod -v a+wt $CLFS/sources</userinput></screen>
  • materials/common/patches.xml

    r5c05e8f r82a8dbfc  
    1515  fixed by the maintainer. The patches also make small modifications to
    1616  make the packages easier to work with. The following patches will be
    17   needed to build an CLFS system:</para>
     17  needed to build a CLFS system:</para>
    1818
    1919  <variablelist role="materials">
  • packages.ent

    r5c05e8f r82a8dbfc  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY packages-root "http://cross-lfs.org/files/packages/&generic-version;/">
     3<!ENTITY packages-root "&clfs-root;files/packages/&generic-version;/">
    44
    55<!-- Note: For empty *-home entities use " " not "" -->
  • patches.ent

    r5c05e8f r82a8dbfc  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY patches-root "http://cross-lfs.org/files/patches/&generic-version;/">
     3<!ENTITY patches-root "&clfs-root;files/patches/&generic-version;/">
    44
    55<!-- Start of Common Patches -->
Note: See TracChangeset for help on using the changeset viewer.