From 716e38d732e25c81b0797f30581b2e3423e39804 Mon Sep 17 00:00:00 2001 From: Tobias Weiss Date: Thu, 21 Sep 2017 03:30:56 +0200 Subject: [PATCH] minor config changes --- data/Labcontrol.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/Labcontrol.conf b/data/Labcontrol.conf index faabc23..0be3d84 100755 --- a/data/Labcontrol.conf +++ b/data/Labcontrol.conf @@ -41,7 +41,7 @@ client_ypos=1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1 # The name of the user of the clients which is used to conduct experiments user_name_on_clients=user -[Binary paths] +### Binary paths # Path to your lpr binary lpr_command=/usr/bin/lpr # Path to your netstat binary @@ -49,7 +49,7 @@ netstat_command=/bin/netstat # The command used to kill 'zleaf.exe' instances (part of the 'psmisc' package) killall_command=/usr/bin/killall # Where all Labcontrol data got installed -labcontrol_installation_directory=/usr/local/share/labcontrol #DOTO: REMOVE WHEN NOT NEEDED ANYMORE (AFTER 2.1.4 MIRGRATION +labcontrol_installation_directory=/usr/local/share/labcontrol #DOTO: REMOVE WHEN NOT NEEDED ANYMORE (AFTER 2.1.4 MIRGRATION) labcontrol_data_directory=/usr/local/share/labcontrol # Path to your latex binary latex_command=/usr/bin/latex