Index: trunk/Ohana/src/opihi/pcontrol/init.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/init.c	(revision 8424)
+++ trunk/Ohana/src/opihi/pcontrol/init.c	(revision 10693)
@@ -10,9 +10,8 @@
 int status      PROTO((int, char **));
 int run         PROTO((int, char **));
-int stop        PROTO((int, char **));
 int stderr_pc   PROTO((int, char **));
 int stdout_pc   PROTO((int, char **));
 int verbose     PROTO((int, char **));
-int version         PROTO((int, char **));
+int version     PROTO((int, char **));
 
 // pulse is only available in the un-threaded version
@@ -23,6 +22,6 @@
   {"hoststack", hoststack, "list hosts for a single stack"},
   {"status",    status,    "get system status"},
-  {"stop",      stop,      "stop controller processing"},
-  {"run",       run,       "start controller processing"},
+  {"stop",      run,       "stop controller processing"},
+  {"run",       run,       "set controller runlevel"},
   {"verbose",   verbose,   "set the verbose mode for job"},
   {"version",   version,   "show version information"},
