syslog.conf.5 revision 1.16.2.3
This commit is contained in:
parent
f68cc9b180
commit
94f385f5fd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9141
1 changed files with 7 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" @(#)syslog.conf.5 8.1 (Berkeley) 6/9/93
|
.\" @(#)syslog.conf.5 8.1 (Berkeley) 6/9/93
|
||||||
.\" %FreeBSD: src/usr.sbin/syslogd/syslog.conf.5,v 1.16.2.2 2001/03/06 14:21:44 ru Exp %
|
.\" %FreeBSD: src/usr.sbin/syslogd/syslog.conf.5,v 1.16.2.3 2001/04/03 16:25:59 cwt Exp %
|
||||||
.\"
|
.\"
|
||||||
.\" jpman %Id: syslog.conf.5,v 1.3 1998/07/16 01:34:25 yohta Stab %
|
.\" jpman %Id: syslog.conf.5,v 1.3 1998/07/16 01:34:25 yohta Stab %
|
||||||
.\"
|
.\"
|
||||||
|
@ -95,8 +95,9 @@
|
||||||
.Pp
|
.Pp
|
||||||
.Em facility
|
.Em facility
|
||||||
はシステムが発するメッセージの一部を表し、次にあげるキーワード群の
|
はシステムが発するメッセージの一部を表し、次にあげるキーワード群の
|
||||||
1 つで表されます : auth, authpriv, cron, daemon, ftp, kern, lpr, mail,
|
1 つで表されます : auth, authpriv, console, cron, daemon, ftp, kern,
|
||||||
mark, news, ntp, syslog, user, uucp, security と local0 から local7。
|
+lpr, mail, mark, news, ntp, security, syslog, user, uucp
|
||||||
|
と local0 から local7。
|
||||||
これらのキーワード (mark を除く) は
|
これらのキーワード (mark を除く) は
|
||||||
.Xr openlog 3
|
.Xr openlog 3
|
||||||
と
|
と
|
||||||
|
@ -393,6 +394,9 @@ auth.* |exec /usr/local/sbin/authfilter
|
||||||
|
|
||||||
# セキュリティメッセージを別のファイルに保存します。
|
# セキュリティメッセージを別のファイルに保存します。
|
||||||
security.* /var/log/security
|
security.* /var/log/security
|
||||||
|
|
||||||
|
# /dev/console への書き込みを別のファイルに保存します。
|
||||||
|
console.* /var/log/console.log
|
||||||
.Ed
|
.Ed
|
||||||
.Sh 実装に関する注
|
.Sh 実装に関する注
|
||||||
.Dq kern
|
.Dq kern
|
||||||
|
|
Loading…
Reference in a new issue