nightmorph 06/08/31 02:41:18 Modified: udev-guide.xml Log: Updated udev guide for bug 143121
Revision Changes Path 1.31 xml/htdocs/doc/en/udev-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.31&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.30&r2=1.31 Index: udev-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- udev-guide.xml 14 Apr 2006 20:42:09 -0000 1.30 +++ udev-guide.xml 31 Aug 2006 02:41:18 -0000 1.31 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.30 2006/04/14 20:42:09 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.31 2006/08/31 02:41:18 nightmorph Exp $ --> <guide link="/doc/en/udev-guide.xml"> <title>Gentoo udev Guide</title> @@ -19,8 +19,8 @@ <license/> -<version>0.23</version> -<date>2006-03-25</date> +<version>0.24</version> +<date>2006-08-30</date> <chapter> <title>What is udev?</title> @@ -441,11 +441,11 @@ <p> Another issue is the difference in naming of terminals between devfs and udev. -While devfs calls its terminals <c>tty</c>, udev calls them <c>vc</c>. This -could lead to a problem in case you are restricting root logins from consoles -using <path>/etc/securetty</path>. You will need to make sure that <c>tty1</c> -is changed to <c>vc/1</c> in <path>/etc/securetty</path> to ensure that root -can login using the console. +While devfs calls its terminals <c>tty</c>, udev calls them <c>vc</c> and +<c>tty</c>. This could lead to a problem in case you are restricting root +logins from consoles using <path>/etc/securetty</path>. You will need to make +sure that both <c>tty1</c> and <c>vc/1</c> are listed in +<path>/etc/securetty</path> to ensure that root can login using the console. </p> </body> -- [email protected] mailing list
