Changeset 9624412


Ignore:
Timestamp:
04/09/2010 11:59:20 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:
2e64e671
Parents:
9814efc4
Message:

Removed gnome-volume-manager-2.17.0.

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

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r9814efc4 r9624412  
    618618<!ENTITY gnome-system-monitor-version "2.28.0">
    619619<!ENTITY gnome-utils-version          "2.28.1">
    620 <!ENTITY gnome-volume-manager-version "2.17.0">
    621620<!ENTITY gucharmap-version            "1.10.0">
    622621<!ENTITY nautilus-cd-burner-version   "2.18.2">
     
    644643<!ENTITY gnome-vfs-monikers-version   "2.15.3">
    645644<!ENTITY gnome-audio-version          "2.0.0">
     645<!ENTITY gnome-volume-manager-version "2.17.0">
    646646-->
    647647
  • general/sysutils/hal.xml

    r9814efc4 r9624412  
    135135    the <systemitem class="username">root</systemitem> user:</para>
    136136
    137 <screen role="root"><userinput>groupadd -g 19 haldaemon &amp;&amp;
     137<screen role="root"><userinput>groupadd -fg 19 haldaemon &amp;&amp;
    138138useradd -c "HAL Daemon User" -d /dev/null -u 19 \
    139         -g haldaemon -s /bin/false haldaemon</userinput></screen>
     139        -g haldaemon -s /bin/false haldaemon || [ $? == 9 ]</userinput></screen>
    140140
    141141    <para>Install <application>HAL</application> by running the following
     
    147147            --localstatedir=/var \
    148148            --docdir=/usr/share/doc/hal-&hal-version; \
    149             --enable_policy_kit=no &amp;&amp;
     149            --enable-policy-kit=no &amp;&amp;
    150150make</userinput></screen>
    151151
     
    182182    <filename class='directory'>/usr/var/run/hald</filename>.</para>
    183183
    184     <para><parameter>--enable_policy_kit=no</parameter>: This parameter is
     184    <para><parameter>--enable-policy-kit=no</parameter>: This parameter is
    185185    required if PolicyKit is not installed. Remove it if PolicyKit is
    186186    installed.</para>
     
    248248      following commands:</para>
    249249
    250 <screen role="root"><userinput>groupadd -g 61 halusers &amp;&amp;
     250<screen role="root"><userinput>groupadd -fg 61 halusers &amp;&amp;
    251251cat &gt; /etc/dbus-1/system.d/halusers.conf &lt;&lt; "EOF"
    252252<literal>&lt;!DOCTYPE busconfig PUBLIC
     
    304304      <para><application>HAL</application> only provides the methods such
    305305      as Mount() to act on hardware. In order to take advantage of these,
    306       a <application>HAL</application> event handler such as
    307       <xref linkend="gnome-volume-manager"/> or <ulink
     306      a <application>HAL</application> event handler such as <ulink
    308307      url="http://ivman.sourceforge.net/">Ivman</ulink> should be
    309308      installed.</para>
  • gnome/add/add.xml

    r9814efc4 r9624412  
    5656  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-system-monitor.xml"/>
    5757  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-utils.xml"/>
    58   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-volume-manager.xml"/>
    5958  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gucharmap.xml"/>
    6059  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nautilus-cd-burner.xml"/>
     
    8382  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-vfs-monikers.xml"/>
    8483  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-audio.xml"/>
     84  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-volume-manager.xml"/>
    8585  -->
    8686
  • introduction/welcome/changelog.xml

    r9814efc4 r9624412  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[wblaszcz] - Removed gnome-volume-manager-2.17.0.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[wblaszcz] - Updated to GNOME Utilities-2.28.1.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.