Removed gnome-volume-manager-2.17.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8400 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Wayne Blaszczyk 2010-04-09 11:59:20 +00:00
parent 9814efc446
commit 9624412e21
5 changed files with 11 additions and 9 deletions

View File

@ -617,7 +617,6 @@ $Date$
<!ENTITY gnome-screensaver-version "2.28.0"> <!ENTITY gnome-screensaver-version "2.28.0">
<!ENTITY gnome-system-monitor-version "2.28.0"> <!ENTITY gnome-system-monitor-version "2.28.0">
<!ENTITY gnome-utils-version "2.28.1"> <!ENTITY gnome-utils-version "2.28.1">
<!ENTITY gnome-volume-manager-version "2.17.0">
<!ENTITY gucharmap-version "1.10.0"> <!ENTITY gucharmap-version "1.10.0">
<!ENTITY nautilus-cd-burner-version "2.18.2"> <!ENTITY nautilus-cd-burner-version "2.18.2">
<!ENTITY sound-juicer-version "2.16.4"> <!ENTITY sound-juicer-version "2.16.4">
@ -643,6 +642,7 @@ $Date$
<!ENTITY gnopernicus-version "1.1.1"> <!ENTITY gnopernicus-version "1.1.1">
<!ENTITY gnome-vfs-monikers-version "2.15.3"> <!ENTITY gnome-vfs-monikers-version "2.15.3">
<!ENTITY gnome-audio-version "2.0.0"> <!ENTITY gnome-audio-version "2.0.0">
<!ENTITY gnome-volume-manager-version "2.17.0">
--> -->
<!-- Chapter 33 --> <!-- Chapter 33 -->

View File

@ -134,9 +134,9 @@
<application>D-BUS</application> daemon. Issue the following commands as <application>D-BUS</application> daemon. Issue the following commands as
the <systemitem class="username">root</systemitem> user:</para> the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>groupadd -g 19 haldaemon &amp;&amp; <screen role="root"><userinput>groupadd -fg 19 haldaemon &amp;&amp;
useradd -c "HAL Daemon User" -d /dev/null -u 19 \ useradd -c "HAL Daemon User" -d /dev/null -u 19 \
-g haldaemon -s /bin/false haldaemon</userinput></screen> -g haldaemon -s /bin/false haldaemon || [ $? == 9 ]</userinput></screen>
<para>Install <application>HAL</application> by running the following <para>Install <application>HAL</application> by running the following
commands:</para> commands:</para>
@ -146,7 +146,7 @@ useradd -c "HAL Daemon User" -d /dev/null -u 19 \
--libexecdir=/usr/lib/hal \ --libexecdir=/usr/lib/hal \
--localstatedir=/var \ --localstatedir=/var \
--docdir=/usr/share/doc/hal-&hal-version; \ --docdir=/usr/share/doc/hal-&hal-version; \
--enable_policy_kit=no &amp;&amp; --enable-policy-kit=no &amp;&amp;
make</userinput></screen> make</userinput></screen>
<para>To test the results, issue <command>make check</command>.</para> <para>To test the results, issue <command>make check</command>.</para>
@ -181,7 +181,7 @@ cd hal-info-&hal-info-version; &amp;&amp;
<filename class='directory'>/var/run/hald</filename> instead of <filename class='directory'>/var/run/hald</filename> instead of
<filename class='directory'>/usr/var/run/hald</filename>.</para> <filename class='directory'>/usr/var/run/hald</filename>.</para>
<para><parameter>--enable_policy_kit=no</parameter>: This parameter is <para><parameter>--enable-policy-kit=no</parameter>: This parameter is
required if PolicyKit is not installed. Remove it if PolicyKit is required if PolicyKit is not installed. Remove it if PolicyKit is
installed.</para> installed.</para>
@ -247,7 +247,7 @@ cd hal-info-&hal-info-version; &amp;&amp;
is allowed to invoke <application>HAL</application> methods with the is allowed to invoke <application>HAL</application> methods with the
following commands:</para> following commands:</para>
<screen role="root"><userinput>groupadd -g 61 halusers &amp;&amp; <screen role="root"><userinput>groupadd -fg 61 halusers &amp;&amp;
cat &gt; /etc/dbus-1/system.d/halusers.conf &lt;&lt; "EOF" cat &gt; /etc/dbus-1/system.d/halusers.conf &lt;&lt; "EOF"
<literal>&lt;!DOCTYPE busconfig PUBLIC <literal>&lt;!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
@ -303,8 +303,7 @@ EOF</userinput></screen>
<sect4><title>Installing mount helpers</title> <sect4><title>Installing mount helpers</title>
<para><application>HAL</application> only provides the methods such <para><application>HAL</application> only provides the methods such
as Mount() to act on hardware. In order to take advantage of these, as Mount() to act on hardware. In order to take advantage of these,
a <application>HAL</application> event handler such as a <application>HAL</application> event handler such as <ulink
<xref linkend="gnome-volume-manager"/> or <ulink
url="http://ivman.sourceforge.net/">Ivman</ulink> should be url="http://ivman.sourceforge.net/">Ivman</ulink> should be
installed.</para> installed.</para>
<!-- FIXME: is Ivman still alive? --> <!-- FIXME: is Ivman still alive? -->

View File

@ -55,7 +55,6 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-screensaver.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-screensaver.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-system-monitor.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-system-monitor.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-utils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-utils.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-volume-manager.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gucharmap.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gucharmap.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nautilus-cd-burner.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nautilus-cd-burner.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sound-juicer.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sound-juicer.xml"/>
@ -82,6 +81,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnopernicus.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnopernicus.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-vfs-monikers.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-vfs-monikers.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-audio.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-audio.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-volume-manager.xml"/>
--> -->
</chapter> </chapter>

View File

@ -44,6 +44,9 @@
<listitem> <listitem>
<para>April 9th, 2010</para> <para>April 9th, 2010</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[wblaszcz] - Removed gnome-volume-manager-2.17.0.</para>
</listitem>
<listitem> <listitem>
<para>[wblaszcz] - Updated to GNOME Utilities-2.28.1.</para> <para>[wblaszcz] - Updated to GNOME Utilities-2.28.1.</para>
</listitem> </listitem>