fox2mike 06/03/25 07:19:00 Modified: udev-guide.xml Log: Fixes to close bug #105729
Revision Changes Path 1.29 xml/htdocs/doc/en/udev-guide.xml 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 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 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 Index: udev-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- udev-guide.xml 5 Jan 2006 20:08:16 -0000 1.28 +++ udev-guide.xml 25 Mar 2006 07:19:00 -0000 1.29 @@ -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.28 2006/01/05 20:08:16 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.29 2006/03/25 07:19:00 fox2mike Exp $ --> <guide link="/doc/en/udev-guide.xml"> <title>Gentoo udev Guide</title> @@ -19,8 +19,8 @@ <license/> -<version>0.22</version> -<date>2006-01-05</date> +<version>0.23</version> +<date>2006-03-25</date> <chapter> <title>What is udev?</title> @@ -439,6 +439,15 @@ Device rule for your mouse points to an existing device file. </p> +<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. +</p> + </body> </section> <section> -- [email protected] mailing list
