From f4b774738815dc01fc69628ed3f597f8ede3626f Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
Date: Mon, 21 Jul 2008 15:48:56 +0200
Subject: preparing for 3.18.1
---
doc/manual.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'doc')
diff --git a/doc/manual.html b/doc/manual.html
index 5b2a039f..eb5fe52d 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -16,7 +16,7 @@ relay chains while at the same time being very easy to setup for the
novice user. And as we know what enterprise users really need, there is
also professional
rsyslog support available directly from the source!
-This documentation is for version 3.18.0 (v3-stable branch) of rsyslog.
+
This documentation is for version 3.18.1 (v3-stable branch) of rsyslog.
Visit the rsyslog status page to obtain current
version information and project status.
If you like rsyslog, you might
--
cgit v1.2.3
From 9b59581a6f7d161c7aafbc3300689337939bb382 Mon Sep 17 00:00:00 2001
From: Michael Biebl
Date: Fri, 18 Jul 2008 16:41:52 +0200
Subject: use the $ModLoad syntax consistently.
Update the documentation to use the new, preferred $ModLoad syntax:
- no more MySQL
- name of the in/output plugin without the trailing .so
Signed-off-by: Rainer Gerhards
---
doc/gssapi.html | 6 +++---
doc/imfile.html | 4 ++--
doc/imgssapi.html | 2 +-
doc/imtcp.html | 4 ++--
doc/install.html | 10 +++++-----
doc/omlibdbi.html | 4 ++--
doc/omsnmp.html | 4 ++--
doc/rsconf1_modload.html | 2 +-
doc/rsyslog-example.conf | 2 +-
doc/rsyslog_conf.html | 4 ++--
doc/rsyslog_high_database_rate.html | 18 ++++++++++--------
doc/rsyslog_mysql.html | 6 +++---
doc/rsyslog_reliable_forwarding.html | 4 ++--
doc/v3compatibility.html | 14 +++++++-------
14 files changed, 43 insertions(+), 41 deletions(-)
(limited to 'doc')
diff --git a/doc/gssapi.html b/doc/gssapi.html
index 400be4a3..3ad7d07b 100644
--- a/doc/gssapi.html
+++ b/doc/gssapi.html
@@ -61,7 +61,7 @@ on receiver
- set-up rsyslog, in /etc/rsyslog.conf
-- $ModLoad omgssapi.so - load output gss module
+- $ModLoad omgssapi - load output gss module
- $GSSForwardServiceName
otherThanHost - set the name of service principal, "host" is the
default one
@@ -81,7 +81,7 @@ rsyslog, in /etc/rsyslog.conf
-
$ModLoad
-imgssapi.so - load input gss module
+imgssapi - load input gss module
-
$InputGSSServerServiceName
@@ -115,4 +115,4 @@ Copyright
Gerhards and
Adiscon.
Released under the GNU GPL version 3 or higher.
-