Lines 1-21
Link Here
|
1 |
--- src/tspc.c.orig Tue Sep 11 23:41:05 2001 |
1 |
--- src/tspc.c.orig Wed Sep 10 07:44:23 2003 |
2 |
+++ src/tspc.c Thu Oct 11 13:27:31 2001 |
2 |
+++ src/tspc.c Thu Oct 23 11:13:55 2003 |
3 |
@@ -178,7 +178,7 @@ |
3 |
@@ -205,7 +205,7 @@ |
4 |
int Initialise(int argc, char *argv[], tConf *Conf) |
4 |
int Initialise(int argc, char *argv[], tConf *Conf) |
5 |
{ |
5 |
{ |
6 |
tConf CmdLine; |
6 |
tConf CmdLine; |
7 |
- char *Templ = "template"; |
7 |
- char *Templ = "template"; |
8 |
+ char *Templ = "bin"; |
8 |
+ char *Templ = "bin"; |
9 |
extern int ReadConfigFile(char *File, tConf *Conf); |
|
|
10 |
|
9 |
|
11 |
Conf->tsp_dir = NULL; |
10 |
Conf->tsp_dir = NULL; |
12 |
@@ -554,7 +554,7 @@ |
11 |
Conf->server = ""; |
13 |
SetEnv("TSP_VERBOSE", buf, 1); |
|
|
14 |
SetEnv("TSP_HOME_DIR", TspHomeDir, 1); |
15 |
|
16 |
- snprintf(buf, sizeof buf, "%s%s%c%s.%s", ScriptInterpretor, ScriptDir, DirSeparator, Conf.template, ScriptExtension); |
17 |
+ snprintf(buf, sizeof buf, "%s%s%ctspc-%s.%s", ScriptInterpretor, ScriptDir, DirSeparator, Conf.template, ScriptExtension); |
18 |
|
19 |
Display(2, ELInfo, "SetUpInterface", "Executing configuration script.\n"); |
20 |
Display(2, ELInfo, "SetUpInterface", buf); |
21 |
|