/usr/share/doc/lire/user-manual/ch17.html is in lire-doc 2:2.1.1-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 17. Installation Parameters</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Lire User's Manual"><link rel="up" href="pt03.html" title="Part III. Lire Reference"><link rel="prev" href="pt03.html" title="Part III. Lire Reference"><link rel="next" href="ch17s02.html" title="Installation Environment Variables"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 17. Installation Parameters</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="pt03.html">Prev</a> </td><th width="60%" align="center">Part III. <span class="application">Lire</span> Reference</th><td width="20%" align="right"> <a accesskey="n" href="ch17s02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter 17. Installation Parameters"><div class="titlepage"><div><div><h2 class="title"><a name="chap:installation-parameters-ref"></a>Chapter 17. Installation Parameters</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch17.html#sect:configure.params"><span class="command"><strong>./configure</strong></span> parameters</a></span></dt><dt><span class="section"><a href="ch17s02.html">Installation Environment Variables</a></span></dt></dl></div><p>This chapter describes the various configuration variables
that can be set when installing <span class="application">Lire</span>. These can be set using
options to <span class="command"><strong>./configure</strong></span> or by setting
environment variables.
</p><div class="section" title="./configure parameters"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sect:configure.params"></a><span class="command"><strong>./configure</strong></span> parameters</h2></div></div></div><div class="variablelist"><dl><dt><span class="term"><code class="option">--prefix</code></span></dt><dd><p>This option specifies where <span class="application">Lire</span> will be
installed.</p><p>Defaults to <code class="filename">/usr/local</code>.</p></dd><dt><span class="term"><code class="option">--bindir</code></span></dt><dd><p>This option specifies where <span class="application">Lire</span>'s executables
intended for users will be installed.
</p><p>Defaults to
<code class="filename"><em class="replaceable"><code>${prefix}</code></em>/bin</code>.
</p></dd><dt><span class="term"><code class="option">--sysconfdir</code></span></dt><dd><p>This option specifies where <span class="application">Lire</span>'s configuration
files will be installed. (Actually, they will be
installed in a subdirectory named
<code class="filename">lire</code>.)
</p><p>Defaults to
<code class="filename"><em class="replaceable"><code>${prefix}</code></em>/etc</code>.
</p></dd><dt><span class="term"><code class="option">--libexecdir</code></span></dt><dd><p>This option specifies where <span class="application">Lire</span>'s
internal executables and scripts will be installed.
(Actually, they will be installed in a
subdirectory of this one named <code class="filename">lire</code>.)
</p><p>Defaults to
<code class="filename"><em class="replaceable"><code>${prefix}</code></em>/libexec</code>.
</p></dd><dt><span class="term"><code class="option">--sharedstatedir</code></span></dt><dd><p>This option specifies where <span class="application">Lire</span>'s
data files will be installed.
(Actually, they will be installed in a
subdirectory of this one named <code class="filename">lire</code>.)
</p><p>Defaults to
<code class="filename"><em class="replaceable"><code>${prefix}</code></em>/share</code>.
</p></dd><dt><span class="term"><code class="option">--mandir</code></span></dt><dd><p>This option specifies where <span class="application">Lire</span>'s
man pages will be installed.
</p><p>Defaults to
<code class="filename"><em class="replaceable"><code>${prefix}</code></em>/man</code>.
</p></dd><dt><span class="term"><code class="option">--with-perl5libdir</code></span></dt><dd><p>This option specifies where <span class="application">Lire</span>'s perl modules
will be installed.
</p><p>Defaults to
<code class="filename"><em class="replaceable"><code>${prefix}</code></em>/share/perl5</code>.
</p></dd><dt><span class="term"><code class="option">--with-spooldir</code></span></dt><dd><p>This option specifies the default value of
<code class="varname">lr_spool_dir</code> which is the spool directory
used by the responder. Unless you're running your
own responder this variable is not relevant.
</p></dd><dt><span class="term"><code class="option">--with-archivedir</code></span></dt><dd><p>When you're archiving your reports and logs using
the archive feature this sets the default value of
<code class="varname">lr_archive_dir</code>.
</p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pt03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="pt03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch17s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Part III. <span class="application">Lire</span> Reference </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Installation Environment Variables</td></tr></table></div></body></html>
|