Ignore:
Timestamp:
10/29/2014 11:41:19 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
533ebfd
Parents:
3f05421
Message:

Printing section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14794 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • pst/printing/cups-filters-systemd.xml

    r3f05421 rfde7a06  
    66
    77  <!ENTITY cups-filters-download-http
    8   "http://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
     8           "http://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
    99  <!ENTITY cups-filters-download-ftp  " ">
    1010  <!ENTITY cups-filters-md5sum        "f16a422bf3135e90b83f969c13a259cf">
     
    114114  <sect2 role="installation">
    115115    <title>Installation of CUPS Filters</title>
     116
     117    <para>
     118      First, fix the systemd unit file to work with
     119      <application>CUPS</application> 2.0 and later:
     120    </para>
     121
     122<screen><userinput>sed -i "s:cups.service:org.cups.cupsd.service:g" utils/cups-browsed.service</userinput></screen>
    116123
    117124    <para>
     
    140147<screen role="root"><userinput>make install</userinput></screen>
    141148
     149    <para>
     150      Install the systemd unit by running the following command as the
     151      <systemitem class="username">root</systemitem> user:
     152    </para>
     153
     154<screen role="root"><userinput>install -v -m644 utils/cups-browsed.service /lib/systemd/system/cups-browsed.service</userinput></screen>
     155
    142156  </sect2>
    143157
     
    183197  </sect2>
    184198
    185 <!-- TODO: Write a bootscript for cups-browsed -->
     199  <sect2 role="configuration">
     200    <title>Configuring Cups Filters</title>
     201
     202    <sect3 id="cups-filters-init">
     203      <title>Systemd Units</title>
     204
     205      <para>
     206        To start the <command>cups-browsed</command> daemon at boot, enable
     207        the previously installed systemd unit by running the following command
     208        as the <systemitem class="username">root</systemitem> user:
     209      </para>
     210
     211      <indexterm zone="cups-filters cups-filters-init">
     212        <primary sortas="f-cups-browsed">cups-browsed</primary>
     213      </indexterm>
     214
     215<screen role="root"><userinput>systemctl enable cups-browsed</userinput></screen>
     216
     217    </sect3>
     218
     219  </sect2>
    186220
    187221  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.