From owner-freebsd-questions@FreeBSD.ORG Wed Jul 27 05:41:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E03D16A41F for ; Wed, 27 Jul 2005 05:41:36 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEE5143D55 for ; Wed, 27 Jul 2005 05:41:35 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id AE8B43220146; Tue, 26 Jul 2005 22:41:31 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j6R5gKJ7035083; Tue, 26 Jul 2005 22:42:20 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j6R5gF6l035082; Tue, 26 Jul 2005 22:42:15 -0700 (PDT) (envelope-from garys@opusnet.com) To: "Tommy Barus" References: <000e01c5924c$c40b4590$6401a8c0@home0qg63jlfww> From: garys@opusnet.com (Gary W. Swearingen) Date: Tue, 26 Jul 2005 22:42:15 -0700 In-Reply-To: <000e01c5924c$c40b4590$6401a8c0@home0qg63jlfww> (Tommy Barus's message of "Tue, 26 Jul 2005 20:44:42 -0500") Message-ID: <5k1x5kztxk.x5k@mail.opusnet.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: disabling system boot text X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2005 05:41:36 -0000 "Tommy Barus" writes: > I'm trying to disable, change, or hide the text displayed or outputt I trimmed your paragraph to a 70-char width. Anyway, I'm not aware of any way to halt the output to the console. Settings in /etc/syslog.conf might eliminate some of it, but I doubt it'll do what you want. The "beastie=NO" thing sure won't. I'd look into setting up my /etc/ttys so that the serial line is not the "console". You might use syslog.conf to duplicate console messages to a file or something.