Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: udev-guide.xml
Date: Thu, 31 Aug 2006 02:41:34
Message-Id: 20060831024118.9B3F064721@smtp.gentoo.org
1 nightmorph 06/08/31 02:41:18
2
3 Modified: udev-guide.xml
4 Log:
5 Updated udev guide for bug 143121
6
7 Revision Changes Path
8 1.31 xml/htdocs/doc/en/udev-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.31&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.31&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.30&r2=1.31
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.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- udev-guide.xml 14 Apr 2006 20:42:09 -0000 1.30
21 +++ udev-guide.xml 31 Aug 2006 02:41:18 -0000 1.31
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.30 2006/04/14 20:42:09 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.31 2006/08/31 02:41:18 nightmorph 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.23</version>
36 -<date>2006-03-25</date>
37 +<version>0.24</version>
38 +<date>2006-08-30</date>
39
40 <chapter>
41 <title>What is udev?</title>
42 @@ -441,11 +441,11 @@
43
44 <p>
45 Another issue is the difference in naming of terminals between devfs and udev.
46 -While devfs calls its terminals <c>tty</c>, udev calls them <c>vc</c>. This
47 -could lead to a problem in case you are restricting root logins from consoles
48 -using <path>/etc/securetty</path>. You will need to make sure that <c>tty1</c>
49 -is changed to <c>vc/1</c> in <path>/etc/securetty</path> to ensure that root
50 -can login using the console.
51 +While devfs calls its terminals <c>tty</c>, udev calls them <c>vc</c> and
52 +<c>tty</c>. This could lead to a problem in case you are restricting root
53 +logins from consoles using <path>/etc/securetty</path>. You will need to make
54 +sure that both <c>tty1</c> and <c>vc/1</c> are listed in
55 +<path>/etc/securetty</path> to ensure that root can login using the console.
56 </p>
57
58 </body>
59
60
61
62 --
63 gentoo-doc-cvs@g.o mailing list