Index: trunk/Ohana/src/opihi/pcontrol/rconnect.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/rconnect.c	(revision 13720)
+++ trunk/Ohana/src/opihi/pcontrol/rconnect.c	(revision 16472)
@@ -58,5 +58,5 @@
     status = execvp (argv[0], argv); 
     gprint (GP_ERR, "error starting remote shell process\n");
-    pcontrol_exit (1);
+    pcontrol_exit (60);
   }
   free (argv);
@@ -122,5 +122,5 @@
   if ((result == -1) && (errno != ECHILD)) {
     gprint (GP_ERR, "unexpected error from waitpid (%d): programming error\n", errno);
-    pcontrol_exit (1);
+    pcontrol_exit (61);
   }
   if (result == 0) {
@@ -130,9 +130,9 @@
     if (result != pid) {
       gprint (GP_ERR, "waitpid error: mis-matched PID (%d vs %d).  programming error\n", result, pid);
-      pcontrol_exit (1);
+      pcontrol_exit (62);
     }
     if (WIFSTOPPED(waitstatus)) {
       gprint (GP_ERR, "waitpid returns 'stopped': programming error\n");
-      pcontrol_exit (1);
+      pcontrol_exit (63);
     }
   }
