Changeset 49b9df3c


Ignore:
Timestamp:
11/14/2009 03:28:12 AM (14 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d14c6362
Parents:
c9354ea0
Message:

Updated to DeviceKit-power-012 and some minor amendments to udev and acl.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8129 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc9354ea0 r49b9df3c  
    44-->
    55
    6 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     6<!ENTITY day          "14">                   <!-- Always 2 digits -->
    77<!ENTITY month        "11">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
     
    242242<!ENTITY udev-version                 "145">
    243243<!ENTITY DeviceKit-version            "003">
    244 <!ENTITY DeviceKit-power-version      "009">
     244<!ENTITY DeviceKit-power-version      "012">
    245245<!ENTITY unrar-version                "3.7.8">
    246246<!ENTITY lzma-utils-version           "4.32.7">
  • general/sysutils/DeviceKit-power.xml

    rc9354ea0 r49b9df3c  
    77  <!ENTITY DeviceKit-power-download-http "http://hal.freedesktop.org/releases/DeviceKit-power-&DeviceKit-power-version;.tar.gz">
    88  <!ENTITY DeviceKit-power-download-ftp  " ">
    9   <!ENTITY DeviceKit-power-md5sum        "535703fa7b9c323d6388b5aff28cfeeb">
    10   <!ENTITY DeviceKit-power-size          "485 KB">
    11   <!ENTITY DeviceKit-power-buildsize     "6 MB">
     9  <!ENTITY DeviceKit-power-md5sum        "34b8d698658cce77050443125fa9fab4">
     10  <!ENTITY DeviceKit-power-size          "511 KB">
     11  <!ENTITY DeviceKit-power-buildsize     "7 MB">
    1212  <!ENTITY DeviceKit-power-time          "0.1 SBU">
    1313]>
     
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    6363    <para role="required"><xref linkend="DeviceKit"/>,
    64     <xref linkend="policykit"/>, and
    65     <xref linkend="libusb-compat"/></para>
     64    <xref linkend="polkit"/>, and
     65    <xref linkend="udev"/> (with gudev)</para>
    6666
    6767    <bridgehead renderas="sect4">Optional</bridgehead>
     
    140140        <term><filename class='libraryfile'>libdevkit-power-gobject.{so,a}</filename></term>
    141141        <listitem>
    142           <para>contains the <application>DDeviceKit-power</application> API
     142          <para>contains the <application>DeviceKit-power</application> API
    143143          functions.</para>
    144144          <indexterm zone="DeviceKit-power libdevkit-power-gobject">
  • general/sysutils/udev.xml

    rc9354ea0 r49b9df3c  
    3232    <para><application>Udev</application> was indeed installed in LFS and there
    3333    is no reason to reinstall it unless you are going to install
    34     <application>DeviceKit-power</application>. This is so that we can enable
    35     the extra features which includes <application>gudev</application>, a
     34    <application>DeviceKit-power</application>. This installation of Udev
     35    enables extra features which includes <application>gudev</application>, a
    3636    requirement for <application>DeviceKit-power</application>.</para>
    3737
     
    108108    <title>Contents</title>
    109109
     110    <para>A list of the installed files, along with their short descriptions
     111    can be found at
     112    <ulink url="&lfs-root;/chapter06/udev.html#contents-udev"/>.</para>
     113
     114    <para>The following is some additional content information.</para>
     115
    110116    <segmentedlist>
    111117      <segtitle>Installed Programs</segtitle>
    112       <segtitle>Installed Libraries</segtitle>
     118      <segtitle>Installed Library</segtitle>
    113119      <segtitle>Installed Directories</segtitle>
    114120
    115121      <seglistitem>
    116         <seg>udevadm, udevd, ata_id, cdrom_id, collect, create_floppy_devices,
    117         edd_id, fstab_import, hid2hci, keymap, modem-modeswitch, path_id,
    118         pci-db, scsi_id, udev-acl, usb-db, usb_id, and v4l_id</seg>
    119         <seg>libudev.so and libgudev-1.0.so</seg>
    120         <seg>/etc/udev, /lib/udev/{keymaps,rules.d},
     122        <seg>hid2hci, keymap, modem-modeswitch, pci-db, udev-acl, usb-db, and v4l_id</seg>
     123        <seg>libgudev-1.0.so</seg>
     124        <seg>/lib/udev/{keymaps,rules.d},
    121125        /usr/{include/gudev-1.0/gudev,share/{doc/udev-145/writing_udev_rules,
    122126        gtk-doc/html/{gudev,libudev}}}</seg>
     
    129133      <?dbhtml list-presentation="table"?>
    130134
    131       <varlistentry id="udevadm">
    132         <term><command>udevadm</command></term>
    133         <listitem>
    134           <para>is a udev management tool.</para>
    135           <indexterm zone="udev udevadm">
    136             <primary sortas="b-udevadm">udevadm</primary>
    137           </indexterm>
    138         </listitem>
    139       </varlistentry>
    140 
    141       <varlistentry id="udevd">
    142         <term><command>udevd</command></term>
    143         <listitem>
    144           <para>is an event managing daemon.</para>
    145           <indexterm zone="udev udevd">
    146             <primary sortas="b-udevd">udevd</primary>
    147           </indexterm>
    148         </listitem>
    149       </varlistentry>
    150 
    151       <varlistentry id="libudev">
    152         <term><filename class='libraryfile'>libudev.so</filename></term>
    153         <listitem>
    154           <para>provides access to udev device information.</para>
    155           <indexterm zone="udev libudev">
    156             <primary sortas="c-libLIBRARY1">libudev.so</primary>
    157           </indexterm>
    158         </listitem>
    159       </varlistentry>
     135      <varlistentry id="hid2hci">
     136        <term><command>hid2hci</command></term>
     137        <listitem>
     138          <para>is a Bluetooth HID to HCI mode switching utility.</para>
     139          <indexterm zone="udev hid2hci">
     140            <primary sortas="b-hid2hci">hid2hci</primary>
     141          </indexterm>
     142        </listitem>
     143      </varlistentry>
     144
     145      <varlistentry id="keymap">
     146        <term><command>keymap</command></term>
     147        <listitem>
     148          <para>configures computer model specific key mappings.</para>
     149          <indexterm zone="udev keymap">
     150            <primary sortas="b-keymap">keymap</primary>
     151          </indexterm>
     152        </listitem>
     153      </varlistentry>
     154
     155<!--      <varlistentry id="modem-modeswitch">
     156        <term><command>modem-modeswitch</command></term>
     157        <listitem>
     158          <para>does this .....</para>
     159          <indexterm zone="udev modem-modeswitch">
     160            <primary sortas="b-modem-modeswitch">modem-modeswitch</primary>
     161          </indexterm>
     162        </listitem>
     163      </varlistentry>
     164
     165      <varlistentry id="pci-db">
     166        <term><command>pci-db</command></term>
     167        <listitem>
     168          <para>does this .....</para>
     169          <indexterm zone="udev pci-db">
     170            <primary sortas="b-pci-db">pci-db</primary>
     171          </indexterm>
     172        </listitem>
     173      </varlistentry>
     174
     175      <varlistentry id="udev-acl">
     176        <term><command>udev-acl</command></term>
     177        <listitem>
     178          <para>does this .....</para>
     179          <indexterm zone="udev udev-acl">
     180            <primary sortas="b-udev-acl">udev-acl</primary>
     181          </indexterm>
     182        </listitem>
     183      </varlistentry>
     184
     185      <varlistentry id="usb-db">
     186        <term><command>usb-db</command></term>
     187        <listitem>
     188          <para>does this .....</para>
     189          <indexterm zone="udev usb-db">
     190            <primary sortas="b-usb-db">usb-db</primary>
     191          </indexterm>
     192        </listitem>
     193      </varlistentry>
     194
     195      <varlistentry id="v4l_id">
     196        <term><command>v4l_id</command></term>
     197        <listitem>
     198          <para>does this .....</para>
     199          <indexterm zone="udev v4l_id">
     200            <primary sortas="b-v4l_id">v4l_id</primary>
     201          </indexterm>
     202        </listitem>
     203      </varlistentry> -->
    160204
    161205      <varlistentry id="libgudev-1.0">
  • introduction/welcome/changelog.xml

    rc9354ea0 r49b9df3c  
    4242-->
    4343    <listitem>
     44      <para>November 14th, 2009</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[wblaszcz] - Updated to DeviceKit-power-012 and some minor
     48          amendments to udev and acl.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4454      <para>November 10th, 2009</para>
    4555      <itemizedlist>
  • postlfs/security/acl.xml

    rc9354ea0 r49b9df3c  
    8989
    9090    <para>You should now re-install <application><ulink
    91     url="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/coreutils.html">Coreutils</ulink>
     91    url="&lfs-root;/chapter06/coreutils.html">Coreutils</ulink>
    9292    </application> and proceed to run the test suite.</para>
    9393
Note: See TracChangeset for help on using the changeset viewer.