source: pst/printing/lprng.xml@ f1283d3f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f1283d3f was f1283d3f, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. Pst.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5384 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 9.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY LPRng-download-http "http://www.lprng.com/DISTRIB/LPRng/LPRng-&LPRng-version;.tgz">
8 <!ENTITY LPRng-download-ftp "ftp://ftp.lprng.com/pub/LPRng/LPRng/LPRng-&LPRng-version;.tgz">
9 <!ENTITY LPRng-md5sum "1b3a0abd291b260eab6087ac0e61ed84">
10 <!ENTITY LPRng-size "10.2 MB">
11 <!ENTITY LPRng-buildsize "71.8 MB">
12 <!ENTITY LPRng-time "0.42 SBU">
13]>
14
15<sect1 id="LPRng" xreflabel="LPRng-&LPRng-version;">
16 <?dbhtml filename="LPRng.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">LPRng-&LPRng-version;.tar</keyword>
23 <keyword role="ftpdir">LPRng</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>LPRng-&LPRng-version;</title>
28
29 <indexterm zone="LPRng">
30 <primary sortas="a-LPRng">LPRng</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to LPRng</title>
35
36 <para>The <application>LPRng</application> package contains an enhanced,
37 extended and portable implementation of the Berkeley Line PRinter (LPR)
38 print spooler. This is useful for queuing print jobs.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&LPRng-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&LPRng-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &LPRng-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &LPRng-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &LPRng-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &LPRng-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">LPRng Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para role="optional"><xref linkend="openssl"/>,
66 <xref linkend="tcpwrappers"/>,
67 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
68 and <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink></para>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of LPRng</title>
74
75 <para>Install <application>LPRng</application> by running
76 the following commands:</para>
77
78<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/lprng \
79 --sysconfdir=/etc --enable-shared &amp;&amp;
80make</userinput></screen>
81
82 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
83
84<screen role="root"><userinput>make install
85install -v -d -m755 /usr/share/doc/lprng-&LPRng-version; &amp;&amp;
86cp -v -R DOCS/* PrintingCookbook \
87 /usr/share/doc/lprng-&LPRng-version;</userinput></screen>
88
89 </sect2>
90
91 <sect2 role="configuration">
92 <title>Configuring LPRng</title>
93
94 <sect3 id="lprng-config">
95 <title>Config Files</title>
96
97 <para><filename>/etc/printcap</filename> and
98 <filename>/etc/lpd/*</filename></para>
99
100 <indexterm zone="LPRng lprng-config">
101 <primary sortas="e-etc-printcap">/etc/printcap</primary>
102 </indexterm>
103
104 <indexterm zone="LPRng lprng-config">
105 <primary sortas="e-etc-lpd-star">/etc/lpd/*</primary>
106 </indexterm>
107
108 </sect3>
109
110 <sect3>
111 <title>Configuration Information</title>
112
113 <para>There is no generic <filename>printcap</filename> for all printers.
114 A sample printcap is loaded into the <filename
115 class="directory">/etc</filename> directory which can be of some help.
116 Information is also available at <ulink url="http://www.lprng.org"/>,
117 <ulink url="http://www.linuxprinting.org"/> and the documentation
118 installed in <filename
119 class='directory'>/usr/share/doc/lprng-&LPRng-version;</filename>.</para>
120
121 </sect3>
122
123 <sect3 id="lprng-init">
124 <title>Boot Script</title>
125
126 <para>The init script installed by <application>LPRng</application>
127 is not consistent with other BLFS scripts; therefore, install the
128 <filename>/etc/rc.d/init.d/lprng</filename> init script included in
129 the <xref linkend="intro-important-bootscripts"/> package (as the
130 <systemitem class="username">root</systemitem> user):</para>
131
132 <indexterm zone="LPRng lprng-init">
133 <primary sortas="f-lprng">lprng</primary>
134 </indexterm>
135
136<screen role="root"><userinput>make install-lprng</userinput></screen>
137
138 <note>
139 <para>You may also want to remove the <command>lpd</command>
140 script that was installed in
141 <filename class='directory'>/etc/rc.d/init.d</filename>.</para>
142 </note>
143
144 </sect3>
145
146 </sect2>
147
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Programs</segtitle>
153 <segtitle>Installed Library</segtitle>
154 <segtitle>Installed Directories</segtitle>
155
156 <seglistitem>
157 <seg>cancel, checkpc, lp, lpc, lpd, lpq, lpr, lprm, lprng_certs,
158 lprng_index_certs, and lpstat</seg>
159 <seg>liblpr.[so,a]</seg>
160 <seg>/etc/lpd, /usr/lib/lprng, /usr/share/doc/&LPRng-version;,
161 /var/run/lpd, and /var/spool/lpd</seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="cancel">
171 <term><command>cancel</command></term>
172 <listitem>
173 <para>is a symlink to <command>lprm</command> used to send cancel
174 requests to an <application>LPRng</application> print service.</para>
175 <indexterm zone="LPRng cancel">
176 <primary sortas="b-cancel">cancel</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="checkpc">
182 <term><command>checkpc</command></term>
183 <listitem>
184 <para>checks out the printcap database.</para>
185 <indexterm zone="LPRng checkpc">
186 <primary sortas="b-checkpc">checkpc</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="lp">
192 <term><command>lp</command></term>
193 <listitem>
194 <para>is a symlink to <command>lpr</command> used to send requests
195 to an <application>LPRng</application> print service.</para>
196 <indexterm zone="LPRng lp">
197 <primary sortas="b-lp">lp</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="lpc">
203 <term><command>lpc</command></term>
204 <listitem>
205 <para>is a control program for the <command>lpd</command>
206 daemon.</para>
207 <indexterm zone="LPRng lpc">
208 <primary sortas="b-lpc">lpc</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="lpd">
214 <term><command>lpd</command></term>
215 <listitem>
216 <para>is the print queueing daemon.</para>
217 <indexterm zone="LPRng lpd">
218 <primary sortas="b-lpd">lpd</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="lpq">
224 <term><command>lpq</command></term>
225 <listitem>
226 <para>is a status monitoring program.</para>
227 <indexterm zone="LPRng lpq">
228 <primary sortas="b-lpq">lpq</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="lpr">
234 <term><command>lpr</command></term>
235 <listitem>
236 <para>is a print job spooler program.</para>
237 <indexterm zone="LPRng lpr">
238 <primary sortas="b-lpr">lpr</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="lprm">
244 <term><command>lprm</command></term>
245 <listitem>
246 <para>is a print job removal program.</para>
247 <indexterm zone="LPRng lprm">
248 <primary sortas="b-lprm">lprm</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="lprng_certs">
254 <term><command>lprng_certs</command></term>
255 <listitem>
256 <para>is a program used to manage SSL certificates for the
257 <application>LPRng</application> software.</para>
258 <indexterm zone="LPRng lprng_certs">
259 <primary sortas="b-lprng_certs">lprng_certs</primary>
260 </indexterm>
261 </listitem>
262 </varlistentry>
263
264 <varlistentry id="lprng_index_certs">
265 <term><command>lprng_index_certs</command></term>
266 <listitem>
267 <para>creates a set of index files in the
268 <application>LPRng</application> signing certificate directory.</para>
269 <indexterm zone="LPRng lprng_index_certs">
270 <primary sortas="b-lprng_index_certs">lprng_index_certs</primary>
271 </indexterm>
272 </listitem>
273 </varlistentry>
274
275 <varlistentry id="lpstat">
276 <term><command>lpstat</command></term>
277 <listitem>
278 <para>is a print job status reporting program.</para>
279 <indexterm zone="LPRng lpstat">
280 <primary sortas="b-lpstat">lpstat</primary>
281 </indexterm>
282 </listitem>
283 </varlistentry>
284
285 <varlistentry id="liblpr">
286 <term><filename class='libraryfile'>liblpr.[so,a]</filename></term>
287 <listitem>
288 <para>contains the API functions used by the
289 <application>LPRng</application> programs.</para>
290 <indexterm zone="LPRng liblpr">
291 <primary sortas="c-liblpr">liblpr.[so,a]</primary>
292 </indexterm>
293 </listitem>
294 </varlistentry>
295
296 </variablelist>
297
298 </sect2>
299
300</sect1>
Note: See TracBrowser for help on using the repository browser.