I have inherited a script that uses Drush to create new sites from a set of template files. The default themeName.info file sets the available “Features” by including them in the file:

features[] = logo
features[] = name
features[] = slogan
features[] = node_user_picture
features[] = comment_user_picture
features[] = comment_user_verification
features[] = favicon
features[] = main_menu
features[] = secondary_menu

I need to modify the behavior of the site features – particularly logo – without modifying the themeName.info file. My presumption is that there is a setting in the DB that can be modified to control this. I’m hoping there is a Drush command available. Any help would be appreciated.