Index: trunk/Ohana/src/opihi/pcontrol/StopHosts.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/StopHosts.c	(revision 16459)
+++ trunk/Ohana/src/opihi/pcontrol/StopHosts.c	(revision 16472)
@@ -92,5 +92,5 @@
     default:
       gprint (GP_ERR, "unknown status for pclient command: programming error\n");  
-      pcontrol_exit (1);
+      pcontrol_exit (57);
   }
   HarvestHost (host[0].pid);
@@ -140,5 +140,5 @@
       if (result != pid) {
 	gprint (GP_ERR, "waitpid error: mis-matched PID (%d vs %d).  programming error\n", result, pid);
-	pcontrol_exit (1);
+	pcontrol_exit (58);
       }
       
@@ -151,5 +151,5 @@
       if (WIFSTOPPED(waitstatus)) {
         gprint (GP_ERR, "waitpid returns 'stopped': programming error\n");
-	pcontrol_exit (1);
+	pcontrol_exit (59);
       }
   }
