# HG changeset patch # User arnold # Date 1224230708 0 # Node ID 957b5669408d8f0b3dd2be0cfe50b9fab207ee49 # Parent a3123d692e1ec729bfdce79b64a10110795dfbcb change default version search string diff -r a3123d692e1e -r 957b5669408d check_avwebgate.pl --- a/check_avwebgate.pl Wed Jun 11 10:41:42 2008 +0000 +++ b/check_avwebgate.pl Fri Oct 17 08:05:08 2008 +0000 @@ -19,7 +19,7 @@ my ( @webside ); $opt_u = "http://www.avira.com/de/downloads/avira_antivir_unix_webgate.html"; -$opt_s = ">Avira AntiVir UNIX WebGate<"; +$opt_s = ">Avira AntiVir WebGate / Avira WebGate Suite<"; $opt_b = "/usr/lib/AntiVir/avwebgate.bin"; Getopt::Long::Configure('bundling'); diff -r a3123d692e1e -r 957b5669408d debian/changelog --- a/debian/changelog Wed Jun 11 10:41:42 2008 +0000 +++ b/debian/changelog Fri Oct 17 08:05:08 2008 +0000 @@ -1,3 +1,10 @@ +nagios-plugin-avwebgate (1.0-2) stable; urgency=low + + * change default search string to + ">Avira AntiVir WebGate / Avira WebGate Suite<" + + -- Christian Arnold Fri, 17 Oct 2008 09:47:12 +0200 + nagios-plugin-avwebgate (1.0-1) stable; urgency=low * Initial release diff -r a3123d692e1e -r 957b5669408d debian/files --- a/debian/files Wed Jun 11 10:41:42 2008 +0000 +++ b/debian/files Fri Oct 17 08:05:08 2008 +0000 @@ -1,1 +1,1 @@ -nagios-plugin-avwebgate_1.0-1_all.deb unknown extra +nagios-plugin-avwebgate_1.0-2_all.deb unknown extra diff -r a3123d692e1e -r 957b5669408d debian/nagios-plugin-avwebgate/DEBIAN/control --- a/debian/nagios-plugin-avwebgate/DEBIAN/control Wed Jun 11 10:41:42 2008 +0000 +++ b/debian/nagios-plugin-avwebgate/DEBIAN/control Fri Oct 17 08:05:08 2008 +0000 @@ -1,5 +1,5 @@ Package: nagios-plugin-avwebgate -Version: 1.0-1 +Version: 1.0-2 Section: unknown Priority: extra Architecture: all diff -r a3123d692e1e -r 957b5669408d debian/nagios-plugin-avwebgate/DEBIAN/md5sums --- a/debian/nagios-plugin-avwebgate/DEBIAN/md5sums Wed Jun 11 10:41:42 2008 +0000 +++ b/debian/nagios-plugin-avwebgate/DEBIAN/md5sums Fri Oct 17 08:05:08 2008 +0000 @@ -1,4 +1,4 @@ bfc3318ffab3bceeac38cc8d07a33f89 usr/share/doc/nagios-plugin-avwebgate/copyright -3eed8bc92c9824362c3dc03491a3cd82 usr/share/doc/nagios-plugin-avwebgate/changelog.Debian.gz +1572ec9e80e385f552f1ede3b3fadbbe usr/share/doc/nagios-plugin-avwebgate/changelog.Debian.gz 558f8dbddbd423ca86eab507c7b34a8f usr/share/doc/nagios-plugin-avwebgate/README.Debian -528a52c05c0efcd2a14ee59f6345326c usr/lib/nagios/plugins/ius/check_avwebgate +bc601e0fb66174a16fa81bead1aa1257 usr/lib/nagios/plugins/ius/check_avwebgate diff -r a3123d692e1e -r 957b5669408d debian/nagios-plugin-avwebgate/usr/lib/nagios/plugins/ius/check_avwebgate --- a/debian/nagios-plugin-avwebgate/usr/lib/nagios/plugins/ius/check_avwebgate Wed Jun 11 10:41:42 2008 +0000 +++ b/debian/nagios-plugin-avwebgate/usr/lib/nagios/plugins/ius/check_avwebgate Fri Oct 17 08:05:08 2008 +0000 @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# $Id$ -# $URL$ +# $Id: check_avwebgate.pl 4100 2008-06-11 10:41:42Z arnold $ +# $URL: https://svn.schlittermann.de/is/nagios-plugins/check-avwebgate/trunk/check_avwebgate.pl $ use strict; use File::Basename; @@ -19,7 +19,7 @@ my ( @webside ); $opt_u = "http://www.avira.com/de/downloads/avira_antivir_unix_webgate.html"; -$opt_s = ">Avira AntiVir UNIX WebGate<"; +$opt_s = ">Avira AntiVir WebGate / Avira WebGate Suite<"; $opt_b = "/usr/lib/AntiVir/avwebgate.bin"; Getopt::Long::Configure('bundling'); diff -r a3123d692e1e -r 957b5669408d debian/nagios-plugin-avwebgate/usr/share/doc/nagios-plugin-avwebgate/changelog.Debian.gz Binary file debian/nagios-plugin-avwebgate/usr/share/doc/nagios-plugin-avwebgate/changelog.Debian.gz has changed