From 7f43ed58ad00117fb42a2a9f26564ac2fce89cae Mon Sep 17 00:00:00 2001 From: laforge Date: Sun, 4 Feb 2001 10:15:19 +0000 Subject: - fixes segfault bug when packet received but no interpreters registered (reported by Drori Ghiora) - fixes logfile bug: wrong filename and line number displayed - fixes logfile bug: logfile is fflush()ed after each line (reported by Drori Ghiora) --- ulogd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ulogd.conf') diff --git a/ulogd.conf b/ulogd.conf index 5246aa9..8a026b2 100644 --- a/ulogd.conf +++ b/ulogd.conf @@ -12,6 +12,6 @@ mysqlpass changeme mysqluser laforge mysqldb ulogd mysqlhost localhost -# plugins: first load BASE interpreter, then syslog emulation +# plugins: always load interpreter plugins _before_ any output plugins plugin /usr/local/lib/ulogd/ulogd_BASE.so plugin /usr/local/lib/ulogd/ulogd_LOGEMU.so -- cgit v1.2.3