diff options
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 633979f..4651a69 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -8463,25 +8463,10 @@ Build the OpenSim. | |||
8463 | // Set x,y to huge values, to work around an OpenSim bug. | 8463 | // Set x,y to huge values, to work around an OpenSim bug. |
8464 | "new-session -d -x 256 -y 420 -s %s -n '%s' bash -c 'export PATH=%s:$PATH; printf \"\\033]0;SledjChisl\\007\"; " | 8464 | "new-session -d -x 256 -y 420 -s %s -n '%s' bash -c 'export PATH=%s:$PATH; printf \"\\033]0;SledjChisl\\007\"; " |
8465 | "/usr/bin/valgrind --leak-check=full %s/current/bin/sledjchisl %s %s; cd %s; bash' \\; " | 8465 | "/usr/bin/valgrind --leak-check=full %s/current/bin/sledjchisl %s %s; cd %s; bash' \\; " |
8466 | // "split-window -vp 50 -d -t '%s:0.0' \\; " | ||
8467 | // "split-window -hp 50 -d -t '%s:0.1' \\; " | ||
8468 | // "split-window -hp 50 -d -t '%s:0.0' " | ||
8469 | // TODO - remove this once we handle the fcgi stuff ourselves. | ||
8470 | // Make the FCGI socket world read / write, coz we can't set it to group www-data, since -G only works for root, and we ain't root. | ||
8471 | // TODO - BIG SECURITY HOLE??? | ||
8472 | // "bash -c 'export PATH=%s:$PATH; printf \"\\033]0;FCGI web server\\007\"; sleep 2;" // The sleep is so that both are not creating the .shini files at the same time. | ||
8473 | // "spawn-fcgi -n -u %s -s %s/sledjchisl.socket -M 0666 -G www-data -- /usr/bin/valgrind --leak-check=full %s/current/bin/sledjchisl %s; " | ||
8474 | // "cd %s; bash'" | ||
8475 | , | 8466 | , |
8476 | pre, Tcmd, scRun, Tsocket, scBin, | 8467 | pre, Tcmd, scRun, Tsocket, scBin, |
8477 | Tconsole, Ttab, scBin, | 8468 | Tconsole, Ttab, scBin, |
8478 | scRoot, modeStrings[currentMode], FLAG(v) ? "-v" : "", scRoot | 8469 | scRoot, modeStrings[currentMode], FLAG(v) ? "-v" : "", scRoot |
8479 | // Tconsole, | ||
8480 | // Tconsole, | ||
8481 | // Tconsole, | ||
8482 | // scBin, | ||
8483 | // scUser, scRun, scRoot, FLAG(v) ? "-v" : "", | ||
8484 | // scRoot | ||
8485 | ); | 8470 | ); |
8486 | else | 8471 | else |
8487 | snprintf(toybuf, sizeof(toybuf), | 8472 | snprintf(toybuf, sizeof(toybuf), |