Ignore:
Timestamp:
Jul 17, 2006, 9:25:42 PM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f933d85
Parents:
07621da
Message:

Text fixes

Location:
BOOK/materials/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/materials/common/introduction.xml

    r07621da r35b75e6  
    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>
  • BOOK/materials/common/patches.xml

    r07621da r35b75e6  
    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">
Note: See TracChangeset for help on using the changeset viewer.