Author: dj
Date: Wed Jan 27 10:00:53 2016
New Revision: 16857

Log:
Merge Chapter 12 changes from trunk.

Modified:
   branches/systemd/general/sysutils/acpid.xml
   branches/systemd/general/sysutils/at.xml
   branches/systemd/general/sysutils/autofs.xml
   branches/systemd/general/sysutils/bluez.xml
   branches/systemd/general/sysutils/colord.xml
   branches/systemd/general/sysutils/cpio.xml
   branches/systemd/general/sysutils/dbus.xml
   branches/systemd/general/sysutils/fcron.xml
   branches/systemd/general/sysutils/gpm.xml
   branches/systemd/general/sysutils/hdparm.xml
   branches/systemd/general/sysutils/lm_sensors.xml
   branches/systemd/general/sysutils/logrotate.xml
   branches/systemd/general/sysutils/mc.xml
   branches/systemd/general/sysutils/obex-data-server.xml
   branches/systemd/general/sysutils/p7zip.xml
   branches/systemd/general/sysutils/pciutils.xml
   branches/systemd/general/sysutils/pm-utils.xml
   branches/systemd/general/sysutils/raptor.xml
   branches/systemd/general/sysutils/rasqal.xml
   branches/systemd/general/sysutils/redland.xml
   branches/systemd/general/sysutils/sg3_utils.xml
   branches/systemd/general/sysutils/strigi.xml
   branches/systemd/general/sysutils/sysstat.xml
   branches/systemd/general/sysutils/udisks.xml
   branches/systemd/general/sysutils/unrar.xml
   branches/systemd/general/sysutils/upower.xml
   branches/systemd/general/sysutils/usbutils.xml
   branches/systemd/introduction/welcome/changelog.xml
   branches/systemd/packages.ent

Modified: branches/systemd/general/sysutils/acpid.xml
==============================================================================
--- branches/systemd/general/sysutils/acpid.xml Wed Jan 27 08:53:24 2016        
(r16856)
+++ branches/systemd/general/sysutils/acpid.xml Wed Jan 27 10:00:53 2016        
(r16857)
@@ -6,7 +6,7 @@
 
   <!ENTITY acpid-download-http 
"&sourceforge-repo;/acpid2/acpid-&acpid-version;.tar.xz">
   <!ENTITY acpid-download-ftp  " ">
-  <!ENTITY acpid-md5sum        "69bb0cc4a0a89eb2dfecc4852087f568">
+  <!ENTITY acpid-md5sum        "f6d772e35ed907f1cc14ad1a546fd473">
   <!ENTITY acpid-size          "152 KB">
   <!ENTITY acpid-buildsize     "2.4 MB">
   <!ENTITY acpid-time          "less than 0.1 SBU">
@@ -87,7 +87,8 @@
       running the following commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr 
--docdir=/usr/share/doc/acpid-&acpid-version; &amp;&amp;
+<screen><userinput>./configure --prefix=/usr \
+            --docdir=/usr/share/doc/acpid-&acpid-version; &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -98,8 +99,10 @@
       Now, as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>make install                         &amp;&amp;
+<screen role="root"><userinput>make install &amp;&amp;
+
 install -v -m755 -d /etc/acpi/events &amp;&amp;
+
 cp -r samples /usr/share/doc/acpid-&acpid-version;</userinput></screen>
 
   </sect2>
@@ -131,7 +134,7 @@
 /bin/grep -q open /proc/acpi/button/lid/LID/state &amp;&amp; exit 0
 /usr/sbin/pm-suspend</literal>
 EOF
-chmod -v 755 /etc/acpi/lid.sh</userinput></screen>
+chmod +x /etc/acpi/lid.sh</userinput></screen>
 
     <para>
       Unfortunately, not every computer labels ACPI events in the same way. To
@@ -174,7 +177,7 @@
     <segmentedlist>
       <segtitle>Installed Programs</segtitle>
       <segtitle>Installed Libraries</segtitle>
-      <segtitle>Installed Directory</segtitle>
+      <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
         <seg>
@@ -184,7 +187,7 @@
           None
         </seg>
         <seg>
-          /usr/share/doc/acpid-&acpid-version;
+          /etc/acpi and /usr/share/doc/acpid-&acpid-version;
         </seg>
       </seglistitem>
     </segmentedlist>

Modified: branches/systemd/general/sysutils/at.xml
==============================================================================
--- branches/systemd/general/sysutils/at.xml    Wed Jan 27 08:53:24 2016        
(r16856)
+++ branches/systemd/general/sysutils/at.xml    Wed Jan 27 10:00:53 2016        
(r16857)
@@ -6,7 +6,7 @@
 
   <!ENTITY at-download-http 
"http://ftp.de.debian.org/debian/pool/main/a/at/at_&at-version;.orig.tar.gz";>
   <!ENTITY at-download-ftp  
"ftp://ftp.de.debian.org/debian/pool/main/a/at/at_&at-version;.orig.tar.gz";>
-  <!ENTITY at-md5sum        "d05da75d9b75d93917ffb16ab48b1e19">
+  <!ENTITY at-md5sum        "f67a7aab557cd5b4a1311079a08acebe">
   <!ENTITY at-size          "124 KB">
   <!ENTITY at-buildsize     "1.8 MB">
   <!ENTITY at-time          "less than 0.1 SBU">
@@ -33,7 +33,7 @@
     and batch processing. It is required for Linux Standards Base (LSB)
     conformance.</para>
 
-    &lfs77_checked;
+    &lfs78_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -79,9 +79,15 @@
 
     <note>
       <para>
-        This package does not support parallel build.
+        This package tarball has not been made from a directory. Unlike the
+        normal packages in BLFS, you need to create a directory and untar
+        into it:
       </para>
-    </note>
+
+<screen><userinput>mkdir -v at-&at-version; &amp;&amp;
+cd       at-&at-version; &amp;&amp;
+tar -xf  ../at_&at-version;.tar.gz</userinput></screen>
+   </note>
 
     <para>Before building <application>at</application>, as the
     <systemitem class="username">root</systemitem> user you should create
@@ -168,10 +174,14 @@
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
-        <seg>at, atd, atq (symlink), atrm (symlink), atrun, and batch</seg>
-        <seg>None</seg>
         <seg>
-          /var/spool/{atjobs,atspool} and
+          at, atd, atq (symlink), atrm (symlink), atrun, and batch
+        </seg>
+        <seg>
+          None
+        </seg>
+        <seg>
+          /var/spool/cron/at{jobs,spool} and
           /usr/share/doc/at-&at-version;
         </seg>
       </seglistitem>

Modified: branches/systemd/general/sysutils/autofs.xml
==============================================================================
--- branches/systemd/general/sysutils/autofs.xml        Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/general/sysutils/autofs.xml        Wed Jan 27 10:00:53 
2016        (r16857)
@@ -36,7 +36,7 @@
       based on a set of pre-configured maps.
     </para>
 
-    &lfs77_checked;
+    &lfs78_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -134,14 +134,14 @@
     </para>
 
     <para>
-      <parameter>--without-openldap</parameter>: This switch disables openldap 
if
-      found.  If openldap is desired, omit this switch.  Note that openldap
-      support in autofs requires <xref linkend="mitkrb"/>.
+      <option>--with-libtirpc</option>: This switch enables libtirpc support if
+      available.
     </para>
 
     <para>
-      <option>--with-libtirpc</option>: This switch enables libtirpc support if
-      available.
+      <option>--without-openldap</option>: This switch disables openldap if
+      found.  If openldap is desired, omit this switch.  Note that openldap
+      support in autofs requires <xref linkend="mitkrb"/>.
     </para>
 
   </sect2>
@@ -217,8 +217,8 @@
       <note>
         <para>An alternative method would be to specify another automount
         location such as <filename
-        class="directory">/var/lib/auto/cdrom</filename> and create a
-        symbolic link from <filename class="directory">/media/cdrom</filename>
+        class='directory'>/var/lib/auto/cdrom</filename> and create a
+        symbolic link from <filename class='directory'>/media/cdrom</filename>
         to the automount location.</para>
       </note>
 
@@ -293,7 +293,7 @@
           mount_autofs.so, mount_bind.so, mount_changer.so, mount_ext2.so,
           mount_ext3.so, mount_ext4.so, mount_generic.so, mount_nfs.so,
           mount_nfs4.so, parse_amd.so, and parse_sun.so
-        </seg>
+           </seg>
         <seg>/lib/autofs</seg>
       </seglistitem>
     </segmentedlist>

Modified: branches/systemd/general/sysutils/bluez.xml
==============================================================================
--- branches/systemd/general/sysutils/bluez.xml Wed Jan 27 08:53:24 2016        
(r16856)
+++ branches/systemd/general/sysutils/bluez.xml Wed Jan 27 10:00:53 2016        
(r16857)
@@ -6,10 +6,10 @@
 
   <!ENTITY bluez-download-http 
"http://www.kernel.org/pub/linux/bluetooth/bluez-&bluez-version;.tar.xz";>
   <!ENTITY bluez-download-ftp  
"ftp://ftp.kernel.org/pub/linux/bluetooth/bluez-&bluez-version;.tar.xz";>
-  <!ENTITY bluez-md5sum        "9981441d7a61e2ad849b01106fa73445">
+  <!ENTITY bluez-md5sum        "33177e5743e24b2b3738f72be64e3ffb">
   <!ENTITY bluez-size          "1.6 MB">
-  <!ENTITY bluez-buildsize     "85 MB (with tests)">
-  <!ENTITY bluez-time          "0.9 SBU (with tests)">
+  <!ENTITY bluez-buildsize     "87 MB (with tests)">
+  <!ENTITY bluez-time          "0.7 SBU (with tests)">
 ]>
 
 <sect1 id="bluez" xreflabel="BlueZ-&bluez-version;">
@@ -74,7 +74,8 @@
       <itemizedlist spacing="compact">
         <listitem>
           <para>
-             Required patch:
+            Optional patch (required to work properly with gnome-bluetooth
+            and/or kde bluedevil):
             <ulink 
url="&patch-root;/bluez-&bluez-version;-obexd_without_systemd-1.patch"/>
           </para>
         </listitem>
@@ -125,12 +126,18 @@
     <title>Installation of BlueZ</title>
 
     <para>
+      If you are going to use <application>BlueZ</application> with
+      gnome-bluetooth and/or kde bluedevil, apply the following patch:
+    </para>
+
+<screen><userinput>patch -Np1 -i 
../bluez-&bluez-version;-obexd_without_systemd-1.patch</userinput></screen>
+
+    <para>
       Install <application>BlueZ</application> by running the following
       commands:
     </para>
 
-<screen><userinput>patch -Np1 -i 
../bluez-&bluez-version;-obexd_without_systemd-1.patch &amp;&amp;
-./configure --prefix=/usr        \
+<screen><userinput>./configure --prefix=/usr        \
             --sysconfdir=/etc    \
             --localstatedir=/var \
             --enable-library     &amp;&amp;
@@ -144,7 +151,8 @@
       Now, as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>make install</userinput></screen>
+<screen role="root"><userinput>make install &amp;&amp;
+ln -svf ../libexec/bluetooth/bluetoothd /usr/sbin</userinput></screen>
 
     <para>
       Install the main configuration file as the
@@ -164,6 +172,7 @@
 
   </sect2>
 
+
   <sect2 role="commands">
     <title>Command Explanations</title>
 
@@ -173,6 +182,11 @@
       some applications.
     </para>
 
+    <para>
+      <command>ln -svf ../libexec/bluetooth/bluetoothd /usr/sbin</command>:
+      This command makes access to the bluetooth daemon more convenient.
+    </para>
+
   </sect2>
 
   <sect2 role="configuration">
@@ -260,17 +274,15 @@
 
       <seglistitem>
         <seg>
-          bccmd, bluemoon, bluetoothctl, bluetoothd, btmon, ciptool,
-          hciattach, hciconfig, hcidump, hcitool, hex2hcd, l2ping,
-          l2test, mpris-proxy, obexd, rctest, rfcomm, and sdptool
+          bccmd, bluemoon, bluetoothctl, bluetoothd (symlink), btmon, ciptool,
+          hciattach, hciconfig, hcidump, hcitool, hex2hcd, l2ping, l2test,
+          mpris-proxy, rctest, rfcomm, and sdptool
         </seg>
         <seg>
           libbluetooth.so
         </seg>
         <seg>
-          /etc/bluetooth,
-          /usr/include/bluetooth,
-          /usr/libexec/bluetooth, and
+          /etc/bluetooth, /usr/{include,libexec}/bluetooth, and
           /usr/share/doc/bluez-&bluez-version;
         </seg>
       </seglistitem>
@@ -421,8 +433,8 @@
           </indexterm>
         </listitem>
       </varlistentry>
-
-<!--      <varlistentry id="hid2hci">
+<!--
+      <varlistentry id="hid2hci">
         <term><command>hid2hci</command></term>
         <listitem>
           <para>
@@ -433,7 +445,7 @@
             <primary sortas="b-hid2hci">hid2hci</primary>
           </indexterm>
         </listitem>
-      </varlistentry> -->
+      </varlistentry>-->
 
       <varlistentry id="l2ping">
         <term><command>l2ping</command></term>
@@ -459,7 +471,7 @@
           </indexterm>
         </listitem>
       </varlistentry>
-
+<!--
      <varlistentry id="obexd">
         <term><command>obexd</command></term>
         <listitem>
@@ -470,7 +482,7 @@
             <primary sortas="b-obexd">obexd</primary>
           </indexterm>
         </listitem>
-      </varlistentry>
+      </varlistentry>-->
 
       <varlistentry id="rctest">
         <term><command>rctest</command></term>

Modified: branches/systemd/general/sysutils/colord.xml
==============================================================================
--- branches/systemd/general/sysutils/colord.xml        Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/general/sysutils/colord.xml        Wed Jan 27 10:00:53 
2016        (r16857)
@@ -9,8 +9,8 @@
   <!ENTITY colord-download-ftp  " ">
   <!ENTITY colord-md5sum        "80b106ba18a43c7eeaf2d9a2b8c5725b">
   <!ENTITY colord-size          "1.2 MB">
-  <!ENTITY colord-buildsize     "37 MB">
-  <!ENTITY colord-time          "0.4 SBU">
+  <!ENTITY colord-buildsize     "37 MB (without tests)">
+  <!ENTITY colord-time          "0.4 SBU (without tests)">
 ]>
 
 <sect1 id="colord" xreflabel="Colord-&colord-version;">
@@ -37,7 +37,7 @@
       and use when there are no users logged in.
     </para>
 
-    &lfs77_checked;
+    &lfs78_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -83,11 +83,16 @@
       <xref linkend="sqlite"/>
     </para>
 
+    <bridgehead renderas="sect4">Required (for the tests)</bridgehead>
+    <para role="required">
+      <xref linkend="valgrind"/>
+    </para>
+
     <bridgehead renderas="sect4">Recommended</bridgehead>
     <para role="recommended">
+      <xref linkend="gobject-introspection"/>,
       <xref linkend="libgudev"/>,
       <xref linkend="libgusb"/>,
-      <xref linkend="gobject-introspection"/>,
       <xref linkend="polkit"/>,
       <xref linkend="systemd"/> and
       <xref linkend="vala"/>
@@ -148,9 +153,8 @@
 <screen role="root"><userinput>make install</userinput></screen>
 
     <para>
-      To test the results, make sure you have installed
-      <xref linkend="valgrind"/> and issue: <command>make -k check</command>.
-      Some tests may fail for unknown reasons. Note that system-wide
+      To test the results, issue: <command>make -k check</command>. For unknown
+      reasons, some tests may fail. Note that the system-wide
       <application>D-Bus</application> daemon must be running or the tests
       will fail.
     </para>
@@ -190,8 +194,8 @@
 
     <para>
       <option>--enable-gtk-doc</option>: Use this switch if
-      <application>GTK-Doc</application> is installed and you wish to
-      build and install the API documentation.
+      <application>GTK-Doc</application> is installed and you wish to build
+      and install the API documentation.
     </para>
 
     <para>
@@ -200,8 +204,8 @@
     </para>
 
     <para>
-      <option>--disable-udev</option>: Use this switch if you don't have
-      GUdev installed.
+      <option>--disable-udev</option>: Use this switch if you don't have GUdev
+      installed.
     </para>
 
     <para>
@@ -228,12 +232,9 @@
         </seg>
         <seg>
           /usr/include/colord-1,
-          /usr/lib/colord,
-          /usr/lib/colord-plugins,
-          /usr/lib/colord-sensors,
-          /usr/share/color,
-          /usr/share/colord,
-          /usr/share/gtk-doc/html/colord and
+          /usr/lib/colord-{plugins,sensors},
+          /usr/share/color{,d},
+          /usr/share/gtk-doc/html/colord, and
           /var/lib/colord
         </seg>
       </seglistitem>

Modified: branches/systemd/general/sysutils/cpio.xml
==============================================================================
--- branches/systemd/general/sysutils/cpio.xml  Wed Jan 27 08:53:24 2016        
(r16856)
+++ branches/systemd/general/sysutils/cpio.xml  Wed Jan 27 10:00:53 2016        
(r16857)
@@ -8,8 +8,8 @@
   <!ENTITY cpio-download-ftp  
"ftp://ftp.gnu.org/pub/gnu/cpio/cpio-&cpio-version;.tar.bz2";>
   <!ENTITY cpio-md5sum        "93eea9f07c0058c097891c73e4955456">
   <!ENTITY cpio-size          "1.2 MB">
-  <!ENTITY cpio-buildsize     "18 MB">
-  <!ENTITY cpio-time          "0.3 SBU">
+  <!ENTITY cpio-buildsize     "18 MB (with tests and docs)">
+  <!ENTITY cpio-time          "0.3 SBU (with tests and docs)">
 ]>
 
 <sect1 id="cpio" xreflabel="cpio-&cpio-version;">
@@ -74,9 +74,9 @@
     <para>Install <application>cpio</application> by running the following
     commands:</para>
 
-<screen><userinput>sed -i -e '/gets is a/d' gnu/stdio.in.h &amp;&amp;
+<screen><userinput><!--sed -i -e '/gets is a/d' gnu/stdio.in.h &amp;&amp;
 
-./configure --prefix=/usr \
+-->./configure --prefix=/usr \
             --bindir=/bin \
             --enable-mt   \
             --with-rmt=/usr/libexec/rmt &amp;&amp;

Modified: branches/systemd/general/sysutils/dbus.xml
==============================================================================
--- branches/systemd/general/sysutils/dbus.xml  Wed Jan 27 08:53:24 2016        
(r16856)
+++ branches/systemd/general/sysutils/dbus.xml  Wed Jan 27 10:00:53 2016        
(r16857)
@@ -43,10 +43,7 @@
       installed on their system.
     </para>
 
-    <para>
-      This package is known to build and work properly using an
-      LFS-7.7 systemd platform using dbus-1.8.18 source.
-    </para>
+    &lfs78_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -79,11 +76,18 @@
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
+      For the tests:
       <xref linkend="dbus-glib"/>,
-      <xref linkend="dbus-python"/>, and
-      <xref linkend="pygobject2"/> (all three for the test suite),
-      <xref linkend="doxygen"/> (for the API documentation) and
-      <xref linkend="xmlto"/> (for man pages and XML/HTML documentation)
+      <xref linkend="dbus-python"/>,
+      <xref linkend="pygobject2"/> and
+      <xref linkend="valgrind"/>;
+
+      for documentation:
+      <xref linkend="doxygen"/>,
+      <xref linkend="xmlto"/>,
+      <ulink 
url="https://pypi.python.org/pypi/mallard-ducktype";>Ducktype</ulink>,
+      and
+      <ulink url="http://ftp.gnome.org/pub/gnome/sources/yelp-tools/";>Yelp 
Tools</ulink>
     </para>
 
     <para condition="html" role="usernotes">User Notes:
@@ -143,6 +147,16 @@
 ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) 
/usr/lib/libdbus-1.so</userinput></screen>
 
     <para>
+      If you are using a DESTDIR install,
+      <command>dbus-daemon-launch-helper</command> needs to be fixed
+      afterwards. Issue, as <systemitem class="username">root</systemitem>
+      user:
+    </para>
+
+<screen role="root"><userinput>chown -v root:messagebus 
/usr/libexec/dbus-daemon-launch-helper &amp;&amp;
+chmod -v      4750       
/usr/libexec/dbus-daemon-launch-helper</userinput></screen>
+
+    <para>
       The <application>D-Bus</application> tests cannot be run until after
       <xref linkend="dbus-glib"/> has been installed. They must be run as
       an unprivileged user from a local session. If you want to run only
@@ -156,17 +170,21 @@
       like to run the tests, issue the following commands:
     </para>
 
-<screen><userinput>make distclean                              &amp;&amp;
-./configure --enable-tests --enable-asserts &amp;&amp;
-make                                        &amp;&amp;
-make check                                  &amp;&amp;
-make distclean</userinput></screen>
+<screen><userinput>make distclean                                           
&amp;&amp;
+./configure --enable-tests                               \
+            --enable-asserts                             \
+            --disable-doxygen-docs                       \
+            --disable-xml-docs                           \
+            --disable-static                             \
+            --with-console-auth-dir=/run/console/        \
+            --docdir=/usr/share/doc/dbus-${DBUS-VERSION} &amp;&amp;
+make                                                     &amp;&amp;
+make check</userinput></screen>
 
     <para>
-      Note there has been a report that the tests may fail if running
-      inside a Midnight Commander shell.
-      You may get out-of-memory error messages when running the tests.
-      These are normal and can be safely ignored.
+      There has been a report that the tests may fail if running inside a
+      Midnight Commander shell.  You may get out-of-memory error messages when
+      running the tests.  These are normal and can be safely ignored.
     </para>
 
   </sect2>
@@ -175,6 +193,31 @@
     <title>Command Explanations</title>
 
     <para>
+      <parameter>--disable-doxygen-docs</parameter>: This switch disables
+      doxygen documentation build and install, if you have
+      <application>doxygen</application> installed. Delete, if
+      <application>doxygen</application> is installed and you wish to build and
+      install them.
+    </para>
+
+    <para>
+      <parameter>--disable-xml-docs</parameter>: This switch disables html
+      documentation build and install, if you have
+      <application>xmlto</application> installed. Delete, if
+      <application>xmlto</application> is installed and you wish to build and
+      install them.
+    </para>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+    href="../../xincludes/static-libraries.xml"/>
+
+    <para>
+      <parameter>--with-console-auth-dir=/run/console/</parameter>: This
+      parameter specifies location of the
+      <application>ConsoleKit</application> auth dir.
+    </para>
+
+    <para>
       <parameter>--enable-tests</parameter>: Build extra parts of the code to
       support all tests. Configure will end with a NOTE warning about increased
       size of libraries and decreased security.

Modified: branches/systemd/general/sysutils/fcron.xml
==============================================================================
--- branches/systemd/general/sysutils/fcron.xml Wed Jan 27 08:53:24 2016        
(r16856)
+++ branches/systemd/general/sysutils/fcron.xml Wed Jan 27 10:00:53 2016        
(r16857)
@@ -34,7 +34,7 @@
     command scheduler which aims at replacing <application>Vixie
     Cron</application>.</para>
 
-    &lfs77_checked;
+    &lfs78_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: branches/systemd/general/sysutils/gpm.xml
==============================================================================
--- branches/systemd/general/sysutils/gpm.xml   Wed Jan 27 08:53:24 2016        
(r16856)
+++ branches/systemd/general/sysutils/gpm.xml   Wed Jan 27 10:00:53 2016        
(r16857)
@@ -89,7 +89,7 @@
 ln -sfv libgpm.so.2.1.0 /usr/lib/libgpm.so            &amp;&amp;
 install -v -m644 conf/gpm-root.conf /etc              &amp;&amp;
 
-install -v -dm755   /usr/share/doc/gpm-&gpm-version;/support &amp;&amp;
+install -v -m755 -d /usr/share/doc/gpm-&gpm-version;/support &amp;&amp;
 install -v -m644    doc/support/*                     \
                     /usr/share/doc/gpm-&gpm-version;/support &amp;&amp;
 install -v -m644    doc/{FAQ,HACK_GPM,README*}        \

Modified: branches/systemd/general/sysutils/hdparm.xml
==============================================================================
--- branches/systemd/general/sysutils/hdparm.xml        Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/general/sysutils/hdparm.xml        Wed Jan 27 10:00:53 
2016        (r16857)
@@ -8,7 +8,7 @@
   <!ENTITY hdparm-download-ftp  " ">
   <!ENTITY hdparm-md5sum        "213efdbe7471fad3408198918e164354">
   <!ENTITY hdparm-size          "128 KB">
-  <!ENTITY hdparm-buildsize     "1.0 MB">
+  <!ENTITY hdparm-buildsize     "1.1 MB">
   <!ENTITY hdparm-time          "less than 0.1 SBU">
 ]>
 

Modified: branches/systemd/general/sysutils/lm_sensors.xml
==============================================================================
--- branches/systemd/general/sysutils/lm_sensors.xml    Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/general/sysutils/lm_sensors.xml    Wed Jan 27 10:00:53 
2016        (r16857)
@@ -4,14 +4,15 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY lm_sensors-download-http
-           
"http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-&lm_sensors-version;.tar.bz2";>
+<!--  <!ENTITY lm_sensors-download-http 
"http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-&lm_sensors-version;.tar.bz2";>-->
+
+  <!ENTITY lm_sensors-download-http 
"&fedora-http-repo;/lm_sensors/lm_sensors-&lm_sensors-version;.tar.bz2/&lm_sensors-md5sum;/lm_sensors-&lm_sensors-version;.tar.bz2">
   <!ENTITY lm_sensors-download-ftp " ">
 <!--  <!ENTITY lm_sensors-download-ftp
            
"ftp://ftp.netroedge.com/pub/lm-sensors/lm_sensors-&lm_sensors-version;.tar.bz2";>-->
-  <!ENTITY lm_sensors-md5sum        "da506dedceb41822e64865f6ba34828a">
+  <!ENTITY lm_sensors-md5sum        "c03675ae9d43d60322110c679416901a">
   <!ENTITY lm_sensors-size          "172 KB">
-  <!ENTITY lm_sensors-buildsize     "2.3 MB">
+  <!ENTITY lm_sensors-buildsize     "2.4 MB">
   <!ENTITY lm_sensors-time          "less than 0.1 SBU">
 ]>
 
@@ -75,7 +76,7 @@
       </listitem>
     </itemizedlist>
 
-<!--     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+<!--    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
         <para>
@@ -148,9 +149,10 @@
       commands:
     </para>
 
+<!-- <screen><userinput>patch -Np1 -i 
../lm_sensors-&lm_sensors-version;-upstream_fixes-1.patch &amp;&amp; -->
 <screen><userinput>make PREFIX=/usr        \
-                        BUILD_STATIC_LIB=0 \
-                        MANDIR=/usr/share/man</userinput></screen>
+     BUILD_STATIC_LIB=0 \
+     MANDIR=/usr/share/man</userinput></screen>
 
     <para>
       This package does not come with a test suite.
@@ -164,9 +166,9 @@
      BUILD_STATIC_LIB=0 \
      MANDIR=/usr/share/man install &amp;&amp;
 
-install -v -dm755 /usr/share/doc/lm_sensors-&lm_sensors-version; &amp;&amp;
-cp -rv            README INSTALL doc/* \
-                  
/usr/share/doc/lm_sensors-&lm_sensors-version;</userinput></screen>
+install -v -m755 -d /usr/share/doc/lm_sensors-&lm_sensors-version; &amp;&amp;
+cp -rv              README INSTALL doc/* \
+                    
/usr/share/doc/lm_sensors-&lm_sensors-version;</userinput></screen>
   </sect2>
 
   <sect2 role="commands">

Modified: branches/systemd/general/sysutils/logrotate.xml
==============================================================================
--- branches/systemd/general/sysutils/logrotate.xml     Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/general/sysutils/logrotate.xml     Wed Jan 27 10:00:53 
2016        (r16857)
@@ -30,11 +30,11 @@
     <title>Introduction to Logrotate</title>
 
     <para>
-      The <application>logrotate</application> package allows automatic 
rotation, 
-      compression, removal, and mailing of log files. 
+      The <application>logrotate</application> package allows automatic 
rotation,
+      compression, removal, and mailing of log files.
     </para>
 
-    &lfs77_checked;
+    &lfs78_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -105,7 +105,7 @@
 make</userinput></screen>
 
     <para>
-      To test the results, issue: <command>make test</command>. 
+      To test the results, issue: <command>make test</command>.
     </para>
 
     <para>
@@ -129,8 +129,8 @@
   <sect2 role="configuration">
      <title>Configuring Logrotate</title>
 
-     <para><application>Logrotate</application> needs a configuration file, 
-     which must be passed as an argument to the command when executed.  Create 
+     <para><application>Logrotate</application> needs a configuration file,
+     which must be passed as an argument to the command when executed.  Create
      the file as the <systemitem class="username">root</systemitem> 
user:</para>
 
 <screen role="root"><userinput>cat &gt; /etc/logrotate.conf &lt;&lt; EOF
@@ -176,15 +176,15 @@
 # End of /etc/logrotate.conf
 EOF
 
-chmod -v 644 /etc/logrotate.conf</userinput></screen>
+chmod -v 0644 /etc/logrotate.conf</userinput></screen>
 
-    <para>Now create the <filename 
class="directory">/etc/logrotate.d</filename>
+    <para>Now create the <filename 
class='directory'>/etc/logrotate.d</filename>
     directory as the  <systemitem class="username">root</systemitem> 
user:</para>
 
-<screen role="root"><userinput>mkdir -p /etc/logrotate.d</userinput></screen>
+<screen role="root"><userinput> mkdir -p /etc/logrotate.d</userinput></screen>
 
-  <para>At this point additional log rotation commands can be entered, 
typically 
-  in the <filename class="directory">/etc/logrotate.d</filename> directory.
+  <para>At this point additional log rotation commands can be entered, 
typically
+  in the <filename class='directory'>/etc/logrotate.d</filename> directory.
   For example:</para>
 
 <screen role="root"><userinput>cat &gt; /etc/logrotate.d/sys.log &lt;&lt; EOF
@@ -199,7 +199,7 @@
 }
 EOF
 
-chmod -v 644 /etc/logrotate.d/sys.log</userinput></screen>
+chmod -v 0644 /etc/logrotate.d/sys.log</userinput></screen>
 
   <para>You can designate multiple files in one entry:</para>
 
@@ -214,11 +214,11 @@
 }
 EOF
 
-chmod -v 644 /etc/logrotate.d/example.log</userinput></screen>
+chmod -v 0644 /etc/logrotate.d/example.log</userinput></screen>
 
   <para>You can use in the same line the list of files: file1 file2 file3.
-  See the logrotate man page or 
-  <ulink 
url="http://www.techrepublic.com/article/manage-linux-log-files-with-logrotate/"/>
+  See the logrotate man page or
+  <ulink 
url='http://www.techrepublic.com/article/manage-linux-log-files-with-logrotate/'/>
   for more examples.</para>
 
   <para>The command <command>logrotate /etc/logrotate.conf</command> can be
@@ -231,7 +231,7 @@
   non-existing errors appear, when some intermediate files are expected,
   because they are not actually created.</para>
 
-  <para>To set up <xref linkend="fcron"/> to run
+  <para>To set up <xref linkend='fcron'/> to run
   <command>logrotate ...</command> at 3AM daily, root's crontab should be
   edited to add:</para>
 
@@ -264,7 +264,7 @@
         <term><command>logrotate</command></term>
         <listitem>
           <para>
-            performs the log maintenance functions defined in the 
+            performs the log maintenance functions defined in the
             configuration files.
           </para>
           <indexterm zone="logrotate logrotate-prog">

Modified: branches/systemd/general/sysutils/mc.xml
==============================================================================
--- branches/systemd/general/sysutils/mc.xml    Wed Jan 27 08:53:24 2016        
(r16856)
+++ branches/systemd/general/sysutils/mc.xml    Wed Jan 27 10:00:53 2016        
(r16857)
@@ -6,10 +6,10 @@
 
   <!ENTITY mc-download-http 
"http://ftp.midnight-commander.org/mc-&mc-version;.tar.xz";>
   <!ENTITY mc-download-ftp  
"ftp://ftp.osuosl.org/pub/midnightcommander/mc-&mc-version;.tar.xz";>
-  <!ENTITY mc-md5sum        "fbdaddb9edcf8925dcf3231331a8720b">
+  <!ENTITY mc-md5sum        "7c1935433866fdf59a3c2d9b7dae81ad">
   <!ENTITY mc-size          "2.2 MB">
-  <!ENTITY mc-buildsize     "85 MB (additional 72 MB for tests)">
-  <!ENTITY mc-time          "0.6 SBU">
+  <!ENTITY mc-buildsize     "169 MB (with tests)">
+  <!ENTITY mc-time          "0.8 SBU (with tests)">
 ]>
 
 <sect1 id="mc" xreflabel="MC-&mc-version;">
@@ -35,7 +35,7 @@
     making many frequent file operations more efficient and preserving the
     full power of the command prompt.</para>
 
-    &lfs77_checked;
+    &lfs78_checked;
 
     <!--<note><para>The download site uses a self-signed security certificate.
     You will need to accept it as valid to get the source 
code.</para></note>-->
@@ -170,7 +170,7 @@
       <seglistitem>
         <seg>mc and the symlinks mcdiff, mcedit and mcview</seg>
         <seg>None</seg>
-        <seg>/etc/mc, /usr/libexec/mc, and /usr/share/mc</seg>
+        <seg>/etc/mc and /usr/{libexec,share}/mc</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: branches/systemd/general/sysutils/obex-data-server.xml
==============================================================================
--- branches/systemd/general/sysutils/obex-data-server.xml      Wed Jan 27 
08:53:24 2016        (r16856)
+++ branches/systemd/general/sysutils/obex-data-server.xml      Wed Jan 27 
10:00:53 2016        (r16857)
@@ -34,7 +34,7 @@
       providing high-level OBEX client and server side functionality.
     </para>
 
-    &lfs77_checked;
+    &lfs78_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: branches/systemd/general/sysutils/p7zip.xml
==============================================================================
--- branches/systemd/general/sysutils/p7zip.xml Wed Jan 27 08:53:24 2016        
(r16856)
+++ branches/systemd/general/sysutils/p7zip.xml Wed Jan 27 10:00:53 2016        
(r16857)
@@ -4,7 +4,7 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY p7zip-download-http 
"&sourceforge-repo;/p7zip/p7zip_&p7zip-version;_src_all.tar.bz2">
+  <!ENTITY p7zip-download-http 
"&sourceforge-repo;/project/p7zip/p7zip/&p7zip-version;/p7zip_&p7zip-version;_src_all.tar.bz2">
   <!ENTITY p7zip-download-ftp  " ">
   <!ENTITY p7zip-md5sum        "6cba8402ccab2370d3b70c5e28b3d651">
   <!ENTITY p7zip-size          "3.8 MB">

Modified: branches/systemd/general/sysutils/pciutils.xml
==============================================================================
--- branches/systemd/general/sysutils/pciutils.xml      Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/general/sysutils/pciutils.xml      Wed Jan 27 10:00:53 
2016        (r16857)
@@ -4,11 +4,11 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY pciutils-download-http 
"https://www.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.xz";>
+  <!ENTITY pciutils-download-http 
"https://ftp.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.xz";>
   <!ENTITY pciutils-download-ftp  
"ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.xz";>
-  <!ENTITY pciutils-md5sum        "69c9edeb6761f2a822e4eb36187b75d6">
-  <!ENTITY pciutils-size          "296 KB">
-  <!ENTITY pciutils-buildsize     "3.2 MB">
+  <!ENTITY pciutils-md5sum        "35763bb1eab7bc9bf6eb6efb72cbc8a1">
+  <!ENTITY pciutils-size          "300 KB">
+  <!ENTITY pciutils-buildsize     "3.3 MB">
   <!ENTITY pciutils-time          "less than 0.1 SBU">
 ]>
 

Modified: branches/systemd/general/sysutils/pm-utils.xml
==============================================================================
--- branches/systemd/general/sysutils/pm-utils.xml      Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/general/sysutils/pm-utils.xml      Wed Jan 27 10:00:53 
2016        (r16857)
@@ -82,11 +82,8 @@
     <para role="optional">
       <xref linkend="hdparm"/>,
       <xref linkend="wireless_tools"/>,
-      <ulink 
url="https://www.kernel.org/pub/software/network/ethtool/";>ethtool</ulink> and
-      <!-- both http://www.codon.org.uk/~mjg59/vbetool/ and
-           http://www.srcf.ucam.org/~mjg59/vbetool/ are down -->
+      <ulink 
url="https://www.kernel.org/pub/software/network/ethtool/";>ethtool</ulink>, and
       <ulink 
url="http://ftp.de.debian.org/debian/pool/main/v/vbetool/";>vbetool</ulink>
-      <!-- radeontool, deprecated? -->
     </para>
 
     <para condition="html" role="usernotes">User Notes:
@@ -94,6 +91,49 @@
     </para>
   </sect2>
 
+  <sect2 role="kernel"  id="pm-utils-kernel">
+    <title>Kernel Configuration</title>
+
+    <para>
+       If needed, enable the following options in the kernel configuration and
+       recompile the kernel:
+    </para>
+
+    <screen><literal>Power management and ACPI options ---&gt;
+    &lt;*&gt; Suspend to RAM and standby            [CONFIG_SUSPEND]
+    &lt;*&gt; Hibernation (aka 'suspend to disk')   
[CONFIG_HIBERNATION]</literal></screen>
+
+    <para>
+      Suspend to RAM allows the system to enter sleep states in which main
+      memory is powered and thus its contents are preserved. The method cuts
+      power to most parts of the machine aside from the RAM.  Because of the
+      large power savings, it is advisable for laptops to automatically enter
+      this mode when the computer is running on batteries and the lid is closed
+      (or the user is inactive for some time).
+    </para>
+
+    <para>
+      Suspend to disk (Hibernation) saves the machine's state into swap space
+      and completely powers off the machine. When the machine is powered on,
+      the state is restored. Until then, there is zero power consumption.
+      Suspend to RAM and hibernation are normally appropriate for portable
+      devices such as laptops, but can be used on workstations.  The capability
+      is not really appropriate for servers.
+    </para>
+
+    <para>
+      To use hibernation, the kernel parameter
+      resume=/dev/&lt;swap_partition&gt; has to be used on the kernel command
+      line (in grub.cfg).  The swap partition should be at least the size of
+      the physical RAM on the system.
+    </para>
+
+    <indexterm zone="pm-utils pm-utils-kernel">
+      <primary sortas="d-pm-utils">pm-utils</primary>
+    </indexterm>
+
+  </sect2>
+
   <sect2 role="installation">
     <title>Installation of Power Management Utilities</title>
 
@@ -124,9 +164,9 @@
 
 <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 -sfv pm-action.8 /usr/share/man/man8/pm-suspend.8 &amp;&amp;
-ln -sfv pm-action.8 /usr/share/man/man8/pm-hibernate.8 &amp;&amp;
-ln -sfv pm-action.8 
/usr/share/man/man8/pm-suspend-hybrid.8</userinput></screen>
+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>
 
@@ -200,7 +240,7 @@
           <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). 
+            saved to disk).
           </para>
           <indexterm zone="pm-utils pm-hibernate">
             <primary sortas="b-pm-hibernate">pm-hibernate</primary>

Modified: branches/systemd/general/sysutils/raptor.xml
==============================================================================
--- branches/systemd/general/sysutils/raptor.xml        Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/general/sysutils/raptor.xml        Wed Jan 27 10:00:53 
2016        (r16857)
@@ -8,8 +8,8 @@
   <!ENTITY raptor-download-ftp  " ">
   <!ENTITY raptor-md5sum        "a39f6c07ddb20d7dd2ff1f95fa21e2cd">
   <!ENTITY raptor-size          "1.9 MB">
-  <!ENTITY raptor-buildsize     "28 MB">
-  <!ENTITY raptor-time          "0.2 SBU">
+  <!ENTITY raptor-buildsize     "28 MB (additional 1 MB for the tests)">
+  <!ENTITY raptor-time          "0.2 SBU (additional 0.5 SBU for the tests)">
 ]>
 
 <sect1 id="raptor" xreflabel="Raptor-&raptor-version;">
@@ -35,7 +35,7 @@
       (RDF) triples.
     </para>
 
-    &lfs77_checked;
+    &lfs78_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: branches/systemd/general/sysutils/rasqal.xml
==============================================================================
--- branches/systemd/general/sysutils/rasqal.xml        Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/general/sysutils/rasqal.xml        Wed Jan 27 10:00:53 
2016        (r16857)
@@ -8,8 +8,8 @@
   <!ENTITY rasqal-download-ftp  " ">
   <!ENTITY rasqal-md5sum        "1f5def51ca0026cd192958ef07228b52">
   <!ENTITY rasqal-size          "1.6 MB">
-  <!ENTITY rasqal-buildsize     "22 MB">
-  <!ENTITY rasqal-time          "0.3 SBU">
+  <!ENTITY rasqal-buildsize     "22 MB (additional 4 MB for the tests)">
+  <!ENTITY rasqal-time          "0.3 SBU (additional 0.7 SBU for the tests)">
 ]>
 
 <sect1 id="rasqal" xreflabel="Rasqal-&rasqal-version;">
@@ -37,7 +37,7 @@
       <application>Nepomuk</application>.
     </para>
 
-    &lfs77_checked;
+    &lfs78_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -82,8 +82,8 @@
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
-      <xref linkend="libgcrypt"/> and
-      <xref linkend="pcre"/>
+      <xref linkend="pcre"/> and
+      <xref linkend="libgcrypt"/>
     </para>
 
     <para condition="html" role="usernotes">User Notes:
@@ -127,7 +127,7 @@
 
     <segmentedlist>
       <segtitle>Installed Programs</segtitle>
-      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Library</segtitle>
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>

Modified: branches/systemd/general/sysutils/redland.xml
==============================================================================
--- branches/systemd/general/sysutils/redland.xml       Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/general/sysutils/redland.xml       Wed Jan 27 10:00:53 
2016        (r16857)
@@ -29,44 +29,30 @@
   <sect2 role="package">
     <title>Introduction to Redland</title>
 
-    <para>
-      <application>Redland</application> is a set of free software C libraries
-      that provide support for the Resource Description Framework (RDF).
-    </para>
+    <para><application>Redland</application> is a set of free software C 
libraries
+    that provide support for the Resource Description Framework (RDF). </para>
 
-    &lfs77_checked;
+    &lfs78_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
-        <para>
-          Download (HTTP): <ulink url="&redland-download-http;"/>
-        </para>
+        <para>Download (HTTP): <ulink url="&redland-download-http;"/></para>
       </listitem>
       <listitem>
-        <para>
-          Download (FTP): <ulink url="&redland-download-ftp;"/>
-        </para>
+        <para>Download (FTP): <ulink url="&redland-download-ftp;"/></para>
       </listitem>
       <listitem>
-        <para>
-          Download MD5 sum: &redland-md5sum;
-        </para>
+        <para>Download MD5 sum: &redland-md5sum;</para>
       </listitem>
       <listitem>
-        <para>
-          Download size: &redland-size;
-        </para>
+        <para>Download size: &redland-size;</para>
       </listitem>
       <listitem>
-        <para>
-          Estimated disk space required: &redland-buildsize;
-        </para>
+        <para>Estimated disk space required: &redland-buildsize;</para>
       </listitem>
       <listitem>
-        <para>
-          Estimated build time: &redland-time;
-        </para>
+        <para>Estimated build time: &redland-time;</para>
       </listitem>
     </itemizedlist>
 
@@ -80,12 +66,12 @@
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
       <xref linkend="db"/>,
-      <xref linkend="mariadb"/>,
-      <xref linkend="postgresql"/>,
+      <xref linkend="libiodbc"/>,
       <xref linkend="sqlite"/>,
-      <ulink url="&sourceforge-repo;/threestore/">3store</ulink>,
-      <ulink url="&sourceforge-repo;/iodbc/">libiodbc</ulink> and
-      <ulink url="&sourceforge-repo;/virtuoso/">Virtuoso</ulink>
+      <xref linkend="mariadb"/> or <ulink 
url="http://www.mysql.com/";>MySQL</ulink>,
+      <xref linkend="postgresql"/>,
+      <ulink url="&sourceforge-repo;/virtuoso/">virtuoso</ulink>, and
+      <ulink url="http://sourceforge.net/projects/threestore/";>3store</ulink>
     </para>
 
     <para condition="html" role="usernotes">User Notes:
@@ -96,21 +82,15 @@
   <sect2 role="installation">
     <title>Installation of Redland</title>
 
-    <para>
-      Install <application>Redland</application> by running the following
-      commands:
-    </para>
+    <para>Install <application>Redland</application> by running the following
+    commands:</para>
 
 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 
-    <para>
-      To test the results, issue <command>make check</command>.
-    </para>
+    <para>To test the results, issue <command>make check</command>.</para>
 
-    <para>
-      Now, as the <systemitem class="username">root</systemitem> user:
-    </para>
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
 <screen role="root"><userinput>make install</userinput></screen>
 
@@ -133,17 +113,10 @@
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
-        <seg>
-          rdfproc, redland-config and redland-db-upgrade
-        </seg>
-        <seg>
-          librdf.so
-        </seg>
-        <seg>
-          /usr/lib/redland,
-          /usr/share/gtk-doc/html/redland and
-          /usr/share/redland
-        </seg>
+        <seg>rdfproc, redland-config and redland-db-upgrade</seg>
+        <seg>librdf.so and /usr/lib/redland/librdf_storage_*.so</seg>
+        <seg>/usr/lib/redland, /usr/share/gtk-doc/html/redland and
+        /usr/share/redland</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -155,9 +128,7 @@
       <varlistentry id="rdfproc">
         <term><command>rdfproc</command></term>
         <listitem>
-          <para>
-            is the Redland RDF processor utility.
-          </para>
+          <para>is the Redland RDF processor utility.</para>
           <indexterm zone="redland rdfproc">
             <primary sortas="b-rdfproc">rdfproc</primary>
           </indexterm>
@@ -167,10 +138,8 @@
       <varlistentry id="redland-config">
         <term><command>redland-config</command></term>
         <listitem>
-          <para>
-            is a script to get information about the installed
-            version of Redland.
-          </para>
+          <para>is a script to get information about the installed version
+          of Redland.</para>
           <indexterm zone="redland redland-config">
             <primary sortas="b-redland-config">redland-config</primary>
           </indexterm>
@@ -180,9 +149,7 @@
       <varlistentry id="redland-db-upgrade">
         <term><command>redland-db-upgrade</command></term>
         <listitem>
-          <para>
-            upgrades older Redland databases to 0.9.12 format.
-          </para>
+          <para>upgrades older Redland databases to 0.9.12 format.</para>
           <indexterm zone="redland redland-db-upgrade">
             <primary sortas="b-redland-db-upgrade">redland-db-upgrade</primary>
           </indexterm>

Modified: branches/systemd/general/sysutils/sg3_utils.xml
==============================================================================
--- branches/systemd/general/sysutils/sg3_utils.xml     Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/general/sysutils/sg3_utils.xml     Wed Jan 27 10:00:53 
2016        (r16857)
@@ -132,8 +132,8 @@
           sg_sat_read_gplog, sg_sat_set_features, sg_scan, sg_senddiag, sg_ses,
           sg_ses_microcode, sg_start, sg_stpg, sg_sync, sg_test_rwbuf, sg_turs,
           sg_unmap, sg_verify, sg_vpd, sg_wr_mode, sg_write_buffer,
-          sg_write_long, sg_write_same, sg_write_verify, sg_xcopy, sg_zone, 
-          sginfo, sgm_dd, and sgp_dd
+          sg_write_long, sg_write_same, sg_write_verify, sg_xcopy, sginfo,
+          sgm_dd, and sgp_dd
         </seg>
         <seg>
           libsgutils2.so

Modified: branches/systemd/general/sysutils/strigi.xml
==============================================================================
--- branches/systemd/general/sysutils/strigi.xml        Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/general/sysutils/strigi.xml        Wed Jan 27 10:00:53 
2016        (r16857)
@@ -34,7 +34,7 @@
     files in the filesystem even if they are hidden in emails or
     archives.</para>
 
-    &lfs77_checked;
+    &lfs78_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -68,7 +68,7 @@
     <bridgehead renderas="sect4">Recommended</bridgehead>
     <para role="recommended">
       <xref linkend="dbus"/> and
-      <xref linkend="qt4"/> 
+      <xref linkend="qt4"/>
     </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
@@ -141,7 +141,7 @@
     <para>
       <option>-DENABLE_CLUCENE*=OFF</option>: These statements disable the
       package from trying to use <xref linkend="clucene"/> (current stable
-      version). 
+      version).
     </para>
 
   </sect2>
@@ -172,7 +172,7 @@
       <varlistentry id="deepfind">
         <term><command>deepfind</command></term>
         <listitem>
-          <para>is a utility for searching for filenames in compressed 
+          <para>is a utility for searching for filenames in compressed
           archives like tar, cpio, and zip</para>
           <indexterm zone="strigi deepfind">
             <primary sortas="b-deepfind">deepfind</primary>
@@ -183,7 +183,7 @@
       <varlistentry id="deepgrep">
         <term><command>deepgrep</command></term>
         <listitem>
-          <para>is a utility for searching compressed archives like 
+          <para>is a utility for searching compressed archives like
                     tar, cpio, and zip</para>
           <indexterm zone="strigi deepgrep">
             <primary sortas="b-deepgrep">deepgrep</primary>
@@ -194,7 +194,7 @@
       <varlistentry id="rdfindexer">
         <term><command>rdfindexer</command></term>
         <listitem>
-          <para>manages and performs indexing of the RDF data for entities 
+          <para>manages and performs indexing of the RDF data for entities
           present on your site</para>
           <indexterm zone="strigi rdfindexer">
             <primary sortas="b-rdfindexer">rdfindexer</primary>

Modified: branches/systemd/general/sysutils/sysstat.xml
==============================================================================
--- branches/systemd/general/sysutils/sysstat.xml       Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/general/sysutils/sysstat.xml       Wed Jan 27 10:00:53 
2016        (r16857)
@@ -6,9 +6,9 @@
 
   <!ENTITY sysstat-download-http 
"http://perso.wanadoo.fr/sebastien.godard/sysstat-&sysstat-version;.tar.xz";>
   <!ENTITY sysstat-download-ftp  " ">
-  <!ENTITY sysstat-md5sum        "4d8e6e72d057189a1660462a678d9ada">
-  <!ENTITY sysstat-size          "308 KB">
-  <!ENTITY sysstat-buildsize     "7.7 MB">
+  <!ENTITY sysstat-md5sum        "e8b615775ad98780e3f0675b91eddb19">
+  <!ENTITY sysstat-size          "316 KB">
+  <!ENTITY sysstat-buildsize     "8.0 MB">
   <!ENTITY sysstat-time          "0.1 SBU">
 ]>
 
@@ -35,7 +35,7 @@
     utility, common to many commercial Unixes, and tools you can schedule via
     cron to collect and historize performance and activity data.</para>
 
-    &lfs77_checked;
+    &lfs78_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -201,10 +201,9 @@
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
-        <seg>cifsiostat, iostat, mpstat, nfsiostat-sysstat, pidstat, sadf,
-             and sar</seg>
+        <seg>cifsiostat, iostat, mpstat, pidstat, sadf, sar, and tapestat</seg>
         <seg>None</seg>
-        <seg>/usr/lib/sa, 
+        <seg>/usr/lib/sa,
              /usr/share/doc/sysstat-&sysstat-version; and
              /var/log/sa
         </seg>
@@ -248,17 +247,6 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry id="nfsiostat">
-        <term><command>nfsiostat-sysstat</command></term>
-        <listitem>
-          <para>displays statistics about read and write operations on NFS
-          filesystems.</para>
-          <indexterm zone="sysstat nfsiostat">
-            <primary sortas="b-nfsiostat">nfsiostat</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
       <varlistentry id="pidstat">
         <term><command>pidstat</command></term>
         <listitem>
@@ -293,6 +281,17 @@
           </indexterm>
         </listitem>
       </varlistentry>
+
+      <varlistentry id="tapestat">
+        <term><command>tapestat</command></term>
+        <listitem>
+          <para>is used for monitoring the activity of tape drives connected to
+          a system.</para>
+          <indexterm zone="sysstat tapestat">
+            <primary sortas="b-tapestat">tapestat</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
 
     </variablelist>
 

Modified: branches/systemd/general/sysutils/udisks.xml
==============================================================================
--- branches/systemd/general/sysutils/udisks.xml        Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/general/sysutils/udisks.xml        Wed Jan 27 10:00:53 
2016        (r16857)
@@ -35,7 +35,7 @@
       that can be used to query and manipulate storage devices.
     </para>
 
-    &lfs77_checked;
+    &lfs78_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -80,7 +80,7 @@
       <xref linkend="libgudev"/>,
       <xref linkend="lvm2"/>,
       <xref linkend="parted"/>,
-      <xref linkend="polkit"/> and
+      <xref linkend="polkit"/>, and
       <xref linkend="sg3_utils"/>
     </para>
 
@@ -97,8 +97,8 @@
     </para>
 
     <para condition="html" role="usernotes">User Notes:
-      <ulink url="&blfs-wiki;/udisks"/>
-    </para>
+    <ulink url="&blfs-wiki;/udisks"/></para>
+
   </sect2>
 
   <sect2 role="installation">
@@ -144,8 +144,8 @@
 
       <seglistitem>
         <seg>
-          udisks, 
-          udisks-daemon, 
+          udisks,
+          udisks-daemon,
           udisks-tcp-bridge, and
           umount.udisks
         </seg>

Modified: branches/systemd/general/sysutils/unrar.xml
==============================================================================
--- branches/systemd/general/sysutils/unrar.xml Wed Jan 27 08:53:24 2016        
(r16856)
+++ branches/systemd/general/sysutils/unrar.xml Wed Jan 27 10:00:53 2016        
(r16857)
@@ -6,10 +6,10 @@
 
   <!ENTITY unrar-download-http 
"http://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz";>
   <!ENTITY unrar-download-ftp  " ">
-  <!ENTITY unrar-md5sum        "687fc04817d138b988739b0e3c8f83db">
+  <!ENTITY unrar-md5sum        "4bc78c1236b9e7bc89fe140617f24da4">
   <!ENTITY unrar-size          "220 KB">
   <!ENTITY unrar-buildsize     "2.4 MB">
-  <!ENTITY unrar-time          "0.1 SBU">
+  <!ENTITY unrar-time          "less than 0.1 SBU">
 ]>
 
 <sect1 id="unrar" xreflabel="UnRar-&unrar-version;">
@@ -87,7 +87,7 @@
       commands:
     </para>
 
-<screen><userinput>make</userinput></screen>
+<screen><userinput>make -f makefile</userinput></screen>
 
     <para>
       This package does not come with a test suite.

Modified: branches/systemd/general/sysutils/upower.xml
==============================================================================
--- branches/systemd/general/sysutils/upower.xml        Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/general/sysutils/upower.xml        Wed Jan 27 10:00:53 
2016        (r16857)
@@ -4,15 +4,15 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY upower-download-http 
"http://upower.freedesktop.org/releases/upower-&upower1-version;.tar.xz";>
+  <!ENTITY upower-download-http 
"http://upower.freedesktop.org/releases/upower-&upower-version;.tar.xz";>
   <!ENTITY upower-download-ftp  " ">
-  <!ENTITY upower-md5sum        "a9c95d0545bc23d784642c11e157cfbf">
-  <!ENTITY upower-size          "420 KB">
-  <!ENTITY upower-buildsize     "12 MB">
+  <!ENTITY upower-md5sum        "39cfd97bfaf7d30908f20cf937a57634">
+  <!ENTITY upower-size          "416 KB">
+  <!ENTITY upower-buildsize     "10 MB">
   <!ENTITY upower-time          "0.2 SBU">
 ]>
 
-<sect1 id="upower" xreflabel="UPower-&upower1-version;">
+<sect1 id="upower" xreflabel="UPower-&upower-version;">
   <?dbhtml filename="upower.html"?>
 
   <sect1info>
@@ -20,7 +20,7 @@
     <date>$Date$</date>
   </sect1info>
 
-  <title>UPower-&upower1-version;</title>
+  <title>UPower-&upower-version;</title>
 
   <indexterm zone="upower">
     <primary sortas="a-UPower">UPower</primary>
@@ -72,20 +72,19 @@
       </listitem>
     </itemizedlist>
 
-
     <bridgehead renderas="sect3">UPower Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
       <xref linkend="dbus-glib"/>,
       <xref linkend="libgudev"/>,
-      <xref linkend="libusb"/> and
+      <xref linkend="libusb"/>, and
       <xref linkend="polkit"/>
     </para>
 
-    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <bridgehead renderas="sect4">Recommended (runtime)</bridgehead>
     <para role="recommended">
-      <xref linkend="systemd"/>
+      <xref linkend="pm-utils"/>
     </para>
 
     <bridgehead renderas="sect4">Optional (Required if building 
GNOME)</bridgehead>
@@ -95,9 +94,8 @@
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
-      <xref linkend="gtk-doc"/>,
-      <xref linkend="python3"/> (used only in the testsuite) and
-      <ulink url="http://www.libimobiledevice.org/";>libimobiledevice</ulink>
+      <xref linkend="gtk-doc"/> and
+      <xref linkend="python3"/> (used only in the testsuite).
     </para>
 
     <para condition="html" role="usernotes">User Notes:
@@ -116,13 +114,14 @@
 <screen><userinput>./configure --prefix=/usr        \
             --sysconfdir=/etc    \
             --localstatedir=/var \
+            --enable-deprecated  \
             --disable-static     &amp;&amp;
 make</userinput></screen>
 
     <para>
-      To test the results, issue: <command>make check</command>. Test
-      suite should be run from a local GUI session started with
-      dbus-launch.
+      To test the results, issue: <command>make check</command>. Some
+      checks may not pass due to missing files. Test suite should be run from
+      a local GUI session started with dbus-launch.
     </para>
 
     <para>
@@ -136,6 +135,12 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para>
+      <option>--enable-deprecated</option>: This switch enables
+      deprecated functionality which is still needed by some
+      applications.
+    </para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
 

Modified: branches/systemd/general/sysutils/usbutils.xml
==============================================================================
--- branches/systemd/general/sysutils/usbutils.xml      Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/general/sysutils/usbutils.xml      Wed Jan 27 10:00:53 
2016        (r16857)
@@ -95,9 +95,9 @@
       running the following commands:
     </para>
 
-<screen><userinput>sed -i '/^usbids/ s:usb.ids:misc/&amp;:' lsusb.py &amp;&amp;
+<screen><userinput>sed -i '/^usbids/ s:usb.ids:hwdata/&amp;:' lsusb.py 
&amp;&amp;
 
-./configure --prefix=/usr --datadir=/usr/share/misc &amp;&amp;
+./configure --prefix=/usr --datadir=/usr/share/hwdata &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -111,6 +111,15 @@
 <screen role="root"><userinput>make install</userinput></screen>
 
     <para>
+      To install the <filename>usb.ids</filename> data file, using
+      <xref linkend="wget"/>, run, as the
+      <systemitem class="username">root</systemitem> user:
+    </para>
+
+<screen role="root"><userinput>install -dm755 /usr/share/hwdata/ &amp;&amp;
+wget http://www.linux-usb.org/usb.ids -O 
/usr/share/hwdata/usb.ids</userinput></screen>
+
+    <para>
       The script <command>lsusb.py</command> displays information in a more
       easily readable form than <command>lsusb</command>. To find the options,
       use <command>lsusb.py -h</command>. One form of use recommended by the
@@ -134,15 +143,17 @@
 
     <para>
       The <filename>usb.ids</filename> data file is constantly being updated.
-      To get a current version of this file, using <xref linkend="wget"/>, run,
-      as the <systemitem class="username">root</systemitem> user:</para>
+      To get a current version of this file, using <xref linkend="wget"/>,
+      periodically run again, as the
+      <systemitem class="username">root</systemitem> user:
+    </para>
 
-<screen role="root"><userinput>wget http://www.linux-usb.org/usb.ids -O 
/usr/share/misc/usb.ids</userinput></screen>
+<screen role="root"><userinput>wget http://www.linux-usb.org/usb.ids -O 
/usr/share/hwdata/usb.ids</userinput></screen>
 
     <para>
       You may wish to add an entry to
       <systemitem class="username">root</systemitem>'s (or any other user who 
has
-      write privilege to <filename 
class="directory">/usr/share/misc</filename>)
+      write privilege to <filename 
class="directory">/usr/share/hwdata</filename>)
       crontab to automatically update the <filename>usb.ids</filename> file
       periodically.
     </para>

Modified: branches/systemd/introduction/welcome/changelog.xml
==============================================================================
--- branches/systemd/introduction/welcome/changelog.xml Wed Jan 27 08:53:24 
2016        (r16856)
+++ branches/systemd/introduction/welcome/changelog.xml Wed Jan 27 10:00:53 
2016        (r16857)
@@ -51,6 +51,32 @@
           <para>[dj] - Added chrpath-0.16. Merged from trunk r16267.</para>
         </listitem>
         <listitem>
+          <para>[dj] - Updated to acpid-2.0.25. Merged from trunk 
r16815.</para>
+        </listitem>
+        <listitem>
+          <para>[dj] - Updated to at-3.1.18. Merged from trunk r16758.</para>
+        </listitem>
+        <listitem>
+          <para>[dj] - Updated to bluez-5.37. Merged from trunk r16767.</para>
+        </listitem>
+        <listitem>
+          <para>[dj] - Updated to dbus-1.10.6. Merged from trunk r16704.</para>
+        </listitem>
+        <listitem>
+          <para>[dj] - Updated to mc-4.8.15. Merged from trunk r16625.</para>
+        </listitem>
+        <listitem>
+          <para>[dj] - Updated to pciutils-3.4.1. Merged from trunk
+          r16791.</para>
+        </listitem>
+        <listitem>
+          <para>[dj] - Updated to sysstat-11.2.0. Merged from trunk
+          r16771.</para>
+        </listitem>
+        <listitem>
+          <para>[dj] - Updated to unrar-3.3.9. Merged from trunk r16791.</para>
+        </listitem>
+        <listitem>
           <para>[dj] - Updated to imagemagick-6.9.3. Merged from trunk
           r16785.</para>
         </listitem>

Modified: branches/systemd/packages.ent
==============================================================================
--- branches/systemd/packages.ent       Wed Jan 27 08:53:24 2016        (r16856)
+++ branches/systemd/packages.ent       Wed Jan 27 10:00:53 2016        (r16857)
@@ -226,13 +226,13 @@
 <!ENTITY unixodbc-version             "2.3.4">
 
 <!-- Chapter 12 -->
-<!ENTITY acpid-version                "2.0.25">
-<!ENTITY at-version                   "3.1.16">
+<!ENTITY acpid-version                "2.0.26">
+<!ENTITY at-version                   "3.1.18">
 <!ENTITY autofs-version               "5.1.1">
-<!ENTITY bluez-version                "5.35">
+<!ENTITY bluez-version                "5.37">
 <!ENTITY colord-version               "1.2.12">    <!-- Even minors only -->
 <!ENTITY cpio-version                 "2.12">
-<!ENTITY dbus-version                 "1.8.18">   <!-- Even minors only -->
+<!ENTITY dbus-version                 "1.10.6">   <!-- Even minors only -->
 <!ENTITY eudev-version                "1.7">
 <!ENTITY fcron-version                "3.2.0">
 <!ENTITY gpm-version                  "1.20.7">
@@ -240,23 +240,23 @@
 <!ENTITY hdwids-version               "20141022">
 <!ENTITY lm_sensors-version           "3.4.0">
 <!ENTITY logrotate-version            "3.9.1">
-<!ENTITY mc-version                   "4.8.14">
+<!ENTITY mc-version                   "4.8.15">
 <!ENTITY ModemManager-version         "1.4.10">
 <!ENTITY obex-data-server-version     "0.4.6">
 <!ENTITY p7zip-version                "9.38.1">
 <!ENTITY pax-version                  "070715">
-<!ENTITY pciutils-version             "3.4.0">
+<!ENTITY pciutils-version             "3.4.1">
 <!ENTITY pm-utils-version             "1.4.1">
 <!ENTITY raptor-version               "2.0.15">
 <!ENTITY rasqal-version               "0.9.33">
 <!ENTITY redland-version              "1.0.17">
 <!ENTITY sg3_utils-version            "1.41">
 <!ENTITY strigi-version               "0.7.8">
-<!ENTITY sysstat-version              "11.1.5">
+<!ENTITY sysstat-version              "11.2.0">
 <!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro 
version -->
 <!ENTITY udisks2-version              "2.1.6">    <!-- stable lt .90 micro 
version -->
-<!ENTITY upower1-version              "0.99.3">
-<!ENTITY unrar-version                "5.3.5">
+<!ENTITY upower-version               "0.99.3">
+<!ENTITY unrar-version                "5.3.9">
 <!ENTITY unzip-version                "6.0">
 <!ENTITY upower-version               "0.9.23">
 <!ENTITY usbutils-version             "008">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to