diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2007-08-12 17:13:06 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2007-08-12 17:13:06 +0000 |
| commit | 77912eb26beb98a583e362f32a1b4a413eee2360 (patch) | |
| tree | 36a484b7a44b80edb057076171c36b0eebfd8465 | |
| parent | 0e5a8a6d3d0e2ffbe57a35c7f08939d87f79080d (diff) | |
Notes
| -rw-r--r-- | etc/etc.arm/ttys | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/etc.arm/ttys b/etc/etc.arm/ttys index dc3a47c7333d..d0b9fe7a6826 100644 --- a/etc/etc.arm/ttys +++ b/etc/etc.arm/ttys @@ -45,10 +45,9 @@ ttyv7 "/usr/libexec/getty Pc" cons25 on secure # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyu0 "/usr/libexec/getty std.9600" vt100 on secure -ttyd0 "/usr/libexec/getty std.9600" dialup off secure -ttyd1 "/usr/libexec/getty std.9600" dialup off secure -ttyd2 "/usr/libexec/getty std.9600" dialup off secure -ttyd3 "/usr/libexec/getty std.9600" dialup off secure +ttyu1 "/usr/libexec/getty std.9600" dialup off secure +ttyu2 "/usr/libexec/getty std.9600" dialup off secure +ttyu3 "/usr/libexec/getty std.9600" dialup off secure # Dumb console dcons "/usr/libexec/getty std.9600" vt100 off secure # Pseudo terminals |
