From owner-freebsd-questions@FreeBSD.ORG Sun Oct 12 00:21:31 2003 Return-Path: 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 D1FDD16A4B3 for ; Sun, 12 Oct 2003 00:21:31 -0700 (PDT) Received: from ahab.dictos.com (adsl-67-125-129-106.dsl.frsn02.pacbell.net [67.125.129.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CB8743F85 for ; Sun, 12 Oct 2003 00:21:29 -0700 (PDT) (envelope-from jason@ahab.dictos.com) Received: from ahab.dictos.com (localhost.dictos.com [127.0.0.1]) by ahab.dictos.com (8.12.9/8.12.9) with ESMTP id h9BJKor1001033 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 11 Oct 2003 12:20:50 -0700 (PDT) (envelope-from jason@ahab.dictos.com) Received: from localhost (localhost [[UNIX: localhost]]) by ahab.dictos.com (8.12.9/8.12.9/Submit) id h9BJKjUA001032 for freebsd-questions@freebsd.org; Sat, 11 Oct 2003 12:20:45 -0700 (PDT) (envelope-from jason) From: jason dictos To: freebsd-questions@freebsd.org Date: Sat, 11 Oct 2003 12:20:45 -0700 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310111220.45413.jason@dictos.com> Subject: dhcpd output to root console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jason@dictos.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2003 07:21:31 -0000 Hi Guys, Whenever I boot up, dhcpd always splurges out stuff to roots console screen and /var/log/messages. Is there anyway I can disable it from spewing messages to the console and to only spew out messages to /var/log/message? -Jason