Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: kde-config.xml
Date: Tue, 31 Oct 2006 21:13:56
Message-Id: 20061031211341.A9AAC652C2@smtp.gentoo.org
1 nightmorph 06/10/31 21:13:41
2
3 Modified: kde-config.xml
4 Log:
5 KDE no longer requires ivman, bug 142004
6
7 Revision Changes Path
8 1.23 xml/htdocs/doc/en/kde-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-config.xml?rev=1.23&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-config.xml?rev=1.23&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-config.xml?r1=1.22&r2=1.23
13
14 Index: kde-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v
17 retrieving revision 1.22
18 retrieving revision 1.23
19 diff -u -r1.22 -r1.23
20 --- kde-config.xml 2 Oct 2006 13:26:25 -0000 1.22
21 +++ kde-config.xml 31 Oct 2006 21:13:41 -0000 1.23
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v 1.22 2006/10/02 13:26:25 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v 1.23 2006/10/31 21:13:41 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.16</version>
35 -<date>2006-10-02</date>
36 +<version>1.17</version>
37 +<date>2006-10-31</date>
38
39 <chapter>
40 <title>What is the K Desktop Environment?</title>
41 @@ -687,11 +687,11 @@
42
43 <p>
44 KDE gives you the power to mount devices such as CDROMs or USB sticks through a
45 -single click in a graphical interface. To accomplish this goal you need to
46 -have KDE compiled with <c>hal</c> in your USE variable and to have
47 -<c>dbus</c> and <c>hal</c> installed on your system. You should
48 -also add <c>dbus</c> and <c>hal</c> to the default runlevel and add yourself to
49 -the <c>plugdev</c> group.
50 +single click in a graphical interface. To accomplish this goal you need to have
51 +KDE compiled with <c>hal</c> in your USE variable and to have <c>dbus</c> and
52 +<c>hal</c> installed on your system. You should also add <c>dbus</c> and
53 +<c>hal</c> to the default runlevel and add yourself to the <c>plugdev</c>
54 +group.
55 </p>
56
57 <pre caption="Setup device mounting">
58 @@ -702,16 +702,6 @@
59 # <i>gpasswd -a &lt;user&gt; plugdev</i>
60 </pre>
61
62 -<p>
63 -You can also have your devices automatically mounted without interaction, you
64 -just need to install <c>ivman</c> and add it to the default runlevel.
65 -</p>
66 -
67 -<pre caption="Setup auto-mounting">
68 -# <i>emerge --noreplace ivman</i>
69 -# <i>rc-update add ivman default</i>
70 -</pre>
71 -
72 </body>
73 </section>
74 </chapter>
75
76
77
78 --
79 gentoo-doc-cvs@g.o mailing list