mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:59:27 +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
|
||||
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.ServerID := NameForServer+'client';
|
||||
fServerIn.Global := True;
|
||||
|
Loading…
Reference in New Issue
Block a user