Changeset 07e8db2


Ignore:
Timestamp:
04/23/2006 09:00:37 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b179883
Parents:
830492e
Message:

Fixed command to change /tools ownewrship. Resolves ticket #1780.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7565 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r830492e r07e8db2  
    3838
    3939    <listitem>
     40      <para>April 23, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[manuel] - Fixed command to change $LFS/tools
     44          ownewrship. Resolves ticket #1780.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>April 22, 2006</para>
    4151      <itemizedlist>
    4252        <listitem>
    4353          <para>[manuel] - Revised again the Host System Requirements page
    44           wording and look. Thanks to Bruce Dubbs for the patch.</para>
     54          wording and look. Thanks to Bruce Dubbs for the patch. Resolves
     55          ticket #1779.</para>
    4556        </listitem>
    4657      </itemizedlist>
  • chapter05/changingowner.xml

    r830492e r07e8db2  
    1919  </note>
    2020
    21   <para>Currently, the <filename class="directory">/tools</filename> directory
     21  <para>Currently, the <filename class="directory">$LFS/tools</filename> directory
    2222  is owned by the user <systemitem class="username">lfs</systemitem>, a user
    2323  that exists only on the host system. If the <filename
    24   class="directory">/tools</filename> directory is kept as is, the files are
     24  class="directory">$LFS/tools</filename> directory is kept as is, the files are
    2525  owned by a user ID without a corresponding account. This is dangerous because
    2626  a user account created later could get this same user ID and would own the
    27   <filename class="directory">/tools</filename> directory and all the files
     27  <filename class="directory">$LFS/tools</filename> directory and all the files
    2828  therein, thus exposing these files to possible malicious manipulation.</para>
    2929
     
    3232  creating the <filename>/etc/passwd</filename> file, taking care to assign it
    3333  the same user and group IDs as on the host system. Better yet, change the
    34   ownership of the <filename class="directory">/tools</filename> directory to
     34  ownership of the <filename class="directory">$LFS/tools</filename> directory to
    3535  user <systemitem class="username">root</systemitem> by running the following
    3636  command:</para>
    3737
    38 <screen><userinput>chown -R root:root /tools</userinput></screen>
     38<screen><userinput>chown -R root:root $LFS/tools</userinput></screen>
    3939
    40   <para>Although the <filename class="directory">/tools</filename> directory can
    41   be deleted once the LFS system has been finished, it can be retained to build
     40  <para>Although the <filename class="directory">$LFS/tools</filename> directory
     41  can be deleted once the LFS system has been finished, it can be retained to build
    4242  additional LFS systems <emphasis>of the same book version</emphasis>. How best
    43   to backup <filename class="directory">/tools</filename> is a matter of
     43  to backup <filename class="directory">$LFS/tools</filename> is a matter of
    4444  personal preference and is left as an exercise for the reader.</para>
    4545
  • general.ent

    r830492e r07e8db2  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20060422">
    3 <!ENTITY releasedate "April 22, 2006">
     2<!ENTITY version "SVN-20060423">
     3<!ENTITY releasedate "April 23, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.