Index: tools/Scripts/Logon
===================================================================
--- tools/Scripts/Logon	(revision 125)
+++ tools/Scripts/Logon	(revision 148)
@@ -1,13 +1,17 @@
-# This script file is sourced in .bashrc
-#
+#!/bin/bash
+
+# This script should be sourced in .bashrc
+
+export DIM_DNS_NODE=ihp-pc26.ethz.ch
+export DIM_HOST_NODE=$HOST.ethz.ch
+export DIMDIR=/usr/local/dim_v19r9/
+
+export LD_LIBRARY_PATH=/usr/local/qwt-5.2.0/lib:$DIMDIR/linux:$LD_LIBRARY_PATH
+export PATH=$DIMDIR/linux:/home/daqct3/fact_repos.svn/tools/Scripts:/usr/local/Trolltech/Qt-4.4.3/bin:.:$PATH
+
+# Check if repository is a mixed or locally modified version (only for login shell))
 # The revision warning is given only once at login.
 
-export LD_LIBRARY_PATH=/usr/local/qwt-5.2.0/lib:$LD_LIBRARY_PATH
-export PATH=/home/daqct3/fact_repos.svn/tools/Scripts:/usr/local/Trolltech/Qt-4.4.3/bin:.:$PATH
-export DIM_DNS_NODE=ihp-pc26.ethz.ch
-export DIM_HOST_NODE=$HOST.ethz.ch
-
-# Check if repository is a mixed or locally modified version (only for login shell))
-
+if  [[ "${USER}" == "daqct3" ]]; then
 if shopt -q login_shell; then
 if [[ `svnversion fact_repos* -n` =~ [:M] ]]
@@ -20,2 +24,3 @@
 fi
 fi
+fi
