Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: udev-guide.xml
Date: Fri, 14 May 2010 22:37:47
Message-Id: 20100514223743.A0A002C4F8@corvid.gentoo.org
1 nightmorph 10/05/14 22:37:43
2
3 Modified: udev-guide.xml
4 Log:
5 Remove unnecessary bit about enabling hot-pluggable device support. This is already enabled by default in modern kernels, since the option 'configure standard kernel features for small systems' is deselected by default, meaning everything under it is already activated. This includes hot-pluggable device support. bug 308453
6
7 Revision Changes Path
8 1.51 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.51&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.51&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.50&r2=1.51
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.50
18 retrieving revision 1.51
19 diff -u -r1.50 -r1.51
20 --- udev-guide.xml 5 Aug 2009 15:44:08 -0000 1.50
21 +++ udev-guide.xml 14 May 2010 22:37:43 -0000 1.51
22 @@ -1,8 +1,8 @@
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.50 2009/08/05 15:44:08 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.51 2010/05/14 22:37:43 nightmorph Exp $ -->
27
28 -<guide link="/doc/en/udev-guide.xml">
29 +<guide>
30 <title>Gentoo udev Guide</title>
31
32 <author title="Author">
33 @@ -23,8 +23,8 @@
34 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>5</version>
38 -<date>2009-08-05</date>
39 +<version>6</version>
40 +<date>2010-05-14</date>
41
42 <chapter>
43 <title>What is udev?</title>
44 @@ -196,9 +196,6 @@
45 </p>
46
47 <pre caption="Required kernel options">
48 -General setup ---&gt;
49 - [*] Support for hot-pluggable devices
50 -
51 File systems ---&gt;
52 [*] Inotify file change notification support
53 [*] Inotify support for userspace