diff -r 7146b76b602e -r c8882ac2a393 components/rsyslog/patches/runtime-rsyslog.h.patch --- a/components/rsyslog/patches/runtime-rsyslog.h.patch Fri Feb 19 22:48:29 2016 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -Solaris specific patch to add syslog compatibility. -Not for community. - - ---- rsyslog-8.4.2/runtime/rsyslog.h_orig 2015-11-18 14:24:33.132132227 -0800 -+++ rsyslog-8.4.2/runtime/rsyslog.h 2015-11-18 14:27:39.523227382 -0800 -@@ -106,6 +106,8 @@ - #define LOG_CRON (9<<3) /* clock daemon */ - #define LOG_AUTHPRIV (10<<3) /* security/authorization messages (private) */ - #define LOG_FTP (11<<3) /* ftp daemon */ -+#define LOG_AUDIT (13<<3) /* rfc5424 */ -+#define LOG_CRON2 (15<<3) /* rfc5424 */ - #define LOG_LOCAL0 (16<<3) /* reserved for local use */ - #define LOG_LOCAL1 (17<<3) /* reserved for local use */ - #define LOG_LOCAL2 (18<<3) /* reserved for local use */