From d327c8edfec98a57456b4b172c3f16f44d839f6d Mon Sep 17 00:00:00 2001
From: Alexander Ivanov <alexander.ivanov@ligo.org>
Date: Tue, 23 Jul 2013 23:16:10 +0000
Subject: [PATCH] Include all Epics channels into science mode frame files.

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3420 6dcd42c9-f523-4c6d-aada-af552506706e
---
 config/Makefile.linux | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/Makefile.linux b/config/Makefile.linux
index 220f8e82f..73e06c475 100644
--- a/config/Makefile.linux
+++ b/config/Makefile.linux
@@ -126,7 +126,7 @@ install: $(DB)
 	  echo 'datatype=4' >> target/$(TARGET)/db/$$ifo/auto.ini; \
 	  echo 'ifoid=0' >> target/$(TARGET)/db/$$ifo/auto.ini; \
 	  echo 'slope=3.0518e-04' >> target/$(TARGET)/db/$$ifo/auto.ini; \
-	  echo 'acquire=1' >> target/$(TARGET)/db/$$ifo/auto.ini; \
+	  echo 'acquire=3' >> target/$(TARGET)/db/$$ifo/auto.ini; \
 	  echo 'offset=0' >> target/$(TARGET)/db/$$ifo/auto.ini; \
 	  echo 'units=V' >> target/$(TARGET)/db/$$ifo/auto.ini; \
 	  echo 'dcuid=4' >> target/$(TARGET)/db/$$ifo/auto.ini; \
-- 
GitLab