}
#print "$command\n";
system($command);
my $exit_code = system($command);
system("rm -f $new_config") if($new_config);
exit($exit_code >> 8);
__END__
=head1 NAME