Roxen.git/
server/
base_server/
mainconfig.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-07-11
1998-07-11 18:48:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f47f29aa0f09cc3759bedbb593ab68501d227198 (
8
lines) (+
4
/-
4
)
[
Show
|
Annotate
]
Branch:
5.2
Removed hardcoded path to ../logs/.
Rev: server/base_server/mainconfig.pike:1.107
1:
inherit "config/builders";
-
string cvs_version = "$Id: mainconfig.pike,v 1.
106
1998/07/
07
17
:
16
:
39
grubba Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
107
1998/07/
11
18
:
48
:
30
grubba Exp $";
//inherit "roxenlib"; inherit "config/draw_things";
838:
(sscanf(arr[1..]*" ", "%*s'%s'", from) == 2) && (tmp = roxen->copy_configuration(from, name))) {
-
// FIXME: Should "../logs/" be hard-coded here?
-
tmp["spider#0"]->LogFile =
-
"../logs/"
+
roxenp()->short_name(name) + "/Log";
+
tmp["spider#0"]->LogFile =
GLOBVAR(logdirprefix)
+
"/"
+
+
roxenp()->short_name(name) + "/Log";
roxenp()->save_it(name); roxen->enable_configuration(name); }