Browse Source

Disable getty on tty00 for macppc, on most machines this will be

connected to a modem.
OPENBSD_3_0
drahn 23 years ago
parent
commit
eeb597a048
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.macppc/ttys

+ 2
- 2
src/etc/etc.macppc/ttys View File

@ -1,10 +1,10 @@
#
# $OpenBSD: ttys,v 1.1 2001/09/01 16:13:48 drahn Exp $
# $OpenBSD: ttys,v 1.2 2001/09/27 22:49:59 drahn Exp $
#
# name getty type status comments
#
console "/usr/libexec/getty std.9600" unknown off secure
tty00 "/usr/libexec/getty std.9600" unknown on secure
tty00 "/usr/libexec/getty std.9600" unknown off secure
tty01 "/usr/libexec/getty std.9600" unknown off
tty02 "/usr/libexec/getty std.9600" unknown off
tty03 "/usr/libexec/getty std.9600" unknown off


Loading…
Cancel
Save