diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-13 00:42:07 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-13 00:42:07 +0200 |
commit | 8b7cfb1fcd6b3ec8d61e2b5235fe6e0d97efa8ab (patch) | |
tree | 65b29e11571f91a7490dc2a2eec36697c1bb349a /system/ulogd/README | |
parent | c502f2567867f95213f82eb617d73042ec417e72 (diff) | |
download | slackbuilds-8b7cfb1fcd6b3ec8d61e2b5235fe6e0d97efa8ab.tar.gz |
system/ulogd: Updated for version 1.24
Diffstat (limited to 'system/ulogd/README')
-rw-r--r-- | system/ulogd/README | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/system/ulogd/README b/system/ulogd/README index 4d0b38d032..7279f12209 100644 --- a/system/ulogd/README +++ b/system/ulogd/README @@ -6,7 +6,3 @@ 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... - -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 |