From: Mark Andrews Date: Thu, 2 May 2002 23:27:40 +0000 (+0000) Subject: enumerate syslog facilities. X-Git-Tag: v9.0.1^2~8386 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=7200cecd2a91ef1b3d1a2563f230cb5ffddf676b;p=thirdparty%2Fbind9.git enumerate syslog facilities. --- diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 456e3189011..344587f1f46 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + BIND 9 Administrator Reference Manual @@ -2525,7 +2525,16 @@ file. The syslog destination clause directs the channel to the system log. Its argument is a syslog facility as described in the syslog man -page. How syslog will handle messages sent to +page. Known facilities are kern, user, +mail, daemon, auth, +syslog, lpr, news, +uucp, cron, authpriv, +ftp, local0, local1, +local2, local3, local4, +local5, local6 and +local7, however not all facilities are supported on +all operating systems. +How syslog will handle messages sent to this facility is described in the syslog.conf man page. If you have a system which uses a very old version of syslog that only uses two arguments to the openlog() function,