IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 15, 2003, 11:21:54 PM (23 years ago)
Author:
eugene
Message:

support for -daemon

File:
1 edited

Legend:

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

    r69 r74  
    1 # include "controller.h"
     1# include "imregister.h"
     2# include "imreg.h"
    23
    34void SIG_DIE (int sig) {
     
    109110  if (!LoadPID (pidfile, &pid, username, machine)) {
    110111    fprintf (stderr, "imstatreg is not running\n");
    111     exit (0);
     112    exit (2);
    112113  }
    113114
Note: See TracChangeset for help on using the changeset viewer.