check_avwebgate.pl
changeset 4 1e812db5da23
parent 3 957b5669408d
child 5 e061bc121954
equal deleted inserted replaced
3:957b5669408d 4:1e812db5da23
    16 my $ME = basename $0;
    16 my $ME = basename $0;
    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.de/de/downloads/avira_antivir_webgate.html";
    22 $opt_s = ">Avira AntiVir WebGate / Avira WebGate Suite<";
    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(