]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
BUGBUG still special case for one installation
authormuench <muench>
Fri, 18 Feb 2000 13:35:34 +0000 (13:35 +0000)
committermuench <muench>
Fri, 18 Feb 2000 13:35:34 +0000 (13:35 +0000)
hadaq/ctrlctu.c

index cbb5bca4bceb36cc4404da8740eca4533b45e6d5..00fc24afd63daac9eec646ad3a34bc7e99b57d67 100644 (file)
@@ -71,14 +71,15 @@ int main(int argc, char *argv[])
        Worker_initEnd(worker);
 
        sleep(1);
-       system("/home/hades/bin/dtuctrl -t ctu reset");
-       system("/home/hades/bin/dtuctrl -t ctu rate 1");
-       system("/home/hades/bin/dtuctrl -t ctu start");
+       system("/usr/local/bin/dtuctrl -t ctu reset");
+       system("/usr/local/bin/dtuctrl -t ctu rate 1");
+       system("/usr/local/bin/dtuctrl -t ctu start");
        (*ctuEnabled) = 1;
        if (0 == setjmp(terminateJmp)) {
                sleep(32767);
        }
-       system("/home/hades/bin/dtuctrl -t ctu stop");
+       sleep(3);
+       system("/usr/local/bin/dtuctrl -t ctu stop");
        (*ctuEnabled) = 0;
 
        Worker_fini(worker);