mirror of
https://github.com/curl/curl.git
synced 2026-04-20 04:41:14 +03:00
pid files fixes, ftp server already-running-but-no-control check
This commit is contained in:
parent
e82d2dc634
commit
4677f733b2
3 changed files with 20 additions and 6 deletions
|
|
@ -33,7 +33,7 @@ if($verbose) {
|
|||
print "HTTP server started on port $port\n";
|
||||
}
|
||||
|
||||
open(PID, ">.server.pid");
|
||||
open(PID, ">.http.pid");
|
||||
print PID $$;
|
||||
close(PID);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue