source: pst/printing/lprng.xml@ 977061b0

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 977061b0 was 977061b0, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #8

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

  • Property mode set to 100644
File size: 9.9 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 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/lprng"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of LPRng</title>
77
78 <para>Install <application>LPRng</application> by running
79 the following commands:</para>
80
81<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/lprng \
82 --sysconfdir=/etc --enable-shared &amp;&amp;
83make</userinput></screen>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install
88install -v -d -m755 /usr/share/doc/lprng-&LPRng-version; &amp;&amp;
89cp -v -R DOCS/* PrintingCookbook \
90 /usr/share/doc/lprng-&LPRng-version;</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="configuration">
95 <title>Configuring LPRng</title>
96
97 <sect3 id="lprng-config">
98 <title>Config Files</title>
99
100 <para><filename>/etc/printcap</filename> and
101 <filename>/etc/lpd/*</filename></para>
102
103 <indexterm zone="LPRng lprng-config">
104 <primary sortas="e-etc-printcap">/etc/printcap</primary>
105 </indexterm>
106
107 <indexterm zone="LPRng lprng-config">
108 <primary sortas="e-etc-lpd-star">/etc/lpd/*</primary>
109 </indexterm>
110
111 </sect3>
112
113 <sect3>
114 <title>Configuration Information</title>
115
116 <para>There is no generic <filename>printcap</filename> for all printers.
117 A sample printcap is loaded into the <filename
118 class="directory">/etc</filename> directory which can be of some help.
119 Information is also available at <ulink url="http://www.lprng.org"/>,
120 <ulink url="http://www.linuxprinting.org"/> and the documentation
121 installed in <filename
122 class='directory'>/usr/share/doc/lprng-&LPRng-version;</filename>.</para>
123
124 </sect3>
125
126 <sect3 id="lprng-init">
127 <title>Boot Script</title>
128
129 <para>The init script installed by <application>LPRng</application>
130 is not consistent with other BLFS scripts; therefore, install the
131 <filename>/etc/rc.d/init.d/lprng</filename> init script included in
132 the <xref linkend="bootscripts"/> package (as the
133 <systemitem class="username">root</systemitem> user):</para>
134
135 <indexterm zone="LPRng lprng-init">
136 <primary sortas="f-lprng">lprng</primary>
137 </indexterm>
138
139<screen role="root"><userinput>make install-lprng</userinput></screen>
140
141 <note>
142 <para>You may also want to remove the <command>lpd</command>
143 script that was installed in
144 <filename class='directory'>/etc/rc.d/init.d</filename>.</para>
145 </note>
146
147 </sect3>
148
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Programs</segtitle>
156 <segtitle>Installed Library</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>cancel, checkpc, lp, lpc, lpd, lpq, lpr, lprm, lprng_certs,
161 lprng_index_certs, and lpstat</seg>
162 <seg>liblpr.{so,a}</seg>
163 <seg>/etc/lpd, /usr/lib/lprng, /usr/share/doc/&LPRng-version;,
164 /var/run/lpd, and /var/spool/lpd</seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="cancel">
174 <term><command>cancel</command></term>
175 <listitem>
176 <para>is a symlink to <command>lprm</command> used to send cancel
177 requests to an <application>LPRng</application> print service.</para>
178 <indexterm zone="LPRng cancel">
179 <primary sortas="b-cancel">cancel</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="checkpc">
185 <term><command>checkpc</command></term>
186 <listitem>
187 <para>checks out the printcap database.</para>
188 <indexterm zone="LPRng checkpc">
189 <primary sortas="b-checkpc">checkpc</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="lp">
195 <term><command>lp</command></term>
196 <listitem>
197 <para>is a symlink to <command>lpr</command> used to send requests
198 to an <application>LPRng</application> print service.</para>
199 <indexterm zone="LPRng lp">
200 <primary sortas="b-lp">lp</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="lpc">
206 <term><command>lpc</command></term>
207 <listitem>
208 <para>is a control program for the <command>lpd</command>
209 daemon.</para>
210 <indexterm zone="LPRng lpc">
211 <primary sortas="b-lpc">lpc</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="lpd">
217 <term><command>lpd</command></term>
218 <listitem>
219 <para>is the print queueing daemon.</para>
220 <indexterm zone="LPRng lpd">
221 <primary sortas="b-lpd">lpd</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 <varlistentry id="lpq">
227 <term><command>lpq</command></term>
228 <listitem>
229 <para>is a status monitoring program.</para>
230 <indexterm zone="LPRng lpq">
231 <primary sortas="b-lpq">lpq</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="lpr">
237 <term><command>lpr</command></term>
238 <listitem>
239 <para>is a print job spooler program.</para>
240 <indexterm zone="LPRng lpr">
241 <primary sortas="b-lpr">lpr</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="lprm">
247 <term><command>lprm</command></term>
248 <listitem>
249 <para>is a print job removal program.</para>
250 <indexterm zone="LPRng lprm">
251 <primary sortas="b-lprm">lprm</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="lprng_certs">
257 <term><command>lprng_certs</command></term>
258 <listitem>
259 <para>is a program used to manage SSL certificates for the
260 <application>LPRng</application> software.</para>
261 <indexterm zone="LPRng lprng_certs">
262 <primary sortas="b-lprng_certs">lprng_certs</primary>
263 </indexterm>
264 </listitem>
265 </varlistentry>
266
267 <varlistentry id="lprng_index_certs">
268 <term><command>lprng_index_certs</command></term>
269 <listitem>
270 <para>creates a set of index files in the
271 <application>LPRng</application> signing certificate directory.</para>
272 <indexterm zone="LPRng lprng_index_certs">
273 <primary sortas="b-lprng_index_certs">lprng_index_certs</primary>
274 </indexterm>
275 </listitem>
276 </varlistentry>
277
278 <varlistentry id="lpstat">
279 <term><command>lpstat</command></term>
280 <listitem>
281 <para>is a print job status reporting program.</para>
282 <indexterm zone="LPRng lpstat">
283 <primary sortas="b-lpstat">lpstat</primary>
284 </indexterm>
285 </listitem>
286 </varlistentry>
287
288 <varlistentry id="liblpr">
289 <term><filename class='libraryfile'>liblpr.{so,a}</filename></term>
290 <listitem>
291 <para>contains the API functions used by the
292 <application>LPRng</application> programs.</para>
293 <indexterm zone="LPRng liblpr">
294 <primary sortas="c-liblpr">liblpr.{so,a}</primary>
295 </indexterm>
296 </listitem>
297 </varlistentry>
298
299 </variablelist>
300
301 </sect2>
302
303</sect1>
Note: See TracBrowser for help on using the repository browser.