From 9d27767c5a68e83d8910f602d66f4df2b5491689 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 24 Sep 2008 16:45:34 +0200 Subject: doc fix: the gss-api output plugin is called omgssapi Signed-off-by: Rainer Gerhards --- doc/rsyslog_conf.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/rsyslog_conf.html') diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 330fd51c..68b7da61 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -29,7 +29,7 @@ what they do (list is currently not complete)

trap output module
  • omrelp - RELP output module
  • -
  • omgss - output module for GSS-enabled syslog
  • +
  • omgssapi - output module for GSS-enabled syslog
  • ommysql - output module for MySQL
  • ompgsql - output module for PostgreSQL
  • omlibdbi - @@ -45,7 +45,7 @@ input module
  • imtcp - input plugin for plain tcp syslog
  • imgssapi - -input plugin for plain tcp and GSS-enable syslog
  • +input plugin for plain tcp and GSS-enabled syslog
  • immark - support for mark messages
  • imklog - kernel logging
  • imuxsock - -- cgit From 8a1f6b17698974a1e36c1f0134e4bc4c51c7539f Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 1 Oct 2008 10:44:56 +0200 Subject: added doc on how to build from source repository --- doc/rsyslog_conf.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/rsyslog_conf.html') diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 68b7da61..1073cf5e 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -1197,6 +1197,5 @@ When compared to syslogd from sysklogd package, rsyslogd offers additional features (like template and database support). For obvious reasons, the syntax for defining -such features is available in rsyslogd, only.

    +such features is available in rsyslogd, only.

    -- cgit