mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:59:06 +02:00
chmhelp: clean up old ipc files
git-svn-id: trunk@37814 -
This commit is contained in:
parent
788a19edd4
commit
8259668bfb
@ -109,6 +109,13 @@ var
|
|||||||
begin
|
begin
|
||||||
Result := False;
|
Result := False;
|
||||||
|
|
||||||
|
{$IFDEF Unix}
|
||||||
|
{$NOTE ToDo: fix simpleipc to allow changing the filenames, then fix this }
|
||||||
|
// clean up old files
|
||||||
|
DeleteFileUTF8('/tmp/lazhelp');
|
||||||
|
DeleteFileUTF8('/tmp/lazhelpclient');
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
fServerIn.Active := False;
|
fServerIn.Active := False;
|
||||||
fServerIn.ServerID := NameForServer+'client';
|
fServerIn.ServerID := NameForServer+'client';
|
||||||
fServerIn.Global := True;
|
fServerIn.Global := True;
|
||||||
|
Loading…
Reference in New Issue
Block a user