diff options
| author | abs <abs@NetBSD.org> | 2008-10-07 10:00:00 +0000 |
|---|---|---|
| committer | abs <abs@NetBSD.org> | 2008-10-07 10:00:00 +0000 |
| commit | 3388ad407f3df31c12d0c4603d8afc7b632d2395 (patch) | |
| tree | 8ae8ae37965d25ed43f36fb16a02091b53df689d /etc/etc.hp300 | |
| parent | 8bf1bada0519deaf6d11e9958884fe3168626563 (diff) | |
Add a constty entry, marked 'off', with otherwise the same settings
as the console. Now when coming up in single user mode the tset in
/.profile can set the terminal type correctly.
Note: I believe constty should be 'on' and console 'off', but thats a
separate discussion
Diffstat (limited to 'etc/etc.hp300')
| -rw-r--r-- | etc/etc.hp300/ttys | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.hp300/ttys b/etc/etc.hp300/ttys index 7bc3a3dd7ff..3269a0046b4 100644 --- a/etc/etc.hp300/ttys +++ b/etc/etc.hp300/ttys @@ -1,4 +1,4 @@ -# $NetBSD: ttys,v 1.13 2005/10/07 16:20:43 tsutsui Exp $ +# $NetBSD: ttys,v 1.14 2008/10/07 10:00:01 abs Exp $ # from: @(#)ttys 5.1 (Berkeley) 4/17/89 # # name getty type status comments @@ -6,6 +6,7 @@ # If the console is marked insecure, single-user requires # the root password. console "/usr/libexec/getty Pc" hp300h on secure +constty "/usr/libexec/getty Pc" hp300h off secure # Hardwired lines are marked off, by default, so getty(8) # is quiet when they don't exist. |
