Branch: Tag:

1997-08-19

1997-08-19 00:37:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

module->start() now gets the current-configuration as the second argument.

Rev: server/base_server/config/savers.pike:1.5
Rev: server/base_server/mainconfig.pike:1.73
Rev: server/base_server/module.pike:1.22
Rev: server/modules/graphics/graphic_text.pike:1.53

1:   inherit "config/builders"; - string cvs_version = "$Id: mainconfig.pike,v 1.72 1997/08/18 00:37:45 per Exp $"; + string cvs_version = "$Id: mainconfig.pike,v 1.73 1997/08/19 00:36:13 grubba Exp $";   //inherit "roxenlib";   inherit "config/draw_things";   
144:    roxen->configuration_interface_obj->changed_port_servers[config()] = 1;    // A port was changed in the current server...    } -  if(saver) saver(this_object()); +  if(saver) saver(this_object(), config());    }   }