From a0ea70abf0586e039a5552acea2aacaa89865609 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 10 Feb 2005 03:19:46 +0000 Subject: * Correct a ttys bug. We will enable serials from PFI * Bump version to 0.30 --- etc/ttys | 10 ++++------ etc/version | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'etc') diff --git a/etc/ttys b/etc/ttys index 49932e2..4858658 100644 --- a/etc/ttys +++ b/etc/ttys @@ -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 diff --git a/etc/version b/etc/version index e55cad6..4e85c04 100644 --- a/etc/version +++ b/etc/version @@ -1 +1 @@ -0.29-TIME-TO-CALL-THE-BUG-EXTERMINATORS \ No newline at end of file +0.30-JACKPOT \ No newline at end of file -- cgit v1.1