Author: igor
Date: Wed Jul 10 05:18:46 2013
New Revision: 11376

Log:
Added pm-utils-1.4.1

Added:
   trunk/BOOK/general/sysutils/pmutils.xml   (contents, props changed)
Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/sysutils/sysutils.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netutils/wicd.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon Jul  8 13:21:33 2013        (r11375)
+++ trunk/BOOK/general.ent      Wed Jul 10 05:18:46 2013        (r11376)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "08">                   <!-- Always 2 digits -->
+<!ENTITY day          "10">                   <!-- Always 2 digits -->
 <!ENTITY month        "07">                   <!-- Always 2 digits -->
 <!ENTITY year         "2013">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "July 8th, &year;">
+<!ENTITY releasedate  "July 10th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- 
version|testing|unstable|development] -->
@@ -347,6 +347,7 @@
 <!ENTITY obex-data-server-version     "0.4.6">
 <!ENTITY obexd-version                "0.48">
 <!ENTITY pciutils-version             "3.2.0">
+<!ENTITY pmutils-version              "1.4.1">
 <!ENTITY raptor-version               "2.0.9">
 <!ENTITY rasqal-version               "0.9.30">
 <!ENTITY redland-version              "1.0.16">

Added: trunk/BOOK/general/sysutils/pmutils.xml
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/BOOK/general/sysutils/pmutils.xml     Wed Jul 10 05:18:46 2013        
(r11376)
@@ -0,0 +1,255 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+
+  <!ENTITY pmutils-download-http 
"http://pm-utils.freedesktop.org/releases/pm-utils-&pmutils-version;.tar.gz";>
+  <!ENTITY pmutils-download-ftp  " ">
+  <!ENTITY pmutils-md5sum        "1742a556089c36c3a89eb1b957da5a60">
+  <!ENTITY pmutils-size          "204 KB">
+  <!ENTITY pmutils-buildsize     "1.6 MB">
+  <!ENTITY pmutils-time          "0.1 SBU">
+]>
+
+<sect1 id="pmutils" xreflabel="pmutils-&pmutils-version;">
+  <?dbhtml filename="pmutils.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>pm-utils-&pmutils-version;</title>
+
+  <indexterm zone="pmutils">
+    <primary sortas="a-pmutils">pmutils</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to Power Management Utilities</title>
+
+    <para>
+      The <application>Power Management Utilities</application> is a small
+      collection of scripts to suspend and hibernate computer that can be used
+      to run user supplied scripts on suspend and resume.
+    </para>
+
+    &lfs73_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&pmutils-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&pmutils-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &pmutils-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &pmutils-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &pmutils-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &pmutils-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">pm-utils Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional">
+      <xref linkend="xmlto"/> (to generate man pages)
+    </para>
+
+    <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
+    <para role="optional">
+      <xref linkend="hdparm"/>,
+      <xref linkend="wireless_tools"/> and
+      <ulink 
url="https://www.kernel.org/pub/software/network/ethtool/";>ethtool</ulink>
+      <!-- vbetool, deprecated? -->
+      <!-- radeontool, deprecated? -->
+    </para>
+
+    <para condition="html" role="usernotes">User Notes:
+      <ulink url="&blfs-wiki;/pm-utils"/>
+    </para>
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of Power Management Utilities</title>
+
+    <para>
+      Install <application>Power Management Utilities</application> by
+      running the following commands:
+    </para>
+
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
+            --docdir=/usr/share/doc/pm-utils-&pmutils-version; &amp;&amp;
+make</userinput></screen>
+
+    <para>
+      This package does not come with a test suite.
+    </para>
+
+    <para>
+      Now, as the <systemitem class="username">root</systemitem> user:
+    </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+    <para>
+      If you don't have <xref linkend="xmlto"/> installed, copy pregenerated
+      man pages:
+    </para>
+
+<screen role="root"><userinput>install -v -m644 man/*.1 /usr/share/man/man1 
&amp;&amp;
+install -v -m644 man/*.8 /usr/share/man/man8 &amp;&amp;
+ln -sv pm-action.8 /usr/share/man/man8/pm-suspend.8 &amp;&amp;
+ln -sv pm-action.8 /usr/share/man/man8/pm-hibernate.8 &amp;&amp;
+ln -sv pm-action.8 /usr/share/man/man8/pm-suspend-hybrid.8</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="configuration">
+    <title>Configuring Power Management Utilities</title>
+
+    <para>
+      Suspend or resume functionality can be easily modified by installing 
files
+      into the /etc/pm/sleep.d directory. These files, known as hooks, are run
+      when the system is put into a sleep state or resumed. Default hooks are
+      located in /usr/lib/pm-utils/sleep.d, and user hooks should be put in
+      /etc/pm/sleep.d. See the pm-action(8) man page for more information. 
+    </para>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>
+          on_ac_power, pm-hibernate, pm-is-supported, pm-powersave, pm-suspend
+          and pm-suspend-hybrid
+        </seg>
+        <seg>
+          None
+        </seg>
+        <seg>
+          /etc/pm, /usr/lib/pm-utils and
+          /usr/share/doc/pm-utils-&pmutils-version;
+        </seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="on_ac_power">
+        <term><command>on_ac_power</command></term>
+        <listitem>
+          <para>
+            is a script that determines whether the system is running on AC
+            power (rather than a battery).
+          </para>
+          <indexterm zone="pmutils on_ac_power">
+            <primary sortas="b-on_ac_power">on_ac_power</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="pm-hibernate">
+        <term><command>pm-hibernate</command></term>
+        <listitem>
+          <para>
+            is a symlink to pm-action script that puts the computer into
+            hibernate mode (the system is fully powered off and system state is
+            saved to disk). 
+          </para>
+          <indexterm zone="pmutils pm-hibernate">
+            <primary sortas="b-pm-hibernate">pm-hibernate</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="pm-is-supported">
+        <term><command>pm-is-supported</command></term>
+        <listitem>
+          <para>
+            is a script that checks whether power management features such as
+            suspend and hibernate are supported.
+          </para>
+          <indexterm zone="pmutils pm-is-supported">
+            <primary sortas="b-pm-is-supported">pm-is-supported</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="pm-powersave">
+        <term><command>pm-powersave</command></term>
+        <listitem>
+          <para>
+            is a script that puts the computer into powersaving (low power)
+            mode.
+          </para>
+          <indexterm zone="pmutils pm-powersave">
+            <primary sortas="b-pm-powersave">pm-powersave</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="pm-suspend">
+        <term><command>pm-suspend</command></term>
+        <listitem>
+          <para>
+            is a symlink to pm-action script that puts the computer into 
suspend
+            mode (most devices are shut down and system state is saved in RAM).
+          </para>
+          <indexterm zone="pmutils pm-suspend">
+            <primary sortas="b-pm-suspend">pm-suspend</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="pm-suspend-hybrid">
+        <term><command>pm-suspend-hybrid</command></term>
+        <listitem>
+          <para>
+            is a symlink to pm-action script that puts the computer into
+            hybrid-suspend mode (the system does everything it needs to
+            hibernate, but suspends instead of shutting down).
+          </para>
+          <indexterm zone="pmutils pm-suspend-hybrid">
+            <primary sortas="b-pm-suspend-hybrid">pm-suspend-hybrid</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>

Modified: trunk/BOOK/general/sysutils/sysutils.xml
==============================================================================
--- trunk/BOOK/general/sysutils/sysutils.xml    Mon Jul  8 13:21:33 2013        
(r11375)
+++ trunk/BOOK/general/sysutils/sysutils.xml    Wed Jul 10 05:18:46 2013        
(r11376)
@@ -39,6 +39,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="obex-data-server.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="obexd.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="pciutils.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="pmutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="raptor.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="rasqal.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="redland.xml"/>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Jul  8 13:21:33 
2013        (r11375)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Jul 10 05:18:46 
2013        (r11376)
@@ -44,6 +44,15 @@
 
 -->
     <listitem>
+      <para>July 10th, 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[igor] - Added pm-utils-1.4.1.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>July 8th, 2013</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/networking/netutils/wicd.xml
==============================================================================
--- trunk/BOOK/networking/netutils/wicd.xml     Mon Jul  8 13:21:33 2013        
(r11375)
+++ trunk/BOOK/networking/netutils/wicd.xml     Wed Jul 10 05:18:46 2013        
(r11376)
@@ -98,8 +98,8 @@
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
-    <ulink url="http://excess.org/urwid/";>Urwid</ulink> (for the Curses-based 
frontend),
-    <ulink url="http://pm-utils.freedesktop.org/wiki/";>pm-utils</ulink> (for 
suspend/resume integration) and
+    <xref linkend="pmutils"/> (for suspend/resume integration),
+    <ulink url="http://excess.org/urwid/";>Urwid</ulink> (for the Curses-based 
frontend) and
     <ulink url="http://babel.edgewall.org/";>Babel</ulink> (for 
internationalization)
     </para>
 
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to