diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-10 03:19:46 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-10 03:19:46 +0000 |
commit | a0ea70abf0586e039a5552acea2aacaa89865609 (patch) | |
tree | 85445248fbb7ceffea7ff9c9ff92ab967d22d439 /etc/ttys | |
parent | 221e503b86538e92f88265b5683126899fbd19ec (diff) | |
download | pfsense-a0ea70abf0586e039a5552acea2aacaa89865609.zip pfsense-a0ea70abf0586e039a5552acea2aacaa89865609.tar.gz |
* Correct a ttys bug. We will enable serials from PFI
* Bump version to 0.30
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 |