X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fwirtcl.c;h=f70cbcbac8621323672be138793c0b0bd9db9d83;hb=7c2d86a77557592c7dd8d5415d8345f9bb74661c;hp=b45ec48fab2e81800cf5e0a032bbd9b540c239b1;hpb=cc5af6a5323f9576c208519dbf4351b4f818e166;p=egate.git diff --git a/www/wirtcl.c b/www/wirtcl.c index b45ec48..f70cbcb 100644 --- a/www/wirtcl.c +++ b/www/wirtcl.c @@ -41,7 +41,18 @@ * USE OR PERFORMANCE OF THIS SOFTWARE. * * $Log: wirtcl.c,v $ - * Revision 1.11 1996/01/09 16:16:49 adam + * Revision 1.14 1996/02/12 10:10:31 adam + * Resource/config system used by the gateway. + * + * Revision 1.13 1996/01/24 08:26:54 adam + * All tcl commands prefixed with egw_ (except the html command). + * + * Revision 1.12 1996/01/12 10:05:18 adam + * If script name ends with ';' HTTP/GET/Expires will be defined. + * The cgi interface only reads final handshake if response from + * server (shell) was zero-terminated [If it isn't it probably died]. + * + * Revision 1.11 1996/01/09 16:16:49 adam * Port to OSF/1. Gif references moved from /gif/ to /egwgif/. * * Revision 1.10 1996/01/09 10:46:50 adam @@ -172,9 +183,9 @@ static void *do_create (WCLIENT wcl, void *args) gw_log (GW_LOG_FATAL, mod, "Cannot make Irtcl_Interp"); exit (1); } - log_init(LOG_ALL, "irtcl", LOGDIR "/irtcl_log"); + log_init(LOG_ALL, "irtcl", "irtcl_log"); /* initialize irtcl */ - Tcl_CreateCommand (p->interp, "zwait", proc_zwait_invoke, p, NULL); + Tcl_CreateCommand (p->interp, "egw_wait", proc_zwait_invoke, p, NULL); for (i=0; i