summaryrefslogtreecommitdiffstats
path: root/ulogd/doc/ulogd.sgml
diff options
context:
space:
mode:
authorlaforge <laforge>2000-11-20 19:40:14 +0000
committerlaforge <laforge>2000-11-20 19:40:14 +0000
commitb65511e56c6b8a5ef0b666ada989f69b476a3060 (patch)
treeb6b0cb47f23573de174bba85ee0ce276f62a6293 /ulogd/doc/ulogd.sgml
parentadc541dedd58c94a1fbd7d571be10237ecf4ec38 (diff)
small doc changes
Diffstat (limited to 'ulogd/doc/ulogd.sgml')
-rw-r--r--ulogd/doc/ulogd.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/ulogd/doc/ulogd.sgml b/ulogd/doc/ulogd.sgml
index 26479f0..4197dbc 100644
--- a/ulogd/doc/ulogd.sgml
+++ b/ulogd/doc/ulogd.sgml
@@ -1,12 +1,12 @@
<!doctype linuxdoc system>
-<!-- $Id$ -->
+<!-- $Id: ulogd.sgml,v 1.1 2000/11/20 11:43:22 laforge Exp $ -->
<article>
<title>ULOGD - the Userspace Logging Daemon</title>
<author>Harald Welte &lt;laforge@gnumonks.org&gt</author>
-<date>Revision $Revision$, $Date$</date>
+<date>Revision $Revision: 1.1 $, $Date: 2000/11/20 11:43:22 $</date>
<abstract>
This is the documentation for <tt>ulogd</tt>, the Userspace logging daemon.
@@ -96,9 +96,9 @@ in the userspace directory of netfilter CVS.
Download the ulogd package from <URL URL="http://www.gnumonks.org/ftp/pub/netfilter"> and
untar it.
<p>
-Run './configure' and 'make install'.
+If you want to build ulogd with MySQL support, type './configure --with-mysql'. You may also have to specify the path of the mysql libraries using '--with-mysql=path'. To build ulogd without MySQL support, just use './configure'.
<p>
-Copy the configuration file 'ulogd.conf' to /etc
+To compile and install the program, call 'make install'.
<sect2>Using a precompiled package
<p>