Author: krejzi Date: 2012-03-31 15:16:07 -0600 (Sat, 31 Mar 2012) New Revision: 9828
Removed: trunk/BOOK/postlfs/security/policykit.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/dbus-bindings.xml trunk/BOOK/general/sysutils/dbus.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/postlfs/security/security.xml Log: removed eggdbus and old policykit, dbus 1.4.20, dbus-python 1.0.0 Modified: trunk/BOOK/general/sysutils/dbus-bindings.xml =================================================================== --- trunk/BOOK/general/sysutils/dbus-bindings.xml 2012-03-31 16:35:48 UTC (rev 9827) +++ trunk/BOOK/general/sysutils/dbus-bindings.xml 2012-03-31 21:16:07 UTC (rev 9828) @@ -13,24 +13,19 @@ <!ENTITY dbus-python-download-http "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz"> <!ENTITY dbus-python-download-ftp " "> - <!ENTITY dbus-python-md5sum "fe69a2613e824463e74f10913708c88a"> - <!ENTITY dbus-python-size "556 KB"> + <!ENTITY dbus-python-md5sum "775a8235736bf760cdd96e2d76546469"> + <!ENTITY dbus-python-size "572 KB"> <!ENTITY dbus-python-buildsize "5.5 MB"> <!ENTITY dbus-python-time "0.2 SBU"> -<!-- + + <!-- <!ENTITY dbus-qt3-download-http "&trinity-repo-http;/dbus-tqt-&trinity-version;.tar.gz"> <!ENTITY dbus-qt3-download-ftp "&trinity-repo-ftp;/dbus-tqt-&trinity-version;.tar.gz"> <!ENTITY dbus-qt3-md5sum "46ae165c068271485c827f6fc6687a9a"> <!ENTITY dbus-qt3-size "234 KB"> <!ENTITY dbus-qt3-buildsize "4 MB"> <!ENTITY dbus-qt3-time "less than 0.1 SBU"> ---> - <!ENTITY eggdbus-download-http "http://hal.freedesktop.org/releases/eggdbus-&eggdbus-version;.tar.gz"> - <!ENTITY eggdbus-download-ftp " "> - <!ENTITY eggdbus-md5sum "b43d2a6c523fcb8b9d0b0300c4222386"> - <!ENTITY eggdbus-size "801 KB"> - <!ENTITY eggdbus-buildsize "30 MB (includes installing the documentation and man page)"> - <!ENTITY eggdbus-time "0.4 SBU"> + --> <!-- All the other bindings info should be here as well --> ]> @@ -59,9 +54,8 @@ require one or more of the Bindings packages in order to build successfully.</para> - <para>The <application>GLib</application>, - <application>Python</application>, <application>Qt3</application>, and - <application>GObject</application> Bindings are included on this page. Other + <para>The <application>GLib</application> and + <application>Python</application> bindings are included on this page. Other language bindings are available at the <ulink url="http://www.freedesktop.org/wiki/Software/DBusBindings">D-Bus Bindings</ulink> page for information.</para> @@ -75,10 +69,7 @@ </listitem> <!-- <listitem> <para><xref linkend="dbus-qt3"/></para> - </listitem>--> - <listitem> - <para><xref linkend="eggdbus"/></para> - </listitem> + </listitem> --> </itemizedlist> </sect2> @@ -145,7 +136,7 @@ <screen><userinput>./configure --prefix=/usr \ --sysconfdir=/etc \ - --libexecdir=/usr/lib/dbus-1.0/dbus-1 && + --libexecdir=/usr/lib/dbus-1.0 && make</userinput></screen> <para>To test the results, issue: <command>make check</command>. Note that @@ -162,13 +153,16 @@ <sect3 role="commands"> <title>Command Explanations</title> - <para><parameter>--libexecdir=/usr/lib/dbus-1.0/dbus-1</parameter>: This + <para><parameter>--libexecdir=/usr/lib/dbus-1.0</parameter>: This moves <command>dbus-bash-completion-helper</command> out of <filename class="directory">/usr/libexec</filename>.</para> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../xincludes/gtk-doc-rebuild.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/static-libraries.xml"/> + </sect3> <sect3 role="content"> @@ -440,100 +434,6 @@ </sect3> </sect2> ---> + --> - <!-- Begin D-Bus GObject Bindings (EggDBus) --> - <sect2 id="eggdbus" xreflabel="D-Bus GObject Bindings-&eggdbus-version; (EggDBus)"> - <title>D-Bus GObject Bindings (EggDBus)</title> - - <indexterm zone="eggdbus"> - <primary sortas="a-eggdbus">D-Bus GObject Bindings</primary> - </indexterm> - - <sect3 role="package"> - <title>Introduction to EggDBus</title> - - &lfs65_checked; - - <bridgehead renderas="sect4">Package Information</bridgehead> - <itemizedlist spacing="compact"> - <listitem> - <para>Download (HTTP): <ulink url="&eggdbus-download-http;"/></para> - </listitem> - <listitem> - <para>Download (FTP): <ulink url="&eggdbus-download-ftp;"/></para> - </listitem> - <listitem> - <para>Download MD5 sum: &eggdbus-md5sum;</para> - </listitem> - <listitem> - <para>Download size: &eggdbus-size;</para> - </listitem> - <listitem> - <para>Estimated disk space required: &eggdbus-buildsize;</para> - </listitem> - <listitem> - <para>Estimated build time: &eggdbus-time;</para> - </listitem> - </itemizedlist> - - <bridgehead renderas="sect4">EggDBus Dependencies</bridgehead> - - <bridgehead renderas="sect5">Required</bridgehead> - <para role="required"><xref linkend="dbus-glib"/> and - <xref linkend="docbook-xsl"/></para> - - <bridgehead renderas="sect5">Optional</bridgehead> - <para role="optional"><xref linkend="gtk-doc"/></para> - - <para condition="html" role="usernotes">User Notes: - <ulink url="&blfs-wiki;/eggdbus"/></para> - - </sect3> - - <sect3 role="installation"> - <title>Installation of EggDBus</title> - - - <para>Install <application>EggDBus</application> by - running the following commands:</para> - -<screen><userinput>./configure --prefix=/usr && -make</userinput></screen> - - <para>To test the results, issue: <command>make check</command>.</para> - - <para>Now, as the <systemitem class="username">root</systemitem> user:</para> - -<screen role="root"><userinput>make install</userinput></screen> - - </sect3> - - <sect3 role="commands"> - <title>Command Explanations</title> - - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../xincludes/gtk-doc-rebuild.xml"/> - - </sect3> - - <sect3 role="content"> - <title>Contents</title> - - <segmentedlist> - <segtitle>Installed Programs</segtitle> - <segtitle>Installed Library</segtitle> - <segtitle>Installed Directory</segtitle> - - <seglistitem> - <seg>eggdbus-binding-tool and eggdbus-glib-genmarshal</seg> - <seg>libeggdbus-1.{so,a}</seg> - <seg>/usr/include/eggdbus-1/eggdbus</seg> - </seglistitem> - </segmentedlist> - - </sect3> - - </sect2> - </sect1> Modified: trunk/BOOK/general/sysutils/dbus.xml =================================================================== --- trunk/BOOK/general/sysutils/dbus.xml 2012-03-31 16:35:48 UTC (rev 9827) +++ trunk/BOOK/general/sysutils/dbus.xml 2012-03-31 21:16:07 UTC (rev 9828) @@ -6,7 +6,7 @@ <!ENTITY dbus-download-http "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz"> <!ENTITY dbus-download-ftp " "> - <!ENTITY dbus-md5sum "5944f93b194ce93d4c88142fc0e6b94b"> + <!ENTITY dbus-md5sum "79eca2f2c1894ac347acce128314428b"> <!ENTITY dbus-size "1.8 MB"> <!ENTITY dbus-buildsize "100 MB"> <!ENTITY dbus-time "0.5 SBU"> @@ -113,7 +113,7 @@ system user and group to handle the system message bus activity:</para> <screen role="root"><userinput>groupadd -g 18 messagebus && -useradd -c "D-BUS Message Daemon User" -d /var/lib/dbus \ +useradd -c "D-BUS Message Daemon User" -d /var/run/dbus \ -u 18 -g messagebus -s /bin/false messagebus</userinput></screen> <para>Install <application>D-BUS</application> by running the following @@ -121,8 +121,7 @@ <command>./configure --help</command> first and add any desired parameters to the <command>configure</command> command shown below):</para> -<screen><userinput>sed "s@test_refs_LDADD =@& -lgthread-2.0@" -i test/Makefile.in && -./configure --prefix=/usr \ +<screen><userinput>./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/dbus-1.0 \ --localstatedir=/var && @@ -159,10 +158,7 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para><parameter>sed "s@test_refs_LDADD ..." -i test/Makefile.in</parameter>: - Adds missing library to linker command line for dbus test program.</para> - - <para><parameter>--libexecdir=/usr/lib/dbus-1.0 </parameter>: This will + <para><parameter>--libexecdir=/usr/lib/dbus-1.0</parameter>: This will install binaries meant to be only used internally by <application>D-BUS</application>, and the directory <filename class="directory">dbus-1</filename> into @@ -185,8 +181,8 @@ NOTE that this should not be used in a production build. </para> - <para><parameter>--disable-static</parameter>: Prevent the static libraries - being built and installed.</para> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/static-libraries.xml"/> </sect2> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-03-31 16:35:48 UTC (rev 9827) +++ trunk/BOOK/general.ent 2012-03-31 21:16:07 UTC (rev 9828) @@ -133,7 +133,6 @@ <!ENTITY gnutls-version "3.0.17"> <!ENTITY linux-pam-version "1.1.5"> <!ENTITY p11-kit-version "0.12"> -<!-- <!ENTITY policykit-version "0.9"> --> <!ENTITY polkit-version "0.104"> <!ENTITY polkit-gnome-version "0.104"> <!ENTITY shadow-version "4.1.5"> @@ -197,8 +196,7 @@ <!ENTITY libidn-version "1.22"> <!ENTITY libatomic_ops-version "1.2"> <!ENTITY libdrm-version "2.4.33"> -<!ENTITY dbus-qt3-version "0.62"> -<!ENTITY eggdbus-version "0.6"> +<!-- <!ENTITY dbus-qt3-version "0.62"> --> <!ENTITY libpthread-stubs-version "0.3"> <!ENTITY pth-version "2.0.7"> <!ENTITY libassuan-version "2.0.3"> @@ -328,7 +326,7 @@ <!ENTITY mc-version "4.6.1"> <!ENTITY sysstat-version "10.0.2"> <!ENTITY apache-ant-version "1.8.1"> -<!ENTITY dbus-version "1.4.18"> +<!ENTITY dbus-version "1.4.20"> <!-- <!ENTITY hal-version "0.5.14"> --> <!ENTITY udev-version "Installed LFS Version"> <!ENTITY upower-version "0.9.14"> @@ -379,7 +377,7 @@ <!ENTITY python2-majorver "2.7"> <!ENTITY python3-version "3.2.2"> <!ENTITY python3-majorver "3.2"> -<!ENTITY dbus-python-version "0.84.0"> +<!ENTITY dbus-python-version "1.0.0"> <!ENTITY ruby-version "1.9.2-p290"> <!ENTITY subversion-version "1.7.3"> <!ENTITY slang-version "2.2.4"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-03-31 16:35:48 UTC (rev 9827) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-03-31 21:16:07 UTC (rev 9828) @@ -68,6 +68,15 @@ <listitem> <para>[abenton] - Audacious 3.2.1.</para> </listitem> + <listitem> + <para>[krejzi] - dbus 1.4.20.</para> + </listitem> + <listitem> + <para>[krejzi] - dbus-python 1.0.0.</para> + </listitem> + <listitem> + <para>[krejzi] - removed eggdbus 0.6.</para> + </listitem> </itemizedlist> </listitem> Deleted: trunk/BOOK/postlfs/security/policykit.xml =================================================================== --- trunk/BOOK/postlfs/security/policykit.xml 2012-03-31 16:35:48 UTC (rev 9827) +++ trunk/BOOK/postlfs/security/policykit.xml 2012-03-31 21:16:07 UTC (rev 9828) @@ -1,321 +0,0 @@ -<?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 policykit-download-http "http://hal.freedesktop.org/releases/PolicyKit-&policykit-version;.tar.gz"> - <!ENTITY policykit-download-ftp " "> - <!ENTITY policykit-md5sum "802fd13ae41f73d79359e5ecb0a98716"> - <!ENTITY policykit-size "1.2 MB"> - <!ENTITY policykit-buildsize "14 MB"> - <!ENTITY policykit-time "0.4 SBU"> -]> - -<sect1 id="policykit" xreflabel="PolicyKit-&policykit-version;"> - <?dbhtml filename="policykit.html"?> - - <sect1info> - <othername>$LastChangedBy$</othername> - <date>$Date$</date> - </sect1info> - - <title>PolicyKit-&policykit-version;</title> - - <indexterm zone="policykit"> - <primary sortas="a-PolicyKit">PolicyKit</primary> - </indexterm> - - <sect2 role="package"> - <title>Introduction to PolicyKit</title> - - <para>The <application>PolicyKit</application> package is an - application-level toolkit for defining and handling the policy that allows - unprivileged processes to speak to privileged processes.</para> - - &lfs65_checked; - - <bridgehead renderas="sect3">Package Information</bridgehead> - <itemizedlist spacing="compact"> - <listitem> - <para>Download (HTTP): <ulink url="&policykit-download-http;"/></para> - </listitem> - <listitem> - <para>Download (FTP): <ulink url="&policykit-download-ftp;"/></para> - </listitem> - <listitem> - <para>Download MD5 sum: &policykit-md5sum;</para> - </listitem> - <listitem> - <para>Download size: &policykit-size;</para> - </listitem> - <listitem> - <para>Estimated disk space required: &policykit-buildsize;</para> - </listitem> - <listitem> - <para>Estimated build time: &policykit-time;</para> - </listitem> - </itemizedlist> - - <bridgehead renderas="sect3">PolicyKit Dependencies</bridgehead> - - <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"><xref linkend="dbus-glib"/>, - <xref linkend="linux-pam"/>, - <xref linkend="intltool"/>, and - <xref linkend="docbook-xsl"/></para> - - <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="gtk-doc"/></para> - - <para condition="html" role="usernotes">User Notes: - <ulink url="&blfs-wiki;/policykit"/></para> - - </sect2> - - <sect2 role="installation"> - <title>Installation of PolicyKit</title> - - <para>It is a requirement to have a dedicated user and group for - <application>PolicyKit</application> to function correctly. Issue the - following commands as the <systemitem class="username">root</systemitem> - user:</para> - -<screen role="root"><userinput>groupadd -fg 27 polkituser && -useradd -c "Policy Kit Daemon User" -d /dev/null -u 27 \ - -g polkituser -s /bin/false polkituser || [ $? == 9 ]</userinput></screen> - - <para>Install <application>PolicyKit</application> by running the following - commands as an unprivileged user:</para> - -<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/lib/PolicyKit --localstatedir=/var && -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 && -install -v -d -m755 /usr/share/doc/PolicyKit-&policykit-version; && -cp -v -r doc/html /usr/share/doc/PolicyKit-&policykit-version;</userinput></screen> - - </sect2> - - <sect2 role="commands"> - <title>Command Explanations</title> - - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../xincludes/gtk-doc-rebuild.xml"/> - - </sect2> - - <sect2 role="configuration"> - <title>Configuring PolicyKit</title> - - <sect3 id="PolicyKit-config"> - <title>Config Files</title> - <para><filename>/etc/PolicyKit/PolicyKit.conf</filename></para> - - <indexterm zone="policykit PolicyKit-config"> - <primary sortas="e-etc-PolicyKit-PolicyKit.conf">/etc/PolicyKit/PolicyKit.conf</primary> - </indexterm> - </sect3> - - <sect3><title>Configuration Information</title> - - <para>See manual page PolicyKit.conf(5).</para> - - </sect3> - - </sect2> - - <sect2 role="content"> - <title>Contents</title> - - <segmentedlist> - <segtitle>Installed Programs</segtitle> - <segtitle>Installed Libraries</segtitle> - <segtitle>Installed Directories</segtitle> - - <seglistitem> - <seg>polkit-auth, polkit-policy-file-validate, - polkit-config-file-validate, polkit-action, polkit-read-auth-helper, - polkit-grant-helper-pam, polkit-grant-helper, polkit-revoke-helper, - polkitd, polkit-explicit-grant-helper, polkit-set-default-helper, - and polkit-resolve-exe-helper</seg> - <seg>libpolkit.{so,a}, libpolkit-dbus.{so,a}, and libpolkit-grant.{so,a}</seg> - <seg>/etc/PolicyKit, /usr/lib/PolicyKit, /usr/include/PolicyKit/polkit, - /usr/include/PolicyKit/polkit-dbus, /usr/include/PolicyKit/polkit-grant, - /usr/share/PolicyKit/policy, /var/lib/misc, /var/lib/PolicyKit, - /var/lib/PolicyKit-public, and /usr/share/doc/PolicyKit-&policykit-version;</seg> - </seglistitem> - </segmentedlist> - - <variablelist> - <bridgehead renderas="sect3">Short Descriptions</bridgehead> - <?dbfo list-presentation="list"?> - <?dbhtml list-presentation="table"?> - - <varlistentry id="polkit-auth"> - <term><command>polkit-auth</command></term> - <listitem> - <para>is used to inspect, obtain, grant and revoke - <application>PolicyKit</application> authorizations.</para> - <indexterm zone="policykit polkit-auth"> - <primary sortas="b-polkit-auth">polkit-auth</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="polkit-policy-file-validate"> - <term><command>polkit-policy-file-validate</command></term> - <listitem> - <para>is used to verify that one or more - <application>PolicyKit</application> .policy files are valid.</para> - <indexterm zone="policykit polkit-policy-file-validate"> - <primary sortas="b-polkit-policy-file-validate">polkit-policy-file-validate</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="polkit-config-file-validate"> - <term><command>polkit-config-file-validate</command></term> - <listitem> - <para>is used to verify that a given <application>PolicyKit</application> - configuration file is valid.</para> - <indexterm zone="policykit polkit-config-file-validate"> - <primary sortas="b-polkit-config-file-validate">polkit-config-file-validate</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="polkit-action"> - <term><command>polkit-action</command></term> - <listitem> - <para>is used to list and modify the <application>PolicyKit</application> - actions that are registered on the system.</para> - <indexterm zone="policykit polkit-action"> - <primary sortas="b-polkit-action">polkit-action</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="polkit-read-auth-helper"> - <term><command>polkit-read-auth-helper</command></term> - <listitem> - <para>is the setgid polkituser helper for - <application>PolicyKit</application> to read authorizations.</para> - <indexterm zone="policykit polkit-read-auth-helper"> - <primary sortas="b-polkit-read-auth-helper">polkit-read-auth-helper</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="polkit-grant-helper-pam"> - <term><command>polkit-grant-helper-pam</command></term> - <listitem> - <para>is the setuid root pam grant helper for <application>PolicyKit</application>.</para> - <indexterm zone="policykit polkit-grant-helper-pam"> - <primary sortas="b-polkit-grant-helper-pam">polkit-grant-helper-pam</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="polkit-grant-helper"> - <term><command>polkit-grant-helper</command></term> - <listitem> - <para>is the setgid polkituser grant helper for <application>PolicyKit</application>.</para> - <indexterm zone="policykit polkit-grant-helper"> - <primary sortas="b-polkit-grant-helper">polkit-grant-helper</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="polkit-revoke-helper"> - <term><command>polkit-revoke-helper</command></term> - <listitem> - <para>is used to revoke authorizations.</para> - <indexterm zone="policykit polkit-revoke-helper"> - <primary sortas="b-polkit-revoke-helper">polkit-revoke-helper</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="polkitd-0.9"> - <term><command>polkitd</command></term> - <listitem> - <para>is the <application>PolicyKit</application> daemon.</para> - <indexterm zone="policykit polkitd-0.9"> - <primary sortas="b-polkitd">polkitd</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="polkit-explicit-grant-helper"> - <term><command>polkit-explicit-grant-helper</command></term> - <listitem> - <para>is used to grant authorizations.</para> - <indexterm zone="policykit polkit-explicit-grant-helper"> - <primary sortas="b-polkit-explicit-grant-helper">polkit-explicit-grant-helper</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="polkit-set-default-helper"> - <term><command>polkit-set-default-helper</command></term> - <listitem> - <para>is the setgid polkituser helper for <application>PolicyKit</application>.</para> - <indexterm zone="policykit polkit-set-default-helper"> - <primary sortas="b-polkit-set-default-helper">polkit-set-default-helper</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="polkit-resolve-exe-helper"> - <term><command>polkit-resolve-exe-helper</command></term> - <listitem> - <para>is used to find the executable name for a process.</para> - <indexterm zone="policykit polkit-resolve-exe-helper"> - <primary sortas="b-polkit-resolve-exe-helper">polkit-resolve-exe-helper</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="libpolkit"> - <term><filename class='libraryfile'>libpolkit.{so,a}</filename></term> - <listitem> - <para>contains the <application>PolicyKit</application> API functions.</para> - <indexterm zone="policykit libpolkit"> - <primary sortas="c-libpolkit">libpolkit.{so,a}</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="libpolkit-dbus"> - <term><filename class='libraryfile'>libpolkit-dbus.{so,a}</filename></term> - <listitem> - <para>contains functions for obtaining seat, session and caller - information via <application>D-Bus</application> and - <application>ConsoleKit</application>.</para> - <indexterm zone="policykit libpolkit-dbus"> - <primary sortas="c-libpolkit-dbus">libpolkit-dbus.{so,a}</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="libpolkit-grant"> - <term><filename class='libraryfile'>libpolkit-grant.{so,a}</filename></term> - <listitem> - <para>contains functions for obtaining authorizations through authentication.</para> - <indexterm zone="policykit libpolkit-grant"> - <primary sortas="c-libpolkit-grant">libpolkit-grant.{so,a}</primary> - </indexterm> - </listitem> - </varlistentry> - - </variablelist> - - </sect2> - -</sect1> Modified: trunk/BOOK/postlfs/security/security.xml =================================================================== --- trunk/BOOK/postlfs/security/security.xml 2012-03-31 16:35:48 UTC (rev 9827) +++ trunk/BOOK/postlfs/security/security.xml 2012-03-31 21:16:07 UTC (rev 9828) @@ -62,7 +62,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnutls.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="linux-pam.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="p11-kit.xml"/> - <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="policykit.xml"/> --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="polkit.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="polkit-gnome.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page