Changeset cc8d737 in clfs-sysroot for BOOK/network


Ignore:
Timestamp:
03/15/09 19:07:43 (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
8909252
Parents:
47dadc6
Message:

Use cat instead of echo wherever possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/network/common/hostname.xml

    r47dadc6 rcc8d737  
    2222  and enter a hostname by running:</para>
    2323
    24   <screen><userinput>echo "HOSTNAME=<replaceable>[clfs]</replaceable>" &gt; ${CLFS}/etc/sysconfig/network</userinput></screen>
     24<screen><userinput>cat &gt; ${CLFS}/etc/sysconfig/network &lt;&lt; EOF
     25HOSTNAME=<replaceable>[clfs]</replaceable>
     26EOF</userinput></screen>
    2527
    2628  <para><replaceable>[clfs]</replaceable> needs to be replaced with the
Note: See TracChangeset for help on using the changeset viewer.