Index: includes/bootstrap.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v
retrieving revision 1.71
diff -u -F^f -r1.71 bootstrap.inc
--- includes/bootstrap.inc	21 Nov 2005 16:24:41 -0000	1.71
+++ includes/bootstrap.inc	21 Nov 2005 19:42:31 -0000
@@ -82,29 +82,31 @@ function timer_stop($name) {
 /**
  * Locate the appropriate configuration file.
  *
- * Try finding a matching configuration directory by stripping the
- * website's hostname from left to right and pathname from right to
- * left.  The first configuration file found will be used, the
- * remaining will ignored.  If no configuration file is found,
- * return a default value '$confdir/default'.
+ * Try finding a matching configuration directory by stripping the website's
+ * hostname from left to right and pathname from right to left. The first
+ * configuration file found will be used, the remaining will ignored. If no
+ * configuration file is found, return a default value '$confdir/default'.
  *
  * Example for a fictitious site installed at
- * http://www.drupal.org/mysite/test/ the 'settings.php' is
- * searched in the following directories:
+ * http://www.drupal.org:8080/mysite/test/ the 'settings.php' is searched in
+ * the following directories:
  *
- *  1. $confdir/www.drupal.org.mysite.test
- *  2. $confdir/drupal.org.mysite.test
- *  3. $confdir/org.mysite.test
- *
- *  4. $confdir/www.drupal.org.mysite
- *  5. $confdir/drupal.org.mysite
- *  6. $confdir/org.mysite
- *
- *  7. $confdir/www.drupal.org
- *  8. $confdir/drupal.org
- *  9. $confdir/org
+ *  1. $confdir/8080.www.drupal.org.mysite.test
+ *  2. $confdir/www.drupal.org.mysite.test
+ *  3. $confdir/drupal.org.mysite.test
+ *  4. $confdir/org.mysite.test
+ *
+ *  5. $confdir/8080.www.drupal.org.mysite
+ *  6. $confdir/www.drupal.org.mysite
+ *  7. $confdir/drupal.org.mysite
+ *  8. $confdir/org.mysite
+ *
+ *  9. $confdir/8080.www.drupal.org
+ * 10. $confdir/www.drupal.org
+ * 11. $confdir/drupal.org
+ * 12. $confdir/org
  *
- * 10. $confdir/default
+ * 13. $confdir/default
  */
 function conf_init() {
   static $conf = '';
