Index: install.php
===================================================================
RCS file: /cvs/drupal/drupal/install.php,v
retrieving revision 1.30
diff -u -p -r1.30 install.php
--- install.php	17 Dec 2006 06:51:47 -0000	1.30
+++ install.php	27 Dec 2006 02:46:58 -0000
@@ -87,6 +87,9 @@ function install_main() {
   if (!drupal_verify_install_file($settings_file, FILE_EXIST|FILE_READABLE|FILE_NOT_WRITABLE)) {
     drupal_set_message(st('All necessary changes to %file have been made, so you should now remove write permissions to this file. Failure to remove write permissions to this file is a security risk.', array('%file' => $settings_file)), 'error');
   }
+  else {
+    drupal_set_message(st('All necessary changes to %file have been made. It has been set to read-only for security.', array('%file' => $settings_file)));
+  }
 
   // Show end page.
   install_complete($profile);
