lfs-utils.xml 967 B

123456789101112131415161718192021222324252627282930313233343536
  1. <sect1 id="ch06-lfs-utils">
  2. <title>Installing Lfs-Utils-&lfs-utils-version;</title>
  3. <?dbhtml filename="lfs-utils.html" dir="chapter06"?>
  4. <screen>Estimated build time: &lfs-utils-time;
  5. Estimated required disk space: &lfs-utils-compsize;</screen>
  6. &aa-lfs-utils-shortdesc;
  7. &aa-lfs-utils-dep;
  8. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  9. <sect2>
  10. <title>Installation of Lfs-Utils</title>
  11. <para>Compile the package:</para>
  12. <screen><userinput>make</userinput></screen>
  13. <para>And install it:</para>
  14. <screen><userinput>make install</userinput></screen>
  15. <para>Now copy two supporting files included in the Lfs-Utils tarball to
  16. their destination:</para>
  17. <screen><userinput>cp etc/{services,protocols} /etc</userinput></screen>
  18. <para>The <filename>/etc/services</filename> file is used to resolve service
  19. numbers to human-readable names, and the <filename>/etc/protocols</filename>
  20. does the same for protocol numbers.</para>
  21. </sect2>
  22. </sect1>