Changeset bd29b3c


Ignore:
Timestamp:
07/21/2012 06:12:47 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
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:
afb75d18
Parents:
c6ac193
Message:

Added polkit-kde-agent and ConsoleKit grammatical corrections.

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

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc6ac193 rbd29b3c  
    721721<!ENTITY shared-desktop-ontologies-version "0.10.0">
    722722<!ENTITY polkit-qt-version            "0.103.0">
     723<!ENTITY polkit-kde-agent-version     "0.99.0">
    723724<!ENTITY oxygen-icons-version         "4.8.3">
    724725<!ENTITY kdelibs-version              "4.8.3">
  • introduction/welcome/changelog.xml

    rc6ac193 rbd29b3c  
    4343-->
    4444    <listitem>
    45       <para>July 20th, 2012</para>
    46       <itemizedlist>
     45      <para>July 21st, 2012</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[rthomsen] - Added polkit-kde-agent 0.99.0.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[krejzi] - AccountsService 0.6.22.</para>
  • kde4/core/core.xml

    rc6ac193 rbd29b3c  
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="oxygen-icons.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kde4libs.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="polkit-kde-agent.xml"/>
    2930  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kde4pimlibs.xml"/>
    3031  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kde4runtime.xml"/>
  • postlfs/security/consolekit.xml

    rc6ac193 rbd29b3c  
    139139    <para>
    140140      <option>--enable-udev-acl</option>: This switch enables building of the
    141       <command>udev-acl</command> tool which is used to allow normal users
    142       to access device nodes which can be accessed by
    143       <systemitem class="username">root</systemitem> user only.
     141      <command>udev-acl</command> tool, which is used to allow normal users
     142      to access device nodes normally only accessible to
     143      <systemitem class="username">root</systemitem>.
    144144    </para>
    145145
     
    148148      <application>ConsoleKit</application> <application>PAM</application>
    149149      module which is needed for <application>ConsoleKit</application> to
    150       work correctly. Remove if <application>Linux PAM</application> is
     150      work correctly with <application>PAM</application>. Remove if
     151      <application>Linux PAM</application> is
    151152      <emphasis role="strong">NOT</emphasis> installed.
    152153    </para>
    153154
    154155    <para>
    155       <option>--enable-docbook-docs</option>: Use this parameter if
     156      <option>--enable-docbook-docs</option>: Use this switch if
    156157      <application>xmlto</application> is installed and you wish to
    157158      build the API documentation.
     
    185186
    186187      <para>
    187         You will also need a helper script that will create a file in
     188        You will also need a helper script that creates a file in
    188189        <filename class="directory">/var/run/console</filename>
    189         named as username that is logged in that contains
     190        named as the currently logged in user and that contains the
    190191        <application>D-Bus</application> address of the session. Create
    191         such script by running the following commands as the
     192        such a script by running the following commands as the
    192193        <systemitem class="username">root</systemitem> user:
    193194      </para>
Note: See TracChangeset for help on using the changeset viewer.