1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/sysutils/syslog-ng3/files/patch-syslog-names.c
Martin Wilke 36dc0b3c5a syslog-ng (Syslog New Generation) is a powerful replacement for the standard
syslogd.  Features include:

  - ability to filter messages based on content using regular expressions
  - forwarding logs on TCP

WWW: http://www.balabit.com/products/syslog_ng/

-Vince Valenti
vince@blue-box.net

PR:		ports/105370
Submitted by:	Ivan Lago <ivan.lago at ifom-ieo-campus.it>
2006-11-14 12:46:33 +00:00

21 lines
513 B
C

--- src/syslog-names.c.orig Wed Nov 8 14:43:03 2006
+++ src/syslog-names.c Wed Nov 8 14:50:06 2006
@@ -45,6 +45,7 @@
#ifdef LOG_AUTHPRIV
{"authpriv", LOG_AUTHPRIV},
#endif
+ {"console", LOG_CONSOLE },
#ifdef LOG_CRON
{"cron", LOG_CRON},
#endif
@@ -56,7 +57,8 @@
{"lpr", LOG_LPR},
{"mail", LOG_MAIL},
{"news", LOG_NEWS},
- {"security", LOG_AUTH}, /* DEPRECATED */
+ {"ntp", LOG_NTP },
+ {"security", LOG_SECURITY },
{"syslog", LOG_SYSLOG},
{"user", LOG_USER},
{"uucp", LOG_UUCP},