A good example is:
\verb+~/trbsoft/daqtools/users/gsi_dirc/startup.sh+
+After an update of the daqtools repository, you have to update the xml-db register files:
+\verb+cd trbsoft/daqtools/xml-db;./xml-db.pl+
\subsection{CTS monitor configuration}
run the build script. At the end do not forget to export your new locations to
\verb+$PATH+. The full procedure is shown in following snippet.
+This is not required if you use DABC as data taking platform.
+
% \begin{verbatim}
\begin{lstlisting}[label=,caption=Preparation of Event Builder]
cd ~/
export DAQOPSERVER=localhost:11
export PATH=$PATH:~/trbnettools/bin
export PATH=$PATH:~/daqdata/bin
+export PERL5LIB=~/daqtools/perllibs
\end{lstlisting}