Changeset 2569

Show
Ignore:
Timestamp:
09/07/06 22:39:22 (2 years ago)
Author:
jim
Message:

Simplified glibc copying of localtime

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-1.0/BOOK/final-system/x86/glibc.xml

    r2365 r2569  
    238238    <filename>/etc/localtime</filename> file by running:</para> 
    239239 
    240 <screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \ 
     240<screen><userinput>cp -fv /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \ 
    241241    /etc/localtime</userinput></screen> 
    242242 
    243243    <para>Replace <replaceable>[xxx]</replaceable> with the name of the time zone 
    244244    that <command>tzselect</command> provided (e.g., Canada/Eastern).</para> 
    245  
    246     <variablelist> 
    247       <title>The meaning of the cp option:</title> 
    248  
    249       <varlistentry> 
    250         <term><parameter>--remove-destination</parameter></term> 
    251         <listitem> 
    252           <para>This is needed to force removal of the already existing symbolic 
    253           link. The reason for copying the file instead of using a symlink is to 
    254           cover the situation where <filename class="directory">/usr</filename> 
    255           is on a separate partition. This could be important when booted into 
    256           single user mode.</para> 
    257         </listitem> 
    258       </varlistentry> 
    259     </variablelist> 
    260245 
    261246  </sect2>