{ my $tftpd = $DB->get('tftpd') or return; if ( $tftpd->prop('timeout') eq "normal" ) { $tftpd->set_prop('timeout' => "default"); } }