Index: trunk/Ohana/src/opihi/lib.shell/multicommand.c
===================================================================
--- trunk/Ohana/src/opihi/lib.shell/multicommand.c	(revision 16002)
+++ trunk/Ohana/src/opihi/lib.shell/multicommand.c	(revision 16472)
@@ -12,5 +12,5 @@
     /* check if down? */
     fprintf (stderr, "error: server fd already defined\n");
-    exit (1);
+    exit (30);
   }
 
@@ -18,5 +18,5 @@
   if (VarConfig ("PANTASKS_SERVER", "%s", hostname) == NULL) {
     gprint (GP_ERR, "pantasks server host undefined\n");
-    exit (2);
+    exit (31);
   }
 
@@ -71,5 +71,5 @@
 	      case EPIPE:
 		gprint (GP_ERR, "server connection has died\n");
-		exit (1);
+		exit (32);
 	      default:
 		gprint (GP_ERR, "server is busy...\n");
@@ -84,5 +84,5 @@
 	      case EPIPE:
 		gprint (GP_ERR, "server connection has died\n");
-		exit (1);
+		exit (33);
 	      default:
 		gprint (GP_ERR, "server is busy...\n");
@@ -99,5 +99,5 @@
 	      case EPIPE:
 		gprint (GP_ERR, "server connection has died\n");
-		exit (1);
+		exit (34);
 	      default:
 		gprint (GP_ERR, "server is busy...\n");
@@ -114,5 +114,5 @@
 	      case EPIPE:
 		gprint (GP_ERR, "server connection has died\n");
-		exit (1);
+		exit (35);
 	      default:
 		gprint (GP_ERR, "server is busy...\n");
