summaryrefslogtreecommitdiffstats
path: root/doc/imgssapi.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2008-07-18 16:41:52 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-07-22 12:24:16 +0200
commit9b59581a6f7d161c7aafbc3300689337939bb382 (patch)
tree9b000f97ffa64be57fae549e43d742b0128323db /doc/imgssapi.html
parent22f6e935f75514d3bf63fdc42d296c9e6b7b2b4c (diff)
downloadrsyslog-9b59581a6f7d161c7aafbc3300689337939bb382.tar.gz
rsyslog-9b59581a6f7d161c7aafbc3300689337939bb382.tar.xz
rsyslog-9b59581a6f7d161c7aafbc3300689337939bb382.zip
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 <rgerhards@adiscon.com>
Diffstat (limited to 'doc/imgssapi.html')
-rw-r--r--doc/imgssapi.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/imgssapi.html b/doc/imgssapi.html
index cf16eb01..d644303e 100644
--- a/doc/imgssapi.html
+++ b/doc/imgssapi.html
@@ -36,7 +36,7 @@ Sets the maximum number of sessions supported</li>
<p>This sets up a GSS server on port 1514 that also permits to
receive plain tcp syslog messages (on the same port):<br>
</p>
-<textarea rows="15" cols="60">$ModLoad imtcp.so # needs to be done just once
+<textarea rows="15" cols="60">$ModLoad imtcp # needs to be done just once
$InputGSSServerRun 1514
$InputGSSServerPermitPlainTCP on
</textarea>