Ignore:
Timestamp:
10/26/2014 06:08:49 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
da3d42d
Parents:
d5169f16
Message:

Conversion, Additions and Updates to system utilities section, completing general section entirely.

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

File:
1 moved

Legend:

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

    rd5169f16 r52e5650b  
    55  %general-entities;
    66
    7   <!ENTITY upower-download-http "http://upower.freedesktop.org/releases/upower-&upower-version;.tar.xz">
     7  <!ENTITY upower-download-http "http://upower.freedesktop.org/releases/upower-&upower1-version;.tar.xz">
    88  <!ENTITY upower-download-ftp  " ">
    9   <!ENTITY upower-md5sum        "39cfd97bfaf7d30908f20cf937a57634">
    10   <!ENTITY upower-size          "416 KB">
    11   <!ENTITY upower-buildsize     "10 MB">
     9  <!ENTITY upower-md5sum        "e21ea7875e46142e37695850754a296a">
     10  <!ENTITY upower-size          "420 KB">
     11  <!ENTITY upower-buildsize     "12 MB">
    1212  <!ENTITY upower-time          "0.2 SBU">
    1313]>
    1414
    15 <sect1 id="upower" xreflabel="UPower-&upower-version;">
     15<sect1 id="upower" xreflabel="UPower-&upower1-version;">
    1616  <?dbhtml filename="upower.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>UPower-&upower-version;</title>
     23  <title>UPower-&upower1-version;</title>
    2424
    2525  <indexterm zone="upower">
     
    7272      </listitem>
    7373    </itemizedlist>
     74
    7475
    7576    <bridgehead renderas="sect3">UPower Dependencies</bridgehead>
     
    8081      <xref linkend="libusb"/>,
    8182      <xref linkend="polkit"/>, and
    82       <xref linkend="systemd"/> (for GUdev)
    83     </para>
    84 
    85     <bridgehead renderas="sect4">Recommended (runtime)</bridgehead>
    86     <para role="recommended">
    87       <xref linkend="pm-utils"/>
     83      <xref linkend="systemd"/> (for GUdev and Logind)
    8884    </para>
    8985
     
    9591    <bridgehead renderas="sect4">Optional</bridgehead>
    9692    <para role="optional">
    97       <xref linkend="gtk-doc"/> and
    98       <xref linkend="python3"/> (used only in the testsuite).
     93      <xref linkend="gtk-doc"/>,
     94      <xref linkend="python3"/> (used only in the testsuite) and
     95      <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>
    9996    </para>
    10097
     
    115112            --sysconfdir=/etc    \
    116113            --localstatedir=/var \
    117             --enable-deprecated  \
    118             --disable-static &amp;&amp;
     114            --disable-static     &amp;&amp;
    119115make</userinput></screen>
    120116
    121117    <para>
    122       To test the results, issue: <command>make check</command>. Some
    123       checks may not pass due to missing files. Test suite should be run from
    124       a local GUI session started with dbus-launch.
     118      To test the results, issue: <command>make check</command>. Test
     119      suite should be run from a local GUI session started with
     120      dbus-launch.
    125121    </para>
    126122
     
    136132    <title>Command Explanations</title>
    137133
    138     <para>
    139       <option>--enable-deprecated</option>: This switch enables
    140       deprecated functionality which is still needed by some
    141       applications.
    142     </para>
    143 
    144134    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    145135      href="../../xincludes/static-libraries.xml"/>
     
    155145    <para>
    156146      To use the command <command>upower -w</command> for information about
    157       processor wakeups (this command is used by <ulink url="http://ftp.gnome.org/pub/gnome/sources/gnome-power-manager/">gnome-power-manager</ulink>)
     147      processor wakeups (this command is used by <ulink
     148      url="http://ftp.gnome.org/pub/gnome/sources/gnome-power-manager/">gnome-power-manager</ulink>)
    158149      you need to enable CONFIG_TIMER_STATS.  This is achieved in
    159150      <command>make menuconfig</command> by going to the &apos;kernel-hacking&apos;
     
    161152    </para>
    162153
    163   </sect2>
     154    <sect3  id="upower-init">
     155      <title>Systemd Units</title>
     156
     157      <para>
     158        To start the <command>upowerd</command> daemon at boot,
     159        enable the previously installed systemd unit by
     160        running the following command as the
     161        <systemitem class="username">root</systemitem> user:
     162      </para>
     163
     164      <indexterm zone="upower upower-init">
     165        <primary sortas="f-upower">upower</primary>
     166      </indexterm>
     167
     168<screen role="root"><userinput>systemctl enable upower</userinput></screen>
     169
     170    </sect3>
     171
     172  </sect2>
     173
    164174  <sect2 role="content">
    165175    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.