Package: ulogd2 / 2.0.5-5

Metadata

Package Version Patches format
ulogd2 2.0.5-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
configure logging.patch | (download)

ulogd.conf.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 tweak log destination and loglevel in ulogd.conf.in
 Send logging for ulogd itself to syslog rather than to file (not for iptables
 logging), and explicitly set loglevel to info.
enable nflog by default.patch | (download)

ulogd.conf.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 enable nflog => logemu stack by default
 The simplest and likely most common usage scenario is to log packets to a
 logfile using NFLOG, bypassing the kernel ringbuffer. Enable this by default.
put logfiles in var log ulog.patch | (download)

ulogd.conf.in | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 update logfile paths to log to /var/log/ulog/*
 The standard configuration file sends logs to a number of files under
 /var/log/. To keep things tidy, including the logrotate script, move all the
 logs into a common parent directory.
ulogd8 ulogd2.patch | (download)

ulogd.8 | 8 3 + 5 - 0 !
1 file changed, 3 insertions(+), 5 deletions(-)

 correct ulogd(8) paths to /usr/share/doc/ulogd2

The paths in the ulogd(8) man page assume the package is called 'ulogd' and not
'ulogd2'. This patch updates the paths.

ulogd restructures signal handling by self pipe tric.patch | (download)

src/ulogd.c | 132 125 + 7 - 0 !
1 file changed, 125 insertions(+), 7 deletions(-)

 [patch] ulogd: restructures signal handling by self-pipe trick