mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
radio control based on hamlib libraries, DX cluster connection, band map, QRZ.com/HamQTH.com callbook (XML access), IOTA support, a grayliner, propagation indicator, xplanet support (maps in azimuthal projection centered in your QTH), OK1RR free QSL manager database etc. Reviewed by: db, skreuzer Approved by: db, skreuzer (mentors) Differential Revision: https://phabric.freebsd.org/D313
11 lines
580 B
ObjectPascal
11 lines
580 B
ObjectPascal
--- src/fRotControl.pas.orig 2014-06-30 23:40:26.000000000 -0700
|
|
+++ src/fRotControl.pas 2014-06-30 23:40:33.000000000 -0700
|
|
@@ -130,7 +130,7 @@
|
|
rotor.RotId := 1
|
|
else
|
|
rotor.RotId := id;
|
|
- 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','');
|