summaryrefslogtreecommitdiffstats
path: root/system/ulogd/README
diff options
context:
space:
mode:
author Robby Workman <rw@rlworkman.net>2010-05-12 17:46:10 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-12 17:46:10 +0200
commite55ae3829506211ac34dc526112080ac3fec2223 (patch)
tree1eb9ef21573f58fcbfee1d90785d444792589fe1 /system/ulogd/README
parent845f1d5f4ddbcc801ece016cbdcb1167c8958f64 (diff)
downloadslackbuilds-e55ae3829506211ac34dc526112080ac3fec2223.tar.gz
slackbuilds-e55ae3829506211ac34dc526112080ac3fec2223.tar.xz
system/ulogd: Updated for version 1.24
Diffstat (limited to 'system/ulogd/README')
-rw-r--r--system/ulogd/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/ulogd/README b/system/ulogd/README
index f7f66caf54..4d0b38d032 100644
--- a/system/ulogd/README
+++ b/system/ulogd/README
@@ -1,11 +1,12 @@
ulogd is a handy add-on for netfilter/iptables which allows you to
have your firewall logs put somewhere besides the main system logs
-Be sure to check the documentation in /usr/doc/ulogd-$VERSION
+Be sure to check the documentation in /usr/doc/ulogd-1.24
You get an init script free of charge: /etc/rc.d/rc.ulogd --
You'll just have to make it executable and call it from one of your
init scripts. Also, be sure to have a look at /etc/ulogd.conf;
it works fine with the default, but you might want to customize it...
-You'll also need to make sure you have the ULOG target support in
-your kernel config.
+If you don't want to build with mysql and/or sqlite3 support, you can
+run the script with either or both of these specified:
+ WITH_MYSQL=no WITH_SQLITE=no