From nobody@FreeBSD.org  Fri Aug 29 07:37:57 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 079BE1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 29 Aug 2008 07:37:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id EDC2A8FC24
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 29 Aug 2008 07:37:56 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7T7buRm037932
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 29 Aug 2008 07:37:56 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m7T7buDl037931;
	Fri, 29 Aug 2008 07:37:56 GMT
	(envelope-from nobody)
Message-Id: <200808290737.m7T7buDl037931@www.freebsd.org>
Date: Fri, 29 Aug 2008 07:37:56 GMT
From: Andy Kosela <akosela@andykosela.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: missing 'crit' in usr.sbin/syslogd/syslog.conf.5
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         126934
>Category:       docs
>Synopsis:       missing 'crit' in usr.sbin/syslogd/syslog.conf.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 29 07:40:00 UTC 2008
>Closed-Date:    Sat Jun 11 01:22:36 UTC 2011
>Last-Modified:  Sat Jun 11 01:30:11 UTC 2011
>Originator:     Andy Kosela
>Release:        7-STABLE
>Organization:
>Environment:
>Description:
There is a missing "crit" level in usr.sbin/syslogd/syslog.conf.5

 The level describes the severity of the message, and is a keyword from
 the following ordered list (higher to lower): emerg, alert, err, warning,
 notice, info and debug.  These keywords correspond to similar ``LOG_''
 values specified to the syslog(3) library routine.

Syslog(3) describes level critical as:
 LOG_CRIT      Critical conditions, e.g., hard device errors.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: trhodes 
State-Changed-When: Tue Dec 23 17:39:30 UTC 2008 
State-Changed-Why:  
I've updated the list of keywords and added an example to 
the manual page's configuration file.  Thanks! 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Tue Dec 23 17:39:30 UTC 2008 
Responsible-Changed-Why:  
Over to me, MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126934 
State-Changed-From-To: closed->patched 
State-Changed-By: trhodes 
State-Changed-When: Tue Dec 23 17:43:03 UTC 2008 
State-Changed-Why:  
Err closed->patched ... stupid TV. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126934 
State-Changed-From-To: patched->closed 
State-Changed-By: gjb 
State-Changed-When: Sat Jun 11 01:22:20 UTC 2011 
State-Changed-Why:  
MFCd to stable/7. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=126934 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/126934: commit references a PR
Date: Sat, 11 Jun 2011 01:22:14 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Sat Jun 11 01:21:54 2011
 New Revision: 222968
 URL: http://svn.freebsd.org/changeset/base/222968
 
 Log:
   MFC 186440 [1]:
   
   Add "crit" to the list of keywords.
   
   PR:		126934
   Original commit by:	trhodes [1]
 
 Modified:
   stable/7/usr.sbin/syslogd/syslog.conf.5
 Directory Properties:
   stable/7/usr.sbin/syslogd/   (props changed)
 
 Modified: stable/7/usr.sbin/syslogd/syslog.conf.5
 ==============================================================================
 --- stable/7/usr.sbin/syslogd/syslog.conf.5	Sat Jun 11 01:19:19 2011	(r222967)
 +++ stable/7/usr.sbin/syslogd/syslog.conf.5	Sat Jun 11 01:21:54 2011	(r222968)
 @@ -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!
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
