forked from pool/collectd
01d9efceca
- fix more of spamassasin's doc OBS-URL: https://build.opensuse.org/request/show/181224 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=113
27 lines
671 B
Diff
27 lines
671 B
Diff
Index: contrib/SpamAssassin/Collectd.pm
|
|
===================================================================
|
|
--- contrib/SpamAssassin/Collectd.pm.orig
|
|
+++ contrib/SpamAssassin/Collectd.pm
|
|
@@ -4,12 +4,6 @@
|
|
|
|
Collectd - plugin for filling collectd with stats
|
|
|
|
-=head1 INSTALLATION
|
|
-
|
|
-Just copy Collectd.pm into your SpamAssassin Plugin path
|
|
-(e.g /usr/share/perl5/Mail/SpamAssassin/Plugin/) and
|
|
-add a loadplugin call into your init.pre file.
|
|
-
|
|
=head1 SYNOPSIS
|
|
|
|
loadplugin Mail::SpamAssassin::Plugin::Collectd
|
|
@@ -47,6 +41,8 @@ often it should try.
|
|
|
|
=cut
|
|
|
|
+=back
|
|
+
|
|
=head1 DESCRIPTION
|
|
|
|
This modules uses the email plugin of collectd from Sebastian Harl to
|