libol.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-system-libol" xreflabel="Libol" role="wrap">
  7. <title>Libol-&libol-version;</title>
  8. <?dbhtml filename="libol.html"?>
  9. <indexterm zone="ch-system-libol"><primary sortas="a-Libol">Libol</primary></indexterm>
  10. <sect2 role="package"><title/>
  11. <para>The Libol package contains support libraries needed by Syslog-ng.</para>
  12. <segmentedlist>
  13. <segtitle>&buildtime;</segtitle>
  14. <segtitle>&diskspace;</segtitle>
  15. <seglistitem><seg>Unchecked</seg><seg>Unchecked</seg></seglistitem>
  16. </segmentedlist>
  17. <segmentedlist>
  18. <segtitle>Libol installation depends on</segtitle>
  19. <seglistitem><seg>Unchecked</seg></seglistitem>
  20. </segmentedlist>
  21. </sect2>
  22. <sect2 role="installation">
  23. <title>Installation of Libol</title>
  24. <para>Prepare Libol for compilation</para>
  25. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  26. <para>Compile the package:</para>
  27. <screen><userinput>make</userinput></screen>
  28. <para>Install the package:</para>
  29. <screen><userinput>make install</userinput></screen>
  30. </sect2>
  31. <sect2 id="contents-libol" role="content"><title>Contents of Libol</title>
  32. <segmentedlist>
  33. <segtitle>Installed programs</segtitle>
  34. <seglistitem><seg>Unchecked</seg></seglistitem>
  35. </segmentedlist>
  36. <!--
  37. <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
  38. <?dbfo list-presentation="list"?>
  39. <?dbhtml list-presentation="table"?>
  40. <varlistentry id="klogd">
  41. <term><command>klogd</command></term>
  42. <listitem>
  43. <indexterm zone="ch-system-sysklogd klogd"><primary sortas="b-klogd">klogd</primary></indexterm>
  44. <para>is a system daemon for intercepting and logging kernel messages.</para>
  45. </listitem>
  46. </varlistentry>
  47. <varlistentry id="syslogd">
  48. <term><command>syslogd</command></term>
  49. <listitem>
  50. <indexterm zone="ch-system-sysklogd syslogd"><primary sortas="b-syslogd">syslogd</primary></indexterm>
  51. <para>logs the messages that system programs
  52. offer for logging. Every logged message contains at least a date stamp and a
  53. hostname, and normally the program's name too, but that depends on how
  54. trusting the logging daemon is told to be.</para>
  55. </listitem>
  56. </varlistentry>
  57. </variablelist>
  58. -->
  59. </sect2>
  60. </sect1>