check_avwebgate.pl
changeset 3 957b5669408d
parent 0 755a041694f2
child 4 1e812db5da23
equal deleted inserted replaced
2:a3123d692e1e 3:957b5669408d
    17 my ( $opt_u, $opt_s, $opt_V, $opt_h, $opt_b );
    17 my ( $opt_u, $opt_s, $opt_V, $opt_h, $opt_b );
    18 my ( $result, $found, $message, $version, $current_version );
    18 my ( $result, $found, $message, $version, $current_version );
    19 my ( @webside );
    19 my ( @webside );
    20 
    20 
    21 $opt_u = "http://www.avira.com/de/downloads/avira_antivir_unix_webgate.html";
    21 $opt_u = "http://www.avira.com/de/downloads/avira_antivir_unix_webgate.html";
    22 $opt_s = ">Avira AntiVir UNIX WebGate<";
    22 $opt_s = ">Avira AntiVir WebGate / Avira WebGate Suite<";
    23 $opt_b = "/usr/lib/AntiVir/avwebgate.bin";
    23 $opt_b = "/usr/lib/AntiVir/avwebgate.bin";
    24 
    24 
    25 Getopt::Long::Configure('bundling');
    25 Getopt::Long::Configure('bundling');
    26 GetOptions(
    26 GetOptions(
    27     "V"              => \$opt_V,
    27     "V"              => \$opt_V,