aboutsummaryrefslogtreecommitdiff
path: root/comms/cqrlog/files/patch-src_fRotControl.pas
diff options
context:
space:
mode:
Diffstat (limited to 'comms/cqrlog/files/patch-src_fRotControl.pas')
-rw-r--r--comms/cqrlog/files/patch-src_fRotControl.pas8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/cqrlog/files/patch-src_fRotControl.pas b/comms/cqrlog/files/patch-src_fRotControl.pas
index d3cccf0eee42..a01232c2946c 100644
--- a/comms/cqrlog/files/patch-src_fRotControl.pas
+++ b/comms/cqrlog/files/patch-src_fRotControl.pas
@@ -1,11 +1,11 @@
---- src/fRotControl.pas.orig 2018-06-17 12:42:42 UTC
+--- src/fRotControl.pas.orig 2021-01-16 14:03:35 UTC
+++ src/fRotControl.pas
-@@ -150,7 +150,7 @@ begin
+@@ -285,7 +285,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.RotCtldPath := cqrini.ReadString('ROT','RotCtldPath','/usr/bin/rotctld');
++ rotor.RotCtldPath := cqrini.ReadString('ROT','RotCtldPath','%%LOCALBASE%%/bin/rotctld');
rotor.RotCtldArgs := dmUtils.GetRotorRotCtldCommandLine(StrToInt(n));
rotor.RunRotCtld := cqrini.ReadBool('ROT'+n,'RunRotCtld',False);
rotor.RotDevice := cqrini.ReadString('ROT'+n,'device','');