From owner-svn-src-all@FreeBSD.ORG Tue Dec 23 17:39:24 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8F0E1065673; Tue, 23 Dec 2008 17:39:24 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 96BC98FC14; Tue, 23 Dec 2008 17:39:24 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mBNHdO7u008726; Tue, 23 Dec 2008 17:39:24 GMT (envelope-from trhodes@svn.freebsd.org) Received: (from trhodes@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mBNHdOex008725; Tue, 23 Dec 2008 17:39:24 GMT (envelope-from trhodes@svn.freebsd.org) Message-Id: <200812231739.mBNHdOex008725@svn.freebsd.org> From: Tom Rhodes Date: Tue, 23 Dec 2008 17:39:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r186440 - head/usr.sbin/syslogd X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2008 17:39:24 -0000 Author: trhodes Date: Tue Dec 23 17:39:24 2008 New Revision: 186440 URL: http://svn.freebsd.org/changeset/base/186440 Log: Add "crit" to the list of keywords. PR: 126934 Modified: head/usr.sbin/syslogd/syslog.conf.5 Modified: head/usr.sbin/syslogd/syslog.conf.5 ============================================================================== --- head/usr.sbin/syslogd/syslog.conf.5 Tue Dec 23 17:36:25 2008 (r186439) +++ head/usr.sbin/syslogd/syslog.conf.5 Tue Dec 23 17:39:24 2008 (r186440) @@ -28,7 +28,7 @@ .\" @(#)syslog.conf.5 8.1 (Berkeley) 6/9/93 .\" $FreeBSD$ .\" -.Dd June 9, 1993 +.Dd December 23, 2008 .Dt SYSLOG.CONF 5 .Os .Sh NAME @@ -137,7 +137,7 @@ The .Em level describes the severity of the message, and is a keyword from the following ordered list (higher to lower): -.Cm emerg , alert , err , warning , notice , info +.Cm emerg , crit , alert , err , warning , notice , info and .Cm debug . These keywords correspond to @@ -446,7 +446,7 @@ A configuration file might appear as fol # level notice or higher, and anything of level err or # higher to the console. # Don't log private authentication messages! -*.err;kern.*;auth.notice;authpriv.none /dev/console +*.err;kern.*;auth.notice;authpriv.none;mail.crit /dev/console # Log anything (except mail) of level info or higher. # Don't log private authentication messages!