Changeset 99d18bf


Ignore:
Timestamp:
07/23/2014 02:21:09 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
63b32ce2
Parents:
3e504550
Message:

Converted colord to systemd

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord-systemd.xml

    r3e504550 r99d18bf  
    130130    </para>
    131131
    132 <screen><userinput>./configure --prefix=/usr                \
     132<screen><userinput>./configure --prefix=/usr \
    133133            --sysconfdir=/etc            \
    134134            --localstatedir=/var         \
    135135            --with-daemon-user=colord    \
    136136            --enable-vala                \
     137            --enable-systemd-login       \
    137138            --disable-bash-completion    \
    138139            --disable-static &amp;&amp;
     
    154155  </sect2>
    155156
     157  <sect2 role="configuration">
     158    <title>Configuring Colord</title>
     159
     160    <sect3  id="colord-init">
     161      <title>Systemd Units</title>
     162
     163      <para>
     164        To start the <command>colord</command> service at boot,
     165        enable the previously installed systemd unit by
     166        running the following command as the
     167        <systemitem class="username">root</systemitem> user:
     168      </para>
     169
     170      <indexterm zone="colord colord-init">
     171        <primary sortas="f-colord">colord</primary>
     172      </indexterm>
     173
     174<screen role="root"><userinput>systemctl enable colord</userinput></screen>
     175
     176    </sect3>
     177
    156178  <sect2 role="commands">
    157179    <title>Command Explanations</title>
     
    181203    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    182204      href="../../xincludes/gtk-doc-rebuild.xml"/>
    183 
    184     <para>
    185       <option>--disable-gusb</option>: Use this switch if you don't have
    186       <application>libgusb</application> installed.
    187     </para>
    188 
    189     <para>
    190       <option>--disable-gudev</option>: Use this switch if you don't have
    191       GUdev installed.
    192     </para>
    193 
    194     <para>
    195       <option>--disable-polkit</option>: Use this switch if you don't have
    196       <application>Polkit</application> installed.
    197     </para>
    198 
    199     <para><option>--libexecdir=/usr/lib/colord</option>: This option
    200     creates a <filename class="directory">colord</filename> directory in
    201     <filename class="directory">/usr/lib</filename> instead of putting the
    202     program's private programs into <filename
    203     class="directory">/usr/libexec</filename> in accordance with the old
    204     version of the FHS used before LFS-7.5.</para>
    205205
    206206  </sect2>
Note: See TracChangeset for help on using the changeset viewer.