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-unsubscr...@freebsd.org"

Reply via email to