IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2004, 5:18:05 PM (22 years ago)
Author:
eugene
Message:

fixed db open/close operations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/imreg/SetSignals.c

    r2802 r2823  
    9393
    9494  /* send signal to remote machine */
    95   if (!rconnect (machine, "/usr/bin/rsh", &rsock, &wsock)) {
     95  if (!rconnect (machine, CONNECT, &rsock, &wsock)) {
    9696    fprintf (stderr, "can't make connection to machine %s to kill process %d\n", machine, pid);
    9797    exit (1);
     
    100100  write (wsock, line, strlen (line));
    101101
    102   for (i = 0; i < 100; i++) {
     102  for (i = 0; i < 300; i++) {
    103103    if (stat (pidfile, &filestat) == -1) exit (0);
    104104    usleep (100000);
Note: See TracChangeset for help on using the changeset viewer.