Branch: Tag:

1999-05-21

1999-05-21 14:20:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved diagnostics.

Rev: server/base_server/roxen.pike:1.284

1:   /* -  * $Id: roxen.pike,v 1.283 1999/05/19 09:32:16 peter Exp $ +  * $Id: roxen.pike,v 1.284 1999/05/21 14:20:35 grubba Exp $    *    * The Roxen Challenger main program.    *
7:    */      // ABS and suicide systems contributed freely by Francesco Chemolli - constant cvs_version="$Id: roxen.pike,v 1.283 1999/05/19 09:32:16 peter Exp $"; + constant cvs_version="$Id: roxen.pike,v 1.284 1999/05/21 14:20:35 grubba Exp $";      object backend_thread;   object argcache;
3364:    }    if(!main_configuration_port)    { +  if (sizeof(configuration_ports)) { +  // This case happens when you delete the main config port, +  // but still have others left. +  main_configuration_port = values(configurations_ports)[0]; +  } else {    report_error(LOCALE->no_config_port());    if(first)    exit( -1 ); // Restart.    }    } -  + }   #include <stat.h>   // Find all modules, so a list of them can be presented to the   // user. This is not needed when the server is started.