source: pst/printing/lprng.xml@ 6025fa54

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 6025fa54 was 6025fa54, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Update to LPRng-3.8.B

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