source: pst/printing/lprng.xml@ 0aeb696

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

Added a comment to each file that may need a mention of a test suite added to it, this allows closing of bug #1697

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

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