For message passing for "--remote", fall back to $HOME/.pv instead of /tmp if /run/user/<uid> is unavailable.

This commit is contained in:
Andrew Wood
2023-10-01 12:41:27 +01:00
parent 07f894f66c
commit dbf55eff3c
3 changed files with 43 additions and 11 deletions
+1 -1
View File
@@ -692,7 +692,7 @@ The
option requires that either
.B /run/user/<uid>/
or
.B /tmp/
.B $HOME/
can be written to, for inter-process communication.
.P
If you find any other problems, please report them.
+1 -1
View File
@@ -518,7 +518,7 @@ The following problems are known to exist in **pv**:
**cygserver** before using **pv -c**.
- The **-R** option requires that either **/run/user/\<uid\>/** or
**/tmp/** can be written to, for inter-process communication.
**$HOME/** can be written to, for inter-process communication.
If you find any other problems, please report them.