diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-11-30 21:25:40 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-11-30 21:25:40 +0000 |
commit | 90c30fe51300f42c7300ecbd8f2150546a0c2ba5 (patch) | |
tree | fa6f9eb85e738ff037f7c44a0c7600062f49940a /etc/etc.hppa/ttys | |
parent | b8a6c521b9fb9345aba588627002c69d613c733e (diff) |
initial /etc files
Diffstat (limited to 'etc/etc.hppa/ttys')
-rw-r--r-- | etc/etc.hppa/ttys | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/etc.hppa/ttys b/etc/etc.hppa/ttys new file mode 100644 index 00000000000..393efff91fe --- /dev/null +++ b/etc/etc.hppa/ttys @@ -0,0 +1,19 @@ +# +# $OpenBSD: ttys,v 1.1 1999/11/30 21:25:39 mickey Exp $ +# +# name getty type status comments +# +# If the console is marked insecure, single-user requires +# the root password. +console "/usr/libexec/getty Pc" vt100 on secure + +# Hardwired lines are marked off, by default, so getty(8) +# is quiet when they don't exist. +tty00 "/usr/libexec/getty std.9600" unknown off secure +tty01 "/usr/libexec/getty std.9600" unknown off secure +tty02 "/usr/libexec/getty std.9600" unknown off secure +tty03 "/usr/libexec/getty std.9600" unknown off secure +tty04 "/usr/libexec/getty std.9600" unknown off secure +tty05 "/usr/libexec/getty std.9600" unknown off secure +tty06 "/usr/libexec/getty std.9600" unknown off secure +tty07 "/usr/libexec/getty std.9600" unknown off secure |