]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
[PATCH 1/5] openlog() to syslog for global ulogd log messages
author/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>
Sat, 12 Jan 2008 14:44:05 +0000 (14:44 +0000)
committer/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>
Sat, 12 Jan 2008 14:44:05 +0000 (14:44 +0000)
commita9f85a39c52807920061d526082d9681e1c2cb45
tree865e427533fa729bae18864da69759c5202e6263
parentb2eda3be83f28da3c3a78d3453ed8a8fc24ff9f0
[PATCH 1/5] openlog() to syslog for global ulogd log messages

When [global]'s logfile is syslog, ulogd should log it's own
mesasages (not the firewall log lines) to syslog, which it
does'nt because openlog() is missing. This patch adds openlog()

Signed-off-by: Peter Warasin <peter@endian.com>
src/ulogd.c