]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
users/mainz: trbnetd is only in binlocal, renamed trigger
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Mon, 29 Apr 2013 11:55:33 +0000 (13:55 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Mon, 29 Apr 2013 11:55:33 +0000 (13:55 +0200)
users/mainz_kph_a2/setup.sh
web/CtsPlugins/CtsMod61.pm

index 4ae31a666ec54744a3dc84a32d9e6ff9e2953f55..57097d8aeedd9f448e27641a5bdbee51de0712ff 100755 (executable)
@@ -17,7 +17,7 @@ if [[ $? = 0 ]]; then
     echo "trbnetd already running, skipping setup (but exports done)."
     return
 fi
-trbnetd
+${HOME}/trbsoft/trbnettools/binlocal/trbnetd
 
 
 ##### TRBNET #####
index 01bb8c2a4ca054badd04cdfeaf3644413ab1b8ab..ec945d277b055112e821d55c9a804d6ad9424879 100644 (file)
@@ -38,7 +38,7 @@ sub init {
          'export' => 1
       });
 
-   $self->{'_cts'}->getProperties->{'itc_assignments'}[$header->{'itc_base'}] = "Ext. Logic - A2";
+   $self->{'_cts'}->getProperties->{'itc_assignments'}[$header->{'itc_base'}] = "External Trigger - A2";
 }
 
 1;