IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 12, 2005, 5:00:47 PM (21 years ago)
Author:
eugene
Message:

pcontrol dev work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/host.c

    r3203 r3204  
    2222    remove_argument (N, &argc, argv);
    2323    Off = TRUE;
     24  }
     25 
     26  /* this section needs some help: find the specified host in the stacks */
     27  On = FALSE;
     28  if ((N = get_argument (argc, argv, "-off"))) {
     29    if (Delete || Off) {
     30      fprintf (stderr, "only one of -delete, -off, -on\n");
     31      return (FALSE);
     32    }
     33    remove_argument (N, &argc, argv);
     34    On = TRUE;
    2435  }
    2536 
Note: See TracChangeset for help on using the changeset viewer.