? sync_on_enable.patch
Index: exportables.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/exportables/exportables.module,v
retrieving revision 1.10
diff -u -p -r1.10 exportables.module
--- exportables.module	29 Oct 2009 21:15:23 -0000	1.10
+++ exportables.module	3 Nov 2009 15:08:00 -0000
@@ -927,5 +927,9 @@ function _exportables_features_export_re
 
   $type_info = exportables_type_info($type);
 
-  return array($type_info['hook name'] => $output);
+  return array(
+    $type_info['hook name'] => $output,
+    'enable'  => "  exportables_sync('$type', '$module');",
+    'disable' => "  exportables_unsync('$type', '$module');",
+  );
 }
