summaryrefslogtreecommitdiff
path: root/comms/cqrlog/files/patch-src_fRotControl.pas
blob: d3cccf0eee42f8c7f8bdc235048a2080688db44c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/fRotControl.pas.orig	2018-06-17 12:42:42 UTC
+++ src/fRotControl.pas
@@ -150,7 +150,7 @@ begin
   if not TryStrToInt(cqrini.ReadString('ROT'+n,'poll','500'),poll) then
     poll := 500;
 
-  rotor.RotCtldPath := cqrini.ReadString('ROT','RigCtldPath','/usr/bin/rotctld');
+  rotor.RotCtldPath := cqrini.ReadString('ROT','RigCtldPath','%%LOCALBASE%%/bin/rotctld');
   rotor.RotCtldArgs := dmUtils.GetRotorRotCtldCommandLine(StrToInt(n));
   rotor.RunRotCtld  := cqrini.ReadBool('ROT'+n,'RunRotCtld',False);
   rotor.RotDevice   := cqrini.ReadString('ROT'+n,'device','');