diff options
author | Pavel Roskin <plroskin@gmail.com> | 2017-03-14 21:45:50 -0700 |
---|---|---|
committer | jsorg71 <jay.sorg@gmail.com> | 2017-03-17 22:25:05 -0700 |
commit | 58c9cb43e9e83a6f5cc8a13cd84aa67cce8cacd5 (patch) | |
tree | 4440da8a15401e221175c4b6d3df6c44253e3f2e /docs/man/xrdp-chansrv.8.in | |
parent | fc2572f60b574cf5bc45f1c7b58698681f39ac50 (diff) | |
download | xrdp-proprietary-58c9cb43e9e83a6f5cc8a13cd84aa67cce8cacd5.tar.gz xrdp-proprietary-58c9cb43e9e83a6f5cc8a13cd84aa67cce8cacd5.zip |
Make socket directory configurable, don't hardcode /tmp/.xrdp
Use XRDP_SOCKET_PATH in file_loc.h
Don't define any non-socket paths in file_loc.h, they should come from
the makefiles.
Define all paths unconditionally, they should not be defined elsewhere.
Pass XRDP_SOCKET_PATH as environment variable to the backends.
Diffstat (limited to 'docs/man/xrdp-chansrv.8.in')
-rw-r--r-- | docs/man/xrdp-chansrv.8.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/xrdp-chansrv.8.in b/docs/man/xrdp-chansrv.8.in index 332a1907..62edd3b2 100644 --- a/docs/man/xrdp-chansrv.8.in +++ b/docs/man/xrdp-chansrv.8.in @@ -30,10 +30,10 @@ Dynamic Virtual Channel .SH FILES .TP -.I /tmp/.xrdp/xrdp_chansrv_socket_* +.I @socketdir@/xrdp_chansrv_socket_* UNIX socket used by external programs to implement channels. .TP -.I /tmp/.xrdp/xrdp_api_* +.I @socketdir@/xrdp_api_* UNIX socket used by \fBxrdp\-chansrv\fP to communicate with \fBxrdp\-sesman\fP. .TP .I $XDG_DATA_HOME/xrdp/xrdp-chansrv.log |