Gentoo Archives: gentoo-doc-cvs

From: Shyam Mani <fox2mike@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: shb-tight.xml
Date: Sat, 04 Mar 2006 05:58:54
Message-Id: 200603040558.k245wjts030151@robin.gentoo.org
1 fox2mike 06/03/04 05:58:44
2
3 Modified: xml/htdocs/doc/en/security shb-tight.xml
4 Log:
5 105729 - devfs and udev call the terminals differently. Thanks to alwin for reporting and apologies for such a delayed fix.
6
7 Revision Changes Path
8 1.2 +8 -4 xml/htdocs/doc/en/security/shb-tight.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/security/shb-tight.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/security/shb-tight.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/security/shb-tight.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
13
14 Index: shb-tight.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-tight.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- shb-tight.xml 1 Jun 2005 15:43:47 -0000 1.1
21 +++ shb-tight.xml 4 Mar 2006 05:58:44 -0000 1.2
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-tight.xml,v 1.1 2005/06/01 15:43:47 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-tight.xml,v 1.2 2006/03/04 05:58:44 fox2mike Exp $ -->
26 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
27
28 <!-- The content of this document is licensed under the CC-BY-SA license -->
29 @@ -7,8 +7,8 @@
30
31 <sections>
32
33 -<version>1.0</version>
34 -<date>2005-05-31</date>
35 +<version>1.1</version>
36 +<date>2006-03-04</date>
37
38 <section>
39 <title>USE flags</title>
40 @@ -142,7 +142,8 @@
41 </p>
42
43 <p>
44 -We suggest that you comment out all lines except <c>vc/1</c>. This will ensure
45 +We suggest that you comment out all lines except <c>vc/1</c> if you are using
46 +devfs and all lines except <c>tty1</c> if you are using udev. This will ensure
47 that root only can login once and only on one terminal.
48 </p>
49
50 @@ -151,7 +152,10 @@
51 </note>
52
53 <pre caption="/etc/securetty">
54 +<comment>(For devfs)</comment>
55 vc/1
56 +<comment>(For udev)</comment>
57 +tty1
58 </pre>
59
60 </body>
61
62
63
64 --
65 gentoo-doc-cvs@g.o mailing list