Roxen.git
/
server
/
base_server
/
mainconfig.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/base_server/mainconfig.pike:1:
inherit "config/builders";
-
string cvs_version = "$Id: mainconfig.pike,v 1.
30
1997/
01
/
29
04
:
59
:
34
per
Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
31
1997/
02
/
07
21
:
11
:
20
nisse
Exp $";
inherit "roxenlib"; inherit "config/draw_things"; #include <confignode.h> #include <module.h> #define dR "00" #define dG "06" #define dB "30"
Roxen.git/server/base_server/mainconfig.pike:1206:
case NODE_MODULE_COPY_VARIABLE: case NODE_MODULE_COPY_VARIABLES: // Ehum? Lets zap the module instead of it's variables... o=o->up; case NODE_MODULE_COPY: string name; object n; name = module_short_name(o->data, o->config());
-
o->
conf
()->disable_module(name);
+
o->
config
()->disable_module(name);
// Remove the suitable part of the configuration file.
-
roxen->remove(name, o->
conf
());
+
roxen->remove(name, o->
config
());
o->change(-o->changed); n=o->up; o->dest(); if(!objectp(n)) { o=root; // Error, really, no parent module for this module class. } else { if(!sizeof(n->data->copies))