components/rsyslog/patches/runtime-srutils.c.patch
author John Beck <John.Beck@Oracle.COM>
Thu, 31 May 2012 17:02:32 -0700
changeset 847 4ae04177ffa1
permissions -rw-r--r--
PSARC 2012/197 rsyslog 4269283 RFE for syslogd to run over tcp with message sequencing 6869456 Syslog should support RFC 5424 7169028 ipmievd depends on system-log:default instance instead of just system-log service

--- rsyslog/runtime/srutils.c	Mon Jan  9 06:05:17 2012
+++ rsyslog/runtime/srutils.c	Thu May 24 11:11:58 2012
@@ -76,6 +76,9 @@
 #	define LOG_AUTHPRIV LOG_AUTH
 #endif
 syslogName_t	syslogFacNames[] = {
+#if defined(LOG_AUDIT)
+	{"audit",        LOG_AUDIT},
+#endif
 	{"auth",         LOG_AUTH},
 	{"authpriv",     LOG_AUTHPRIV},
 	{"cron",         LOG_CRON},