From owner-freebsd-current Sun Jun 16 14: 4:21 2002 Delivered-To: freebsd-current@freebsd.org Received: from mail-relay1.yahoo.com (mail-relay1.yahoo.com [216.145.48.34]) by hub.freebsd.org (Postfix) with ESMTP id DBC4637B401 for ; Sun, 16 Jun 2002 14:04:13 -0700 (PDT) Received: from FreeBSD.org (12-234-90-219.client.attbi.com [12.234.90.219]) by mail-relay1.yahoo.com (Postfix) with ESMTP id 5E56B8B5D2; Sun, 16 Jun 2002 14:04:13 -0700 (PDT) Message-ID: <3D0CFD4D.ACCE9CB2@FreeBSD.org> Date: Sun, 16 Jun 2002 14:04:13 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.79 [en] (X11; U; FreeBSD 4.5-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: current@FreeBSD.org Cc: dirkx@covalent.net Subject: mini-Head's up: rc.syscons now test for /dev/ttyv0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Based on some suggestions by a user, I've added the following to the top of rc.syscons: # Handle diskless boots, and other situations where syscons is not present # if [ ! -c "${kbddev}" ]; then exit 0 fi As far as I can tell, this should be safe, but if anyone comes across wackiness, please let me know. Doug -- "We have known freedom's price. We have shown freedom's power. And in this great conflict, ... we will see freedom's victory." - George W. Bush, President of the United States State of the Union, January 28, 2002 Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message