Changeset a6bd736


Ignore:
Timestamp:
03/04/2012 08:26:22 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:
181662f
Parents:
4fef42f
Message:

Updated akonadi. Configuration polkit. Typo.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4fef42f ra6bd736  
    44-->
    55
    6 <!ENTITY day          "03">                   <!-- Always 2 digits -->
     6<!ENTITY day          "04">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "March 3rd, &year;">
     12<!ENTITY releasedate  "March 4th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    662662<!ENTITY phonon-backend-vlc-version   "0.5.0">
    663663<!ENTITY attica-version               "0.3.0">
    664 <!ENTITY akonadi-version              "1.7.0">
     664<!ENTITY akonadi-version              "1.7.1">
    665665<!ENTITY qimageblitz-version          "0.0.6">
    666666<!ENTITY shared-desktop-ontologies-version "0.9.0">
  • introduction/welcome/changelog.xml

    r4fef42f ra6bd736  
    4343-->
    4444    <listitem>
    45       <para>March 3nd, 2012</para>
     45      <para>March 4th, 2012</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[rthomsen] - Modified configuration of polkit. Thanks to Armin K. for creating the patch.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[rthomsen] - Updated to akonadi 1.7.1.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56
     57    <listitem>
     58      <para>March 3rd, 2012</para>
    4659      <itemizedlist>
    4760        <listitem>
  • kde4/core/akonadi.xml

    r4fef42f ra6bd736  
    77  <!ENTITY akonadi-download-http "http://mirrors.isc.org/pub/kde/stable/akonadi/src/akonadi-&akonadi-version;.tar.bz2">
    88  <!ENTITY akonadi-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/akonadi/src/akonadi-&akonadi-version;.tar.bz2">
    9   <!ENTITY akonadi-md5sum        "804309dca70ede35b4a654ab764e9079">
     9  <!ENTITY akonadi-md5sum        "54e0556d73c22c7b3393069071e0b717">
    1010  <!ENTITY akonadi-size          "206 KB">
    11   <!ENTITY akonadi-buildsize     "31 MB">
    12   <!ENTITY akonadi-time          "2.0 SBU">
     11  <!ENTITY akonadi-buildsize     "34 MB">
     12  <!ENTITY akonadi-time          "1.9 SBU">
    1313]>
    1414
     
    7474    <xref linkend="shared-mime-info"/>,
    7575    <xref linkend="boost"/>,
    76     <xref linkend="soprano"/>
    77     </para>
    78 
    79     <bridgehead renderas="sect4">Optional</bridgehead>
    80     <para role="optional">
     76    <xref linkend="soprano"/> and one of:
    8177    <xref linkend="sqlite"/>,
    82     <xref linkend="mysql"/> and
     78    <xref linkend="mysql"/> and 
    8379    <xref linkend="postgresql"/>
    8480    </para>
    85 
     81   
    8682    <para condition="html" role="usernotes">User Notes:
    8783    <ulink url="&blfs-wiki;/akonadi"/></para>
     
    9288    <title>Installation of Akonadi</title>
    9389
    94     <para>Install <application>akonadi</application> by running the following
    95     commands:</para>
     90    <para>Create a build directory:</para>
    9691
    9792<screen><userinput>mkdir build &amp;&amp;
    9893cd build</userinput></screen>
    9994
    100     <para>Prepare the package for compilation:</para>
     95    <para>Install <application>akonadi</application> by running the following
     96    commands:</para>
    10197       
    10298<screen><userinput>CMAKE_PREFIX_PATH=$QT4DIR \
    103     cmake -DCMAKE_INSTALL_PREFIX=&kde4-dir; .. &amp;&amp;
     99      cmake -DCMAKE_INSTALL_PREFIX=&kde4-dir; .. &amp;&amp;
    104100make</userinput></screen>
    105101
  • postlfs/security/polkit.xml

    r4fef42f ra6bd736  
    8787  <sect2 role="installation">
    8888    <title>Installation of polkit</title>
    89 
     89<!--
    9090    <para>It is a requirement to have a dedicated user and group for
    9191    <application>polkit</application> to function correctly. Issue the
     
    9696useradd -c "Policy Kit Daemon User" -d /dev/null -u 27 \
    9797    -g polkituser -s /bin/false polkituser || [ $? == 9 ]</userinput></screen>
     98-->
    9899
    99100    <para>Install <application>polkit</application> by running the following
     
    127128    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    128129    href="../../xincludes/gtk-doc-rebuild.xml"/>
     130
     131  </sect2>
     132
     133  <sect2 role="configuration">
     134    <title>Configuring polkit</title>
     135
     136    <sect3 id="polkit-config">
     137      <title>Config Files</title>
     138
     139      <para><filename>/etc/polkit-1/localauthority.conf.d/*</filename></para>
     140    </sect3>
     141
     142    <sect3>
     143      <title>PAM Configuration</title>
     144
     145      <note>
     146        <para>If you did not build <application>polkit</application> with
     147        <application>Linux PAM</application> support, you can skip this section.
     148        </para>
     149      </note>
     150
     151      <para>If you built <application>polkit</application> with
     152      <application>Linux PAM</application> support, you will need to modify
     153      the pam configuration file which was installed by default to get
     154      <application>polkit</application> to work correctly with BLFS.</para>
     155
     156      <para>Issue the following commands as the <systemitem class="username">root</systemitem>
     157      user to create the configuration file for <application>Linux PAM</application>:
     158      </para>
     159
     160<screen role="root"><userinput>cat &gt; /etc/pam.d/polkit-1 &lt;&lt; "EOF"
     161<literal># Begin /etc/pam.d/polkit-1
     162
     163auth     include        system-auth
     164account  include        system-account
     165password include        system-password
     166session  include        system-session
     167
     168# End /etc/pam.d/polkit-1</literal>
     169EOF</userinput></screen>
     170
     171    </sect3>
    129172
    130173  </sect2>
     
    217260        <term><filename class='libraryfile'>libnullbackend.{so,a}</filename></term>
    218261        <listitem>
    219           <para>contains functions that .....</para>
     262          <para>PolicyKit null backend</para>
    220263          <indexterm zone="polkit libnullbackend">
    221264            <primary sortas="c-libnullbackend">libnullbackend.{so,a}</primary>
  • postlfs/security/shadow.xml

    r4fef42f ra6bd736  
    356356<literal># Begin /etc/pam.d/system-password
    357357
    358 # use sha512 hash for encryption, use shadow, and try to use any perviously
     358# use sha512 hash for encryption, use shadow, and try to use any previously
    359359# defined authentication token (chosen password) set by any prior module
    360360password  required    pam_unix.so       sha512 shadow try_first_pass
Note: See TracChangeset for help on using the changeset viewer.