Run getty on the actual devices (not /dev/console) so that
/etc/ttyaction does its thing for /dev/kd but not /dev/ttya
This commit is contained in:
parent
9a6d991cf2
commit
c0ab21db55
5
etc/etc.sun3/ttyaction
Normal file
5
etc/etc.sun3/ttyaction
Normal file
@ -0,0 +1,5 @@
|
||||
#
|
||||
# $NetBSD: ttyaction,v 1.1 1997/12/15 03:28:33 gwr Exp $
|
||||
#
|
||||
# tty action command...
|
||||
kd * chown ${USER}.tty /dev/kbd /dev/mouse /dev/fb
|
@ -1,13 +1,13 @@
|
||||
#
|
||||
# @(#)ttys 5.1 (Berkeley) 4/17/89
|
||||
# $NetBSD: ttys,v 1.3 1996/10/09 00:40:36 jtc Exp $
|
||||
# $NetBSD: ttys,v 1.4 1997/12/15 03:28:32 gwr Exp $
|
||||
#
|
||||
# name getty type status comments
|
||||
#
|
||||
# Note: the console redirects to one of: kd, ttya, ttyb
|
||||
console "/usr/libexec/getty suncons" unknown on secure
|
||||
kd "/usr/libexec/getty suncons" unknown off secure
|
||||
ttya "/usr/libexec/getty std.9600" unknown off secure
|
||||
console "/usr/libexec/getty suncons" unknown off secure
|
||||
kd "/usr/libexec/getty suncons" sun on secure
|
||||
ttya "/usr/libexec/getty std.9600" unknown on secure
|
||||
ttyb "/usr/libexec/getty std.9600" unknown off secure
|
||||
ttyp0 none network
|
||||
ttyp1 none network
|
||||
|
Loading…
Reference in New Issue
Block a user