Ignore:
File:
1 edited

Legend:

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

    r713a871 r6a2ac79  
    2626    <title>Installation of Iana-Etc</title>
    2727
    28     <para os="p2">The following patch updates the services and protocol xml files:</para>
     28    <note os="p1">
     29      <para>This package has the option of downloading updated data when internet access is available. If /etc/resolv.conf has a nameserver entry and internet access is available at this step, then apply the IANA get patch and get the updated data:
     30<screen><command>patch -Np1 -i ../&iana-etc-get_fix-patch;</command>
     31<command>make get</command></screen>
     32Do not apply the following patch.</para>
     33    </note>
    2934
    30 <screen os="p3"><userinput>xzcat ../&iana-etc-numbers_update-patch; | patch -Np1 -i -</userinput></screen>
     35    <para os="p2">The following patch updates the services and protocol files:</para>
     36
     37<screen os="p3"><userinput>patch -Np1 -i ../&iana-etc-numbers_update-patch;</userinput></screen>
    3138
    3239    <para os="a">The following command converts the raw data provided by IANA into
     
    3441    <filename>/etc/services</filename> data files:</para>
    3542
    36 <screen os="b"><userinput>make get &amp;&amp;
    37 make</userinput></screen>
     43<screen os="b"><userinput>make</userinput></screen>
    3844
    3945    <para os="c">This package does not come with a test suite.</para>
Note: See TracChangeset for help on using the changeset viewer.