ControlScripts: client_script_mappings updated for xbtut support
authorCalin Burloiu <calin.burloiu@gmail.com>
Mon, 25 Oct 2010 11:06:01 +0000 (14:06 +0300)
committerCalin Burloiu <calin.burloiu@gmail.com>
Mon, 25 Oct 2010 11:06:11 +0000 (14:06 +0300)
ControlScripts/client_script_mappings

index c7fc6bf..2f2d01b 100644 (file)
@@ -66,6 +66,10 @@ start_client()
                        clients/tribler/start_tribler_proxy.sh 04 &
                        return $!
                        ;;
+               "xbtut")
+                       clients/xbt-unified-tracker/start_xbtut.sh &
+                       return $!
+                       ;;
        esac
 }
 
@@ -99,6 +103,9 @@ stop_client()
                "tribler_proxy_04")
                        clients/tribler/stop_tribler.sh
                        ;;
+               "xbtut")
+                       clients/xbt-unified-tracker/stop_xbtut.sh
+                       ;;
        esac
 }