Changeset d5d4d82 in clfs-sysroot for BOOK/materials


Ignore:
Timestamp:
Jul 19, 2006, 7:24:03 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
6e439f9
Parents:
c3b61cb
Message:

Text and entity updates.

Location:
BOOK/materials/common
Files:
2 edited

Legend:

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

    rc3b61cb rd5d4d82  
    2525  most packages. If this search is unsuccessful, try one of the
    2626  alternative means of downloading discussed at <ulink
    27   url="&clfs-root;wiki/download"/>.</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

    rc3b61cb rd5d4d82  
    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.