Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: kde-config.xml
Date: Wed, 21 Dec 2005 19:09:29
Message-Id: 200512211909.jBLJ9E54020364@robin.gentoo.org
1 swift 05/12/21 19:09:13
2
3 Modified: xml/htdocs/doc/en kde-config.xml
4 Log:
5 Do not promote use of ~arch packages, tx to François Bissey for noticing
6
7 Revision Changes Path
8 1.17 +8 -5 xml/htdocs/doc/en/kde-config.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/kde-config.xml?rev=1.17&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/kde-config.xml?rev=1.17&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/kde-config.xml.diff?r1=1.16&r2=1.17&cvsroot=gentoo
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.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- kde-config.xml 30 Nov 2005 10:28:25 -0000 1.16
21 +++ kde-config.xml 21 Dec 2005 19:09:13 -0000 1.17
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.16 2005/11/30 10:28:25 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v 1.17 2005/12/21 19:09:13 swift 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.11</version>
35 -<date>2005-11-30</date>
36 +<version>1.12</version>
37 +<date>2005-12-21</date>
38
39 <chapter>
40 <title>What is the K Desktop Environment?</title>
41 @@ -672,17 +672,20 @@
42 <title>Setup KDE to Mount Devices</title>
43 <body>
44
45 +<!-- TODO add pmount package when pmount is in arch.
46 + Also, add pmount to the default runlevel -->
47 +
48 <p>
49 KDE gives you the power to mount devices such as CDROMs or USB sticks through a
50 single click in a graphical interface. To accomplish this goal you need to
51 have KDE compiled with <c>hal</c> in your USE variable and to have
52 -<c>dbus</c>, <c>hal</c> and <c>pmount</c> installed on your system. You should
53 +<c>dbus</c> and <c>hal</c> installed on your system. You should
54 also add <c>dbus</c> and <c>hal</c> to the default runlevel and add yourself to
55 the <c>plugdev</c> group.
56 </p>
57
58 <pre caption="Setup device mounting">
59 -# <i>emerge --noreplace dbus hal pmount</i>
60 +# <i>emerge --noreplace dbus hal</i>
61 # <i>rc-update add dbus default</i>
62 # <i>rc-update add hald default</i>
63 <comment>Add &lt;user&gt; to the plugdev group</comment>
64
65
66
67 --
68 gentoo-doc-cvs@g.o mailing list