| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/comms/cqrlog/files/ |
Upload File : |
--- src/dUtils.pas.orig 2021-01-16 14:03:35 UTC
+++ src/dUtils.pas
@@ -2603,7 +2603,7 @@ var
proj: string = '';
begin
Result := '';
- Result := cqrini.ReadString('xplanet', 'path', '/usr/bin/xplanet');
+ Result := cqrini.ReadString('xplanet', 'path', '%%LOCALBASD%%/bin/xplanet');
myloc := cqrini.ReadString('Station', 'LOC', '');
customloc := cqrini.ReadString('xplanet', 'loc', '');
if not FileExists(Result) then
@@ -2953,7 +2953,7 @@ begin
if Device = '' then
exit;
- cmd := cqrini.ReadString('TRX', 'Path', '/usr/bin/rigctld');
+ cmd := cqrini.ReadString('TRX', 'Path', '%%LOCALBASE%%/bin/rigctld');
if not FileExists(cmd) then
exit;
cmd := cmd + ' --model=' + rigid;
@@ -3855,7 +3855,7 @@ end;
function TdmUtils.GetNewQSOCaption(capt: string): string;
begin
- Result := capt + ' ... (CQRLOG for Linux)';
+ Result := capt + ' ... (CQRLOG for FreeBSD)';
if dmData.LogName <> '' then
Result := Result + ', database: ' + dmData.LogName;
end;