Author: glen Date: Thu Dec 22 12:30:03 2011 GMT Module: packages Tag: HEAD ---- Log message: - add some info about the source
---- Files affected: packages/nagios-plugin-check_amavis: check_amavis.pl (1.6 -> 1.7) , nagios-plugin-check_amavis.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/nagios-plugin-check_amavis/check_amavis.pl diff -u packages/nagios-plugin-check_amavis/check_amavis.pl:1.6 packages/nagios-plugin-check_amavis/check_amavis.pl:1.7 --- packages/nagios-plugin-check_amavis/check_amavis.pl:1.6 Thu Dec 22 13:27:17 2011 +++ packages/nagios-plugin-check_amavis/check_amavis.pl Thu Dec 22 13:29:58 2011 @@ -1,4 +1,11 @@ #!/usr/bin/perl +# Downloaded from exchange.nagios.org +# URL: http://exchange.nagios.org/directory/Plugins/Anti-2DVirus/Amavis/check_amavis/details +# Download: http://exchange.nagios.org/components/com_mtree/attachment.php?link_id=1257&cf_id=24#/%{plugin}.pl +# +# Maintained later on by Elan Ruusamäe <[email protected]> +# http://cvs.pld-linux.org/cgi-bin/viewvc.cgi/cvs/packages/nagios-plugin-check_amavis/ +# v1.1, 2011-12-22 use Getopt::Long; use MIME::Entity; ================================================================ Index: packages/nagios-plugin-check_amavis/nagios-plugin-check_amavis.spec diff -u packages/nagios-plugin-check_amavis/nagios-plugin-check_amavis.spec:1.1 packages/nagios-plugin-check_amavis/nagios-plugin-check_amavis.spec:1.2 --- packages/nagios-plugin-check_amavis/nagios-plugin-check_amavis.spec:1.1 Thu Dec 22 12:27:56 2011 +++ packages/nagios-plugin-check_amavis/nagios-plugin-check_amavis.spec Thu Dec 22 13:29:58 2011 @@ -3,8 +3,8 @@ %include /usr/lib/rpm/macros.perl Summary: Nagios plugin to check amavisd-new daemon Name: nagios-plugin-%{plugin} -Version: 0.1 -Release: 0.1 +Version: 1.1 +Release: 1 License: ? Group: Networking # Source0Download: http://exchange.nagios.org/components/com_mtree/attachment.php?link_id=1257&cf_id=24#/%{plugin}.pl @@ -53,5 +53,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2011/12/22 12:29:58 glen +- add some info about the source + Revision 1.1 2011/12/22 11:27:56 glen - new ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nagios-plugin-check_amavis/check_amavis.pl?r1=1.6&r2=1.7&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nagios-plugin-check_amavis/nagios-plugin-check_amavis.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
