diff options
author | Martin Carpenter <mcarpenter@free.fr> | 2012-11-27 09:47:46 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-09 12:12:15 +0100 |
commit | 20265db5a2810f0e9bfcdc1d320cdc5835d7b5ff (patch) | |
tree | 80f8ea9e4f9aaa7caa8f4c8e541043e4ac15dba4 /runtime/srutils.c | |
parent | 55d6eef1be47df7312e8e59a64ad9b0de6298f2f (diff) | |
download | rsyslog-20265db5a2810f0e9bfcdc1d320cdc5835d7b5ff.tar.gz rsyslog-20265db5a2810f0e9bfcdc1d320cdc5835d7b5ff.tar.bz2 rsyslog-20265db5a2810f0e9bfcdc1d320cdc5835d7b5ff.zip |
Add LOG_AUDIT facility for eg Solaris
Diffstat (limited to 'runtime/srutils.c')
-rw-r--r-- | runtime/srutils.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/srutils.c b/runtime/srutils.c index f420c0f7..4ce6196a 100644 --- a/runtime/srutils.c +++ b/runtime/srutils.c @@ -92,6 +92,9 @@ syslogName_t syslogFacNames[] = { #if defined(LOG_FTP) {"ftp", LOG_FTP}, #endif +#if defined(LOG_AUDIT) + {"audit", LOG_AUDIT}, +#endif {"local0", LOG_LOCAL0}, {"local1", LOG_LOCAL1}, {"local2", LOG_LOCAL2}, |