{
 # delete old httpd-e-smith apache properties
 $DB->get('httpd-e-smith')->delete_prop($_) for ( qw(SSLv2 ) ); 

 foreach my $sservice (qw(modPerl)) {
  $DB->set_prop($sservice, "type", "configuration") if  ${$sservice}{type} eq "service";
  }

}
