diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 21:39:40 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 21:39:40 +0000 |
commit | fca93093cf97ddf10eeeb7d5bf3e742f3ffc194f (patch) | |
tree | 2b30b2542044d4db8cd1356c3ad372621052d0a5 /config/ttys | |
parent | 913a05dfb510922216609aad4b9f070121699763 (diff) |
Fixup getty spec.
Diffstat (limited to 'config/ttys')
-rw-r--r-- | config/ttys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ttys b/config/ttys index 622aaf48..bd5d5610 100644 --- a/config/ttys +++ b/config/ttys @@ -4,5 +4,5 @@ # name program type status comments -console "/libexec/getty std.9600" at386 on secure trusted console -tty00 "/libexec/getty std.9600" dialup on secure +console "/libexec/getty 9600" at386 on secure trusted console +tty00 "/libexec/getty 9600" dialup on secure |