Changeset 17999d4a for pst/printing


Ignore:
Timestamp:
09/19/2003 11:13:40 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
70b838f
Parents:
a35680c
Message:

update to lprng-3.8.22 and enscript intro

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

Location:
pst/printing
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gs/espgs-desc.xml

    ra35680c r17999d4a  
    55Postscript/<acronym>PDF</acronym> files back and forth. Please
    66refer to the <acronym>HTML</acronym> documentation or try
    7 <userinput>man gs</userinput>. ESP Ghostscript provides pstoraster too.</para>
     7<command>man gs</command>. <acronym>ESP</acronym> Ghostscript provides
     8pstoraster too.</para>
    89
    910</sect2>
     
    1516<sect3>
    1617<title>pstoraster</title>
    17 <para><command>pstoraster</command> allows <acronym>CUPS</acronym> to filter output to non-postscript
    18 printers. It is built and installed only if <xref linkend="cups"/> is
    19 found.</para></sect3>
     18<para><command>pstoraster</command> allows <acronym>CUPS</acronym> to filter
     19output to non-postscript printers. It is built and installed only if
     20<xref linkend="cups"/> is found.</para></sect3>
    2021
    2122</sect2>
  • pst/printing/gs/gs-desc.xml

    ra35680c r17999d4a  
    55Postscript/<acronym>PDF</acronym>
    66files back and forth. Please refer to the <acronym>HTML</acronym> documentation or try
    7 <userinput>man gs</userinput>.</para>
     7<command>man gs</command>.</para>
    88
    99</sect2>
  • pst/printing/lprng/lprng-config.xml

    ra35680c r17999d4a  
    11<sect2>
    2 <title>Configuring LPRng</title>
     2<title>Configuring <application>LPRng</application></title>
    33
    44<sect3><title>Config files</title>
     
    1414url="http://www.linuxprinting.org"/>.</para>
    1515
    16 <para>The init script installed by LPRng is not consistent with BLFS
    17 scripts; therefore, we will create a new one with the following
    18 commands:</para>
     16<para>The init script installed by <application>LPRng</application> is not
     17consistent with <acronym>BLFS</acronym> scripts; therefore, we will create a
     18new one with the following commands:</para>
    1919
    20 <para><screen><userinput>mv /etc/rc.d/init.d/lpd /etc/rc.d/init.d/lpd.orig &amp;&amp;
    21 cat &gt; /etc/rc.d/init.d/lpd &lt;&lt; "EOF"</userinput>
     20<screen><userinput><command>mv /etc/rc.d/init.d/lpd /etc/rc.d/init.d/lpd.orig &amp;&amp;
     21cat &gt; /etc/rc.d/init.d/lpd &lt;&lt; "EOF"</command>
    2222#!/bin/sh
    2323# Begin $rc_base/init.d/lpd
     
    6262
    6363# End $rc_base/init.d/lpd
    64 <userinput>EOF
    65 chmod 755 /etc/rc.d/init.d/lpd</userinput></screen></para>
     64<command>EOF
     65chmod 755 /etc/rc.d/init.d/lpd</command></userinput></screen>
    6666
    6767<para>Create the symbolic links to the lprng init script in the relevant
    6868<filename>rc.d</filename> directories with the following commands:
    69 <screen><userinput>cd /etc/rc.d/init.d &amp;&amp;
     69<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    7070ln -sf ../init.d/lpd ../rc0.d/K00lprng &amp;&amp;
    7171ln -sf ../init.d/lpd ../rc1.d/K00lprng &amp;&amp;
     
    7474ln -sf ../init.d/lpd ../rc4.d/S99lprng &amp;&amp;
    7575ln -sf ../init.d/lpd ../rc5.d/S99lprng &amp;&amp;
    76 ln -sf ../init.d/lpd ../rc6.d/K00lprng</userinput></screen></para>
     76ln -sf ../init.d/lpd ../rc6.d/K00lprng</command></userinput></screen></para>
    7777
    7878</sect3>
  • pst/printing/lprng/lprng-desc.xml

    ra35680c r17999d4a  
    22<title>Contents</title>
    33
    4 <para>The LPRng package contains <userinput>lp</userinput>,
    5 <userinput>lpq</userinput>, <userinput>lpr</userinput>,
    6 <userinput>lprm</userinput>, <userinput>lpstat</userinput>,
    7 <userinput>lpc</userinput> and <userinput>lpd</userinput>.</para>
     4<para>The LPRng package contains <command>lp</command>,
     5<command>lpq</command>, <command>lpr</command>,
     6<command>lprm</command>, <command>lpstat</command>,
     7<command>lpc</command> and <command>lpd</command>.</para>
    88
    99</sect2>
     
    1212
    1313<sect3><title>lp</title>
    14 <para>lp is a symbolic link to lpr.</para></sect3>
     14<para><command>lp</command> is a symbolic link to <command>lpr</command>.</para></sect3>
    1515
    1616<sect3><title>lpq</title>
    17 <para>lpq is the status monitoring program.</para></sect3>
     17<para><command>lpq</command> is the status monitoring program.</para></sect3>
    1818
    1919<sect3><title>lpr</title>
    20 <para>lpr is the job spooler program.</para></sect3>
     20<para><command>lpr</command> is the job spooler program.</para></sect3>
    2121
    2222<sect3><title>lprm</title>
    23 <para>lprm is the job removal program.</para></sect3>
     23<para><command>lprm</command> is the job removal program.</para></sect3>
    2424
    2525<sect3><title>lpstat</title>
    26 <para>lpstat is the job status program.</para></sect3>
     26<para><command>lpstat</command> is the job status program.</para></sect3>
    2727
    2828<sect3><title>lpc</title>
    29 <para>lpc is the control program for the daemon.</para></sect3>
     29<para><command>lpc</command> is the control program for the daemon.</para></sect3>
    3030
    3131<sect3><title>lpd</title>
    32 <para>lpd is the daemon.</para></sect3>
     32<para><command>lpd</command> is the daemon.</para></sect3>
    3333
    3434</sect2>
  • pst/printing/lprng/lprng-exp.xml

    ra35680c r17999d4a  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--libexecdir=/usr/sbin --sysconfdir=/etc</userinput> :
     4<para><command>--libexecdir=/usr/sbin --sysconfdir=/etc</command> :
    55These switches prevent the default use of <filename>/usr/libexec</filename> and <filename>/usr/etc</filename>.</para>
    66
  • pst/printing/lprng/lprng-inst.xml

    ra35680c r17999d4a  
    11<sect2>
    2 <title>Installation of LPRng</title>
     2<title>Installation of <application>LPRng</application></title>
    33
    4 <para>Install LPRng by running the following commands:</para>
     4<para>Install <application>LPRng</application> by running the following
     5commands:</para>
    56
    6 <para><screen><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc &amp;&amp;
    78make &amp;&amp;
    8 make install</userinput></screen></para>
     9make install</command></userinput></screen>
    910
    1011</sect2>
  • pst/printing/lprng/lprng-intro.xml

    ra35680c r17999d4a  
    11<sect2>
    2 <title>Introduction to LPRng</title>
     2<title>Introduction to <application>LPRng</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&LPRng-download-http;"/>
    5 Download location (FTP):        <ulink url="&LPRng-download-ftp;"/>
    6 Version used:                   &LPRng-version;
    7 Package size:                   &LPRng-size;
    8 Estimated Disk space required:  &LPRng-buildsize;
    9 Estimated build time:           &LPRng-time;</screen>
     4<para>The <application>LPRng</application> package contains an enhanced,
     5extended and portable implementation of the Berkeley Line PRinter
     6(<acronym>LPR</acronym>) print spooler. This is useful for queueing print jobs.
     7</para>
    108
    11 <para>The LPRng package contains an enhanced, extended and portable
    12 implementation of the Berkeley LPR print spooler. This is useful for
    13 queueing print jobs.</para>
     9<sect3><title>Package information</title>
     10<itemizedlist spacing='compact'>
     11<listitem><para>Download (HTTP): <ulink
     12url="&LPRng-download-http;"/></para></listitem>
     13<listitem><para>Download (FTP): <ulink
     14url="&LPRng-download-ftp;"/></para></listitem>
     15<listitem><para>Download size: &LPRng-size;</para></listitem>
     16<listitem><para>Estimated Disk space required:
     17&LPRng-buildsize;</para></listitem>
     18<listitem><para>Estimated build time:
     19&LPRng-time;</para></listitem></itemizedlist>
     20</sect3>
    1421
    1522</sect2>
  • pst/printing/lprng/lprng.ent

    ra35680c r17999d4a  
    55<!ENTITY LPRng-desc SYSTEM "lprng-desc.xml">
    66<!ENTITY LPRng-config SYSTEM "lprng-config.xml">
    7 <!ENTITY LPRng-buildsize "46.2 MB">
    8 <!ENTITY LPRng-version "3.8.20">
     7<!ENTITY LPRng-buildsize "59.5 MB">
     8<!ENTITY LPRng-version "3.8.22">
    99<!ENTITY LPRng-download-http "http://www.lprng.com/DISTRIB/LPRng/LPRng-&LPRng-version;.tgz">
    1010<!ENTITY LPRng-download-ftp "ftp://ftp.lprng.com/pub/LPRng/LPRng/LPRng-&LPRng-version;.tgz">
    11 <!ENTITY LPRng-size "9.6 MB">
    12 <!ENTITY LPRng-time "0.70 SBU">
     11<!ENTITY LPRng-size "15.4 MB">
     12<!ENTITY LPRng-time "0.29 SBU">
Note: See TracChangeset for help on using the changeset viewer.