check_avwebgate.pl
changeset 3 957b5669408d
parent 0 755a041694f2
child 4 1e812db5da23
--- 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');