]> jspc29.x-matter.uni-frankfurt.de Git - daqdocu.git/commitdiff
RL: Update of user scripts
authorhadaq <hadaq>
Thu, 13 Dec 2012 11:29:12 +0000 (11:29 +0000)
committerhadaq <hadaq>
Thu, 13 Dec 2012 11:29:12 +0000 (11:29 +0000)
trb3/trb3qs_configuration.tex
trb3/trb3qs_software.tex

index 56d843d4ef76c4883092eb5e7e47b76e28c61067..c662d0f45bdc113d3f3ebd58cc53ad24dcd17526 100644 (file)
@@ -176,10 +176,10 @@ Listing \ref{lst:trb3user}). On need to adjust only three variables with the
 name of DAQ host (DNS name), TRB number (DNS name) and ID of TRBnet daemon to
 run.
 
-\begin{lstlisting}[label=,caption=Adjusting variables for TRBnet]
-DAQHOSTNAME=localhost
-TRBID=trb033
-TRBNETID=1
+\begin{lstlisting}[label=,caption=~/trb3user/setenv.sh - Adjusting variables for TRBnet]
+export DAQHOSTNAME=localhost
+export TRBID=trb033                    # this is the number labelled on the trb3
+export TRBNETID=1
 \end{lstlisting}
 
 This script should be called once with command
index 2b65256705cedc6066277c2992bc917e61cabd05..3f28106c36a7c8724e80bfc83ad895d3c8c4eb2d 100644 (file)
@@ -71,7 +71,7 @@ $ tar zxvf trb3userscripts.tar.gz
 To adjust script to his system should edit file \verb+~/trb3user/setenv.sh+ and
 adjust paths to trb3 software
 
-\begin{lstlisting}[label=,caption=Variables to be adjusted]
+\begin{lstlisting}[label=,caption=~/trb3user/setenv.sh - Variables to be adjusted]
 # normally HOME variable should host proper value
 #HOME=/home/hadaq # uncomment this line only if you kow what are you doing