Index: tools/Scripts/Logon
===================================================================
--- tools/Scripts/Logon	(revision 148)
+++ tools/Scripts/Logon	(revision 162)
@@ -10,4 +10,10 @@
 export PATH=$DIMDIR/linux:/home/daqct3/fact_repos.svn/tools/Scripts:/usr/local/Trolltech/Qt-4.4.3/bin:.:$PATH
 
+echo
+echo Note: hvcontrol needs Evidence configuration server running on $DIM_DNS_NODE
+echo "To start, log on as user 'daqct3' and execute 'start' script"
+echo Contact: Oliver Grimm, 32192
+echo
+
 # Check if repository is a mixed or locally modified version (only for login shell))
 # The revision warning is given only once at login.
@@ -15,7 +21,7 @@
 if  [[ "${USER}" == "daqct3" ]]; then
 if shopt -q login_shell; then
-if [[ `svnversion fact_repos* -n` =~ [:M] ]]
+if [[ `svnversion fact_repos*/drsdaq -n` =~ [:M] ]]
   then
-    xterm -e "echo 'Warning: fact_repos.svn does not have a single revision number';
+    xterm -e "echo 'Warning: drsdaq in repository does not have a single revision number';
     echo 'Make an update before starting a run!';
     echo 'Contact O.Grimm, T.Kraehenbuehl, or Q.Weitzel in case you need help';
