From owner-freebsd-questions@FreeBSD.ORG Fri Oct 29 20:17:01 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3ADF1065670 for ; Fri, 29 Oct 2010 20:17:00 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.103.93]) by mx1.freebsd.org (Postfix) with ESMTP id B3C198FC24 for ; Fri, 29 Oct 2010 20:17:00 +0000 (UTC) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.14.4/8.14.4) with ESMTP id o9TKGEFR008021 for ; Fri, 29 Oct 2010 15:16:14 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <201010292016.o9TKGEFR008021@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org Date: Fri, 29 Oct 2010 15:16:14 -0500 From: Martin McCormick Subject: FreeBSD8.1 Can't get Syslog file to Log dhcpd Solved. 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: Fri, 29 Oct 2010 20:17:01 -0000 Ah, the havoc of one stray space at the beginning of a line. I had noticed that all the other examples of various logs one could create in syslog.conf worked right. What on Earth was so special about: *.info;auth.info;mail.warning;cron.warning /var/log/syslog It's that one stray space before the first asterisk. I removed it and everything started working. Martin McCormick