diff options
Diffstat (limited to 'etc/ttys')
-rw-r--r-- | etc/ttys | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,6 +1,6 @@ # # $FreeBSD: src/etc/etc.i386/ttys,v 1.10 2003/10/24 15:44:08 simokawa Exp $ -# @(#)ttys 5.1 (Berkeley) 4/17/89 +# @(#)ttys 5.1 (Berkeley) 4/17/89 # # This file specifies various information about terminals on the system. # It is used by several different programs. Common entries for the @@ -26,12 +26,10 @@ # the specified port. If the word "secure" appears, this tty # allows root login. # -# name getty type status comments +# name getty type status comments # # If console is marked "insecure", then init will ask for the root password # when going to single-user mode. -console none unknown off secure +console none unknown off secure # -ttyv0 "/usr/libexec/getty Pc" cons25 on secure -ttyd0 "/usr/libexec/getty std.9600" unknown off secure -console "/bin/sh /etc/rc.initial" cons25 on secure +ttyv0 "/usr/libexec/getty Pc" cons25 on secure |