diff options
author | Miles Bader <miles@gnu.org> | 1996-07-20 06:15:00 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-20 06:15:00 +0000 |
commit | b93654d43987d7320a9cbfac071f60eff64310e9 (patch) | |
tree | 15bf4c885121dd7c9247a1fd1890acc08b2a953c /config/ttys | |
parent | 59e46d5a5ba87652b80fedc3e5062937c59f9e65 (diff) |
(console): Change type to `pc3'.
(com0): Renamed from tty00.
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 96424f9d..f4446e7f 100644 --- a/config/ttys +++ b/config/ttys @@ -4,5 +4,5 @@ # name program type status comments -console "/libexec/getty 9600" at386 on secure trusted console -#tty00 "/libexec/getty 9600" dialup on secure +console "/libexec/getty 9600" pc3 on secure trusted console +#com0 "/libexec/getty 9600" dialup on secure |