components/rsyslog/patches/runtime-srutils.c.patch
changeset 847 4ae04177ffa1
equal deleted inserted replaced
846:fe258446a1ae 847:4ae04177ffa1
       
     1 --- rsyslog/runtime/srutils.c	Mon Jan  9 06:05:17 2012
       
     2 +++ rsyslog/runtime/srutils.c	Thu May 24 11:11:58 2012
       
     3 @@ -76,6 +76,9 @@
       
     4  #	define LOG_AUTHPRIV LOG_AUTH
       
     5  #endif
       
     6  syslogName_t	syslogFacNames[] = {
       
     7 +#if defined(LOG_AUDIT)
       
     8 +	{"audit",        LOG_AUDIT},
       
     9 +#endif
       
    10  	{"auth",         LOG_AUTH},
       
    11  	{"authpriv",     LOG_AUTHPRIV},
       
    12  	{"cron",         LOG_CRON},