zone-ls
changeset 28 4807ad9b8d19
parent 27 d5337081ed02
child 31 1cea07056124
equal deleted inserted replaced
27:d5337081ed02 28:4807ad9b8d19
    44 
    44 
    45     # prueft mit dig nach der zone
    45     # prueft mit dig nach der zone
    46     $info_status = "OK";
    46     $info_status = "OK";
    47     for (`dig \@localhost $zone`) {
    47     for (`dig \@localhost $zone`) {
    48         if (/root-servers/) {
    48         if (/root-servers/) {
    49             $info_status = "FAILD";
    49             $info_status = "FAILED";
    50             last;
    50             last;
    51 	}
    51 	}
    52     }
    52     }
    53 
    53 
    54     if ( not -f "$dir/.index.zsk" ) {
    54     if ( not -f "$dir/.index.zsk" ) {