| Summary: | missing 'crit' in usr.sbin/syslogd/syslog.conf.5 | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Andy Kosela <akosela> |
| Component: | Books & Articles | Assignee: | Tom Rhodes <trhodes> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Andy Kosela
2008-08-29 08:40:00 UTC
State Changed From-To: open->closed 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 Over to me, MFC reminder. State Changed From-To: closed->patched Err closed->patched ... stupid TV. 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" State Changed From-To: patched->closed MFCd to stable/7. |