? phpinfo.php
? profile_descriptions.patch
? sites/default/databaseinstall_1.patch
? sites/default/files
? sites/default/settings.php
Index: profiles/default/default.profile
===================================================================
RCS file: /cvs/drupal/drupal/profiles/default/default.profile,v
retrieving revision 1.27
diff -u -p -r1.27 default.profile
--- profiles/default/default.profile	21 Aug 2008 19:36:39 -0000	1.27
+++ profiles/default/default.profile	24 Aug 2008 17:49:14 -0000
@@ -21,8 +21,8 @@ function default_profile_modules() {
  */
 function default_profile_details() {
   return array(
-    'name' => 'Drupal',
-    'description' => 'Select this profile to enable some basic Drupal functionality and the default theme.'
+    'name' => 'Drupal (normal)',
+    'description' => 'Select this profile to work with a beginning Drupal site, complete with common page creation tools and a default theme.'
   );
 }
 
Index: profiles/expert/expert.profile
===================================================================
RCS file: /cvs/drupal/drupal/profiles/expert/expert.profile,v
retrieving revision 1.1
diff -u -p -r1.1 expert.profile
--- profiles/expert/expert.profile	5 Jul 2008 10:58:12 -0000	1.1
+++ profiles/expert/expert.profile	24 Aug 2008 17:49:14 -0000
@@ -21,8 +21,8 @@ function expert_profile_modules() {
  */
 function expert_profile_details() {
   return array(
-    'name' => 'Drupal (experts only)',
-    'description' => 'Select this profile to install with only minimum functionality enabled.'
+    'name' => 'Drupal (minimalist)',
+    'description' => 'Select this profile to install Drupal with only a minimal set of basic features.'
   );
 }
 
