? boost-key.patch
Index: boost.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.install,v
retrieving revision 1.2.2.1.2.3.2.34
diff -u -p -r1.2.2.1.2.3.2.34 boost.install
--- boost.install	1 Sep 2009 00:13:30 -0000	1.2.2.1.2.3.2.34
+++ boost.install	1 Sep 2009 01:04:13 -0000
@@ -37,6 +37,7 @@ function boost_disable() {
 function boost_install() {
   // Ensure that the module is loaded early in the bootstrap:
   db_query("UPDATE {system} SET weight = -90 WHERE name = '%s'", 'boost');
+  variable_set('boost_crawler_key', md5(mt_rand()));
   // Create tables.
   drupal_install_schema('boost');
 }
