IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2005, 4:03:32 AM (21 years ago)
Author:
eugene
Message:

fixed help bugs, scheduler fixes

Location:
trunk/Ohana/src/opihi/pantasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/LocalJob.c

    r4689 r4691  
    102102  int result, waitstatus;
    103103
    104   fprintf (stderr, "checking on %d\n", job[0].pid);
    105 
    106104  /* check local job status */
    107105  result = waitpid (job[0].pid, &waitstatus, WNOHANG);
     
    137135        exit (1);
    138136      }
    139       fprintf (stderr, "waited for %d\n", result);
    140      
    141137      if (WIFEXITED(waitstatus)) {
    142138        job[0].state = JOB_EXIT;
  • trunk/Ohana/src/opihi/pantasks/Makefile

    r4689 r4691  
    133133        rm -f $(HOME)/$*/help/*~
    134134        rm -f $(HOME)/$*/help/#*
    135         cp $(HOME)/$*/help/* $(DESTHLP)/
     135        for i in `find $(HOME)/$*/help -type f -maxdepth 1`; do cp -f $$i $(DESTHLP); done
Note: See TracChangeset for help on using the changeset viewer.