Gentoo Archives: gentoo-doc-cvs

From: Shyam Mani <fox2mike@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: udev-guide.xml
Date: Sat, 25 Mar 2006 07:18:54
Message-Id: 200603250719.k2P7J1k6022358@robin.gentoo.org
1 fox2mike 06/03/25 07:19:00
2
3 Modified: udev-guide.xml
4 Log:
5 Fixes to close bug #105729
6
7 Revision Changes Path
8 1.29 xml/htdocs/doc/en/udev-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml?rev=1.29&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml?rev=1.29&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml.diff?r1=1.28&r2=1.29&cvsroot=gentoo
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.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- udev-guide.xml 5 Jan 2006 20:08:16 -0000 1.28
21 +++ udev-guide.xml 25 Mar 2006 07:19:00 -0000 1.29
22 @@ -1,7 +1,7 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.28 2006/01/05 20:08:16 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.29 2006/03/25 07:19:00 fox2mike Exp $ -->
28
29 <guide link="/doc/en/udev-guide.xml">
30 <title>Gentoo udev Guide</title>
31 @@ -19,8 +19,8 @@
32
33 <license/>
34
35 -<version>0.22</version>
36 -<date>2006-01-05</date>
37 +<version>0.23</version>
38 +<date>2006-03-25</date>
39
40 <chapter>
41 <title>What is udev?</title>
42 @@ -439,6 +439,15 @@
43 Device rule for your mouse points to an existing device file.
44 </p>
45
46 +<p>
47 +Another issue is the difference in naming of terminals between devfs and udev.
48 +While devfs calls its terminals <c>tty</c>, udev calls them <c>vc</c>. This
49 +could lead to a problem in case you are restricting root logins from consoles
50 +using <path>/etc/securetty</path>. You will need to make sure that <c>tty1</c>
51 +is changed to <c>vc/1</c> in <path>/etc/securetty</path> to ensure that root
52 +can login using the console.
53 +</p>
54 +
55 </body>
56 </section>
57 <section>
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list