Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: udev-guide.xml
Date: Sat, 06 Apr 2013 11:40:58
Message-Id: 20130406114053.223022171D@flycatcher.gentoo.org
1 swift 13/04/06 11:40:53
2
3 Modified: udev-guide.xml
4 Log:
5 Fix bug #453322 - Remove 2.6 kernel reference, recent udev requires 3.x
6
7 Revision Changes Path
8 1.60 xml/htdocs/doc/en/udev-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.60&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.60&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.59&r2=1.60
13
14 Index: udev-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
17 retrieving revision 1.59
18 retrieving revision 1.60
19 diff -u -r1.59 -r1.60
20 --- udev-guide.xml 29 Mar 2013 19:32:27 -0000 1.59
21 +++ udev-guide.xml 6 Apr 2013 11:40:52 -0000 1.60
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.59 2013/03/29 19:32:27 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.60 2013/04/06 11:40:52 swift Exp $ -->
27
28 <guide>
29 <title>Gentoo udev Guide</title>
30 @@ -23,8 +23,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>15</version>
35 -<date>2013-03-29</date>
36 +<version>16</version>
37 +<date>2013-04-06</date>
38
39 <chapter>
40 <title>What is udev?</title>
41 @@ -92,7 +92,7 @@
42 <body>
43
44 <p>
45 -udev is meant to be used in combination with a 2.6 and 3.x kernel (like
46 +udev is meant to be used in combination with a 3.x kernel (like
47 <c>gentoo-sources</c> with the default 13.0 profile). If you're using such a
48 kernel then you just should have no issues whatsoever with using udev as the
49 necessary support is built-in in all stable <c>sys-apps/baselayout</c>