Changeset 5f83175


Ignore:
Timestamp:
10/11/2014 01:52:02 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bc0ab4c
Parents:
2214b51
Message:

Expand configuration for Cups.
Cleanups and fix typos in boot scripts.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2214b51 r5f83175  
    7272<!-- End LFS versions -->
    7373
    74 <!ENTITY blfs-bootscripts-version     "20140919">
     74<!ENTITY blfs-bootscripts-version     "20141008">
    7575<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    7676
  • introduction/welcome/changelog.xml

    r2214b51 r5f83175  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] - Expand configuration for Cups.  Fixes
     52          <ulink url="&blfs-ticket-root;5628">#5628</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - Update to Archive-Zip-1.38.  Fixes
    5256          <ulink url="&blfs-ticket-root;5639">#5639</ulink>.</para>
  • pst/printing/cups.xml

    r2214b51 r5f83175  
    7272      </listitem>
    7373    </itemizedlist>
    74 <!--
    75     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    76     <itemizedlist spacing="compact">
    77       <listitem>
    78         <para>
    79           Optional patch:
    80           <ulink url="&patch-root;/cups-&cups-version;-content_type-1.patch"/>
    81         </para>
    82       </listitem>
    83     </itemizedlist>-->
    8474
    8575    <bridgehead renderas="sect3">Cups Dependencies</bridgehead>
     
    10393      <xref linkend="python2"/>, and
    10494      <xref linkend="xdg-utils"/>
    105     </para>
    106 
    107     <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
     95     
     96    </para>
     97
     98    <bridgehead renderas="sect4">Required (Postinstall)</bridgehead>
    10899    <para role="required runtime">
    109100      <xref linkend="cups-filters"/>
    110101    </para>
    111102
     103    <bridgehead renderas="sect4">Optional (Postinstall)</bridgehead>
     104    <para role="optional runtime">
     105      <xref linkend="gutenprint"/> and
     106      <ulink url="http://hplipopensource.com/hplip-web/index.html">hplip</ulink> (HP printers)
     107    </para>
     108     
    112109    <para condition="html" role="usernotes">User Notes:
    113110      <ulink url="&blfs-wiki;/cups"/>
     
    134131    </para>
    135132
    136 <screen>Device Drivers  ---&gt;
     133<screen><literal>Device Drivers  ---&gt;
    137134  USB support  ---&gt;
    138     OHCI HCD (USB 1.1) support: Y or M
    139     UHCI HCD (most Intel and VIA) support: Y or M
    140     USB Printer support: Y or M</screen>
     135    OHCI HCD (USB 1.1) support: Y or M            [CONFIG_USB_OHCI_HCD]
     136    UHCI HCD (most Intel and VIA) support: Y or M [CONFIG_USB_UHCI_HCD]
     137    USB Printer support: Y or M                   [CONFIG_USB_PRINTER]</literal></screen>
    141138
    142139    <para>
     
    146143
    147144<screen><literal>Device Drivers  ---&gt;
    148   Parallel port support  ---&gt;
    149     PC-style hardware: Y or M
     145  Parallel port support  ---&gt;                     [CONFIG_PARPORT]
     146    PC-style hardware: Y or M                     [CONFIG_PARPORT_PC]
    150147  Character devices  ---&gt;
    151     Parallel printer support: Y or M</literal></screen>
     148    Parallel printer support: Y or M              [CONFIG_PRINTER]</literal></screen>
    152149
    153150    <indexterm zone="cups cups-kernel">
     
    201198      choice.
    202199    </para>
    203 <!--
    204     <para>
    205        If you need to access a remote <application>Cups</application> print
    206        server, use the following patch:
    207     </para>
    208 
    209 <screen><userinput>patch -Np1 -i ../cups-&cups-version;-content_type-1.patch</userinput></screen>-->
    210200
    211201    <!-- docdir is also document root for cups administration interface, so
     
    218208
    219209    <para>
    220       Install <application>Cups</application> by running the
    221       following commands:
     210      Build <application>Cups</application> by running the following commands:
    222211    </para>
    223212
     
    244233
    245234    <para>
    246       Now, as the <systemitem class="username">root</systemitem>
    247       user:
     235      Now, as the <systemitem class="username">root</systemitem> user:
    248236    </para>
    249237
     
    353341
    354342      <para>
     343        Normally, printers are set up via a web browser.  The
     344        <application>Cups</application> server will normally connect via
     345        the url http://localhost:631.  From there printers, print
     346        jobs, and the server configuration can be set up and managed.
     347        Remote system administration can also be set up.  Configuration
     348        can also be done from the command line via the
     349        <command>lpadmin</command>, <command>lpoptions</command>,
     350        and <command>lpstat</command> commands.
     351      </para>
     352
     353      <para>
    355354        Configuration of <application>Cups</application> is dependent on
    356355        the type of printer and can be complex. Generally, PostScript printers
    357356        are easier. For detailed instructions on configuration and use of
    358357        <application>Cups</application>, see <ulink
    359         url="http://www.cups.org/documentation.php"/>. The Software
    360         Administrators Manual and Software Users Manual are particularly useful.
     358        url="http://www.cups.org/documentation.php"/>.
    361359      </para>
    362360
     
    365363        <application>Cups</application>, you need to install <xref
    366364        linkend="gs"/> to convert PostScript to raster images and a driver
    367         (e.g., from <xref linkend="gutenprint"/>) to convert the resulting
     365        (e.g. from <xref linkend="gutenprint"/>) to convert the resulting
    368366        raster images to a form that the printer understands.  <ulink
    369367        url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>
    370         drivers use Ghostscript to convert PostScript to a printable form
    371         directly, but this is considered to be a hack by
     368        drivers use <xref linkend="gs"/> to convert PostScript to a printable
     369        form directly, but this is considered suboptimal by
    372370        <application>Cups</application> developers.
    373371      </para>
     
    381379        If <application>CUPS</application> has been built with
    382380        <application>Linux PAM</application> support, you need to create a
    383         <application>PAM</application> configuration file, to get it working
     381        <application>PAM</application> configuration file to get it working
    384382        correctly with BLFS.
    385383      </para>
Note: See TracChangeset for help on using the changeset viewer.