Ignore:
Timestamp:
Sep 15, 2006, 7:06:38 AM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
6ec9929
Parents:
142e52c5
Message:

Change occurences of $VARIABLE to $\{VARIABLE\} for consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/common/changingowner.xml

    r142e52c5 r2484938  
    1111  <title>Changing Ownership</title>
    1212
    13   <para os="a">Currently, the <filename class="directory">$CLFS</filename>
     13  <para os="a">Currently, the <filename class="directory">${CLFS}</filename>
    1414  directory and all of its subdirectories  are owned by the user
    1515  <systemitem class="username">clfs</systemitem>, a user that exists only
    16   on the host system. For security reasons, the $CLFS root directory and
     16  on the host system. For security reasons, the ${CLFS} root directory and
    1717  all of it subdirectories should be owned by
    1818  <systemitem class="username">root</systemitem>. Change the ownership
    19   for $CLFS and its subdirectories by running this command:</para>
     19  for ${CLFS} and its subdirectories by running this command:</para>
    2020
    2121<screen os="b"><userinput>chown -Rv root:root ${CLFS}</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.