summaryrefslogtreecommitdiffstats
path: root/ulogd.conf
diff options
context:
space:
mode:
authorlaforge <laforge>2001-02-04 10:15:19 +0000
committerlaforge <laforge>2001-02-04 10:15:19 +0000
commit7f43ed58ad00117fb42a2a9f26564ac2fce89cae (patch)
treee115a70dbfc0401ad5ed1c355e410c6d33a776f3 /ulogd.conf
parentb9f7e52d2508aa336aa18d05b422eaf640b28d82 (diff)
- 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)
Diffstat (limited to 'ulogd.conf')
-rw-r--r--ulogd.conf2
1 files changed, 1 insertions, 1 deletions
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