# Email gateway - general kernel resources
-# $Id: default.res,v 1.24 1995/05/22 11:42:48 adam Exp $
+# $Id: default.res,v 1.25 1995/05/23 08:12:59 adam Exp $
#
# Important directories, programs, etc.
gw.reply.mta: /usr/lib/sendmail
gw.reply.tmp.dir: /tmp
#gw.path: /home/adam/egate/kernel
gw.marc.log: marc.log
-gw.timeout: 30
+gw.timeout: 300
gw.resultset: 1
gw.persist: 1
gw.max.process: 3
* Europagate, 1995
*
* $Log: monitor.c,v $
- * Revision 1.13 1995/05/22 11:42:48 adam
+ * Revision 1.14 1995/05/23 08:12:59 adam
+ * Minor changes.
+ *
+ * Revision 1.13 1995/05/22 11:42:48 adam
* Minor changes on dtbsun.
*
* Revision 1.12 1995/05/19 14:51:06 adam
gip_m = gips_initialize (MONITOR_FIFO_S);
r = gips_open (gip_m, MONITOR_FIFO_C, 0);
gip_m_fd = gip_infileno (gip_m);
+#if 1
open (MONITOR_FIFO_S, O_WRONLY);
-
+#endif
+ gw_log (GW_LOG_DEBUG, module, "Starting event loop");
while (1)
{
int fd_max;
* Europagate, 1995
*
* $Log: urp.c,v $
- * Revision 1.39 1995/05/22 14:57:30 adam
+ * Revision 1.40 1995/05/23 08:13:00 adam
+ * Minor changes.
+ *
+ * Revision 1.39 1995/05/22 14:57:30 adam
* Next default record position also set by last p=... in show.
*
* Revision 1.38 1995/05/19 13:26:00 adam
fprintf (reply_fd, "\n> %s\n", str);
if (!info.zass) /* fail? */
{
- fprintf (reply_fd, "%s\n",
+ fprintf (reply_fd, "\n%s\n",
gw_res_get (info.kernel_res, "gw.err.no.target",
"No connection established - "
"command ignored"));