Drupal's Best practices

This one line command

find . -name "settings.php" -exec grep -H update_free_access {} \;

Will show you all the settings for update_free_access in your settings.php files. While the status reports tell you the line is in your update.php, it is in your settings.php file.

Drupal best practices

Practice makes perfect?