Changeset 63cad62f


Ignore:
Timestamp:
Mar 12, 2014, 2:50:57 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
fb31ecf
Parents:
0eb865d
Message:

Remove redundant parameter from cp command

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/glibc.xml

    r0eb865d r63cad62f  
    339339    <filename>/etc/localtime</filename> file by running:</para>
    340340
    341 <screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \
     341<screen><userinput>cp -v /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \
    342342    /etc/localtime</userinput></screen>
    343343
    344344    <para>Replace <replaceable>[xxx]</replaceable> with the name of the time zone
    345345    that <command>tzselect</command> provided (e.g., Canada/Eastern).</para>
    346 
    347     <variablelist>
    348       <title>The meaning of the cp option:</title>
    349 
    350       <varlistentry>
    351         <term><parameter>--remove-destination</parameter></term>
    352         <listitem>
    353           <para>This is needed to force removal of the already existing symbolic
    354           link. The reason for copying the file instead of using a symlink is to
    355           cover the situation where <filename class="directory">/usr</filename>
    356           is on a separate partition. This could be important when booted into
    357           single user mode.</para>
    358         </listitem>
    359       </varlistentry>
    360     </variablelist>
    361346
    362347  </sect2>
  • BOOK/introduction/common/changelog.xml

    r0eb865d r63cad62f  
    4444          for Readline and Bash.</para>
    4545        </listitem>
     46        <listitem>
     47          <para>[Chris] - Deleted --remove-destination parameter when creating
     48          /etc/localtime - it's no longer needed.</para>
     49        </listitem>
    4650      </itemizedlist>
    4751    </listitem>
Note: See TracChangeset for help on using the changeset viewer.