diff -Nur -x '*.orig' -x '*.rej' e-smith-packetfilter-1.18.0/root/etc/e-smith/templates/etc/ulogd.conf/basic mezzanine_patched_e-smith-packetfilter-1.18.0/root/etc/e-smith/templates/etc/ulogd.conf/basic --- e-smith-packetfilter-1.18.0/root/etc/e-smith/templates/etc/ulogd.conf/basic 2006-03-15 19:38:35.000000000 -0700 +++ mezzanine_patched_e-smith-packetfilter-1.18.0/root/etc/e-smith/templates/etc/ulogd.conf/basic 2007-03-19 11:15:28.000000000 -0600 @@ -1,9 +1,12 @@ -nlgroup 1 -logfile /dev/stdout -loglevel 5 -rmem 131071 -bufsize 150000 -plugin /usr/lib/ulogd/ulogd_BASE.so -syslogfile /dev/stdout -syslogsync 1 -plugin /usr/lib/ulogd/ulogd_LOGEMU.so +[global] +nlgroup=1 +logfile=/dev/stdout +loglevel=5 +rmem=131071 +bufsize=150000 +plugin="/usr/lib/ulogd/ulogd_BASE.so" +plugin="/usr/lib/ulogd/ulogd_LOGEMU.so" + +[LOGEMU] +file="/dev/stdout" +sync=1