Date: Thu, 26 Sep 2002 10:22:15 +0100 From: Mark Murray <mark@grondar.za> To: current@freebsd.org Subject: ttys patch - any objections? Message-ID: <200209260922.g8Q9MGRP068717@grimreaper.grondar.org>
next in thread | raw e-mail | index | archive | help
------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <68701.1033032111.1@grimreaper.grondar.org> Hi The attached patch gets done by me any time I set up a FreeBSD box (I like lots of VTYs and X on ALT-F12). Any objections to my committing this? M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <68701.1033032111.2@grimreaper.grondar.org> Content-Description: ttys.diff Index: etc.alpha/ttys =================================================================== RCS file: /home/ncvs/src/etc/etc.alpha/ttys,v retrieving revision 1.10 diff -u -d -r1.10 ttys --- etc.alpha/ttys 17 Apr 2002 10:42:39 -0000 1.10 +++ etc.alpha/ttys 10 Aug 2002 08:26:39 -0000 @@ -41,7 +41,10 @@ ttyv5 "/usr/libexec/getty Pc" cons25 on secure ttyv6 "/usr/libexec/getty Pc" cons25 on secure ttyv7 "/usr/libexec/getty Pc" cons25 on secure -ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure +ttyv8 "/usr/libexec/getty Pc" cons25 on secure +ttyv9 "/usr/libexec/getty Pc" cons25 on secure +ttyva "/usr/libexec/getty Pc" cons25 on secure +ttyvb "/usr/X11R6/bin/xdm -nodaemon" xterm off secure # Serial terminals # serial console for AlphaServer 8200 and 8400 ("TurboLaser") #zs0 "/usr/libexec/getty std.9600" vt100 on secure Index: etc.i386/ttys =================================================================== RCS file: /home/ncvs/src/etc/etc.i386/ttys,v retrieving revision 1.9 diff -u -d -r1.9 ttys --- etc.i386/ttys 17 Apr 2002 10:42:41 -0000 1.9 +++ etc.i386/ttys 10 Aug 2002 08:27:04 -0000 @@ -41,7 +41,10 @@ ttyv5 "/usr/libexec/getty Pc" cons25 on secure ttyv6 "/usr/libexec/getty Pc" cons25 on secure ttyv7 "/usr/libexec/getty Pc" cons25 on secure -ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure +ttyv8 "/usr/libexec/getty Pc" cons25 on secure +ttyv9 "/usr/libexec/getty Pc" cons25 on secure +ttyva "/usr/libexec/getty Pc" cons25 on secure +ttyvb "/usr/X11R6/bin/xdm -nodaemon" xterm off secure # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyd0 "/usr/libexec/getty std.9600" dialup off secure Index: etc.ia64/ttys =================================================================== RCS file: /home/ncvs/src/etc/etc.ia64/ttys,v retrieving revision 1.2 diff -u -d -r1.2 ttys --- etc.ia64/ttys 17 Apr 2002 10:42:41 -0000 1.2 +++ etc.ia64/ttys 10 Aug 2002 08:27:29 -0000 @@ -41,7 +41,10 @@ ttyv5 "/usr/libexec/getty Pc" cons25 on secure ttyv6 "/usr/libexec/getty Pc" cons25 on secure ttyv7 "/usr/libexec/getty Pc" cons25 on secure -ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure +ttyv8 "/usr/libexec/getty Pc" cons25 on secure +ttyv9 "/usr/libexec/getty Pc" cons25 on secure +ttyva "/usr/libexec/getty Pc" cons25 on secure +ttyvb "/usr/X11R6/bin/xdm -nodaemon" xterm off secure # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyd0 "/usr/libexec/getty std.9600" vt100 on secure Index: etc.sparc64/ttys =================================================================== RCS file: /home/ncvs/src/etc/etc.sparc64/ttys,v retrieving revision 1.3 diff -u -d -r1.3 ttys --- etc.sparc64/ttys 4 Aug 2002 19:16:13 -0000 1.3 +++ etc.sparc64/ttys 10 Aug 2002 08:28:00 -0000 @@ -43,7 +43,10 @@ #ttyv5 "/usr/libexec/getty Pc" cons25 on secure #ttyv6 "/usr/libexec/getty Pc" cons25 on secure #ttyv7 "/usr/libexec/getty Pc" cons25 on secure -#ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure +#ttyv8 "/usr/libexec/getty Pc" cons25 on secure +#ttyv9 "/usr/libexec/getty Pc" cons25 on secure +#ttyva "/usr/libexec/getty Pc" cons25 on secure +#ttyvb "/usr/X11R6/bin/xdm -nodaemon" xterm off secure # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttya "/usr/libexec/getty local.9600" dialup off secure ------- =_aaaaaaaaaa0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209260922.g8Q9MGRP068717>