glfs/pst/printing/lprng.xml
Randy McMurchy cef3a2f2ed Round 1 of renaming package-name entities
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3335 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-01-25 16:02:00 +00:00

155 lines
4.7 KiB
XML

<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY LPRng-download-http "http://www.lprng.com/DISTRIB/LPRng/LPRng-&LPRng-version;.tgz">
<!ENTITY LPRng-download-ftp "ftp://ftp.lprng.com/pub/LPRng/LPRng/LPRng-&LPRng-version;.tgz">
<!ENTITY LPRng-size "11 MB">
<!ENTITY LPRng-buildsize "54 MB">
<!ENTITY LPRng-time "0.35 SBU">
]>
<sect1 id="LPRng" xreflabel="LPRng-&LPRng-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="LPRng.html"?>
<title>LPRng-&LPRng-version;</title>
<sect2>
<title>Introduction to <application>LPRng</application></title>
<para>The <application>LPRng</application> package contains an enhanced,
extended and portable implementation of the Berkeley Line PRinter
(<acronym>LPR</acronym>) print spooler. This is useful for queuing print jobs.
</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&LPRng-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&LPRng-download-ftp;"/></para></listitem>
<listitem><para>Download size: &LPRng-size;</para></listitem>
<listitem><para>Estimated disk space required:
&LPRng-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&LPRng-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>LPRng</application> dependencies</title>
<sect4><title>Optional</title>
<para>
<xref linkend="openssl"/>,
<xref linkend="tcpwrappers"/> and
<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>
</para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>LPRng</application></title>
<para>Install <application>LPRng</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin \
--sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Configuring <application>LPRng</application></title>
<sect3><title>Config files</title>
<para><filename>/etc/printcap</filename></para>
</sect3>
<sect3><title>Configuration Information</title>
<para>There is no generic <filename>printcap</filename> for all
printers. A sample printcap is loaded into the <filename
class="directory">/etc</filename>
directory which can be of some help. Information is also available at
<ulink url="http://www.lprng.org"/> and <ulink
url="http://www.linuxprinting.org"/>.</para>
<para>The init script installed by <application>LPRng</application> is not
consistent with other <acronym>BLFS</acronym> scripts; therefore, install
the <filename>/etc/rc.d/init.d/lprng</filename>
init script included in the <xref linkend="intro-important-bootscripts"/> package.</para>
<screen><userinput><command>make install-lprng</command></userinput></screen>
</sect3>
</sect2>
<sect2>
<title>Contents</title>
<para>The LPRng package contains
<command>cancel</command>,
<command>checkpc</command>,
<command>lp</command>,
<command>lpc</command>,
<command>lpd</command>,
<command>lpq</command>,
<command>lpr</command>,
<command>lprm</command>,
<command>lprng_certs</command>,
<command>lprng_index_certs</command>,
<command>lpstat</command> and
<filename class="libraryfile">liblpr</filename>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>cancel</title>
<para><command>cancel</command> sends cancel requests to an LPRng print
service.</para></sect3>
<sect3><title>checkpc</title>
<para><command>checkpc</command> checks out the printcap
database.</para></sect3>
<sect3><title>lp</title>
<para><command>lp</command> sends requests to an LPRng print service.</para></sect3>
<sect3><title>lpc</title>
<para><command>lpc</command> is the control program for the daemon.</para></sect3>
<sect3><title>lpd</title>
<para><command>lpd</command> is the daemon.</para></sect3>
<sect3><title>lpq</title>
<para><command>lpq</command> is the status monitoring program.</para></sect3>
<sect3><title>lpr</title>
<para><command>lpr</command> is the job spooler program.</para></sect3>
<sect3><title>lprm</title>
<para><command>lprm</command> is the job removal program.</para></sect3>
<sect3><title>lprng_certs</title>
<para><command>lprng_certs</command> is a program used to manage
<acronym>SSL</acronym> certificates for the LPRng
software.</para></sect3>
<sect3><title>lprng_index_certs</title>
<para><command>lprng_index_certs</command> creates a set of index files
in the LPRng signing certificate directory.</para></sect3>
<sect3><title>lpstat</title>
<para><command>lpstat</command> is the job status program.</para></sect3>
</sect2>
</sect1>