change XRDP_KEYMAP_PATH to FILE and added SESMAN defines
This commit is contained in:
parent
16f8932ee5
commit
9885ba88fa
@ -35,7 +35,7 @@
|
||||
#define XRDP_KEY_FILE "/etc/xrdp/rsakeys.ini"
|
||||
#endif
|
||||
|
||||
#if !defined(XRDP_KEYMAP_PATH)
|
||||
#if !defined(XRDP_KEYMAP_FILE)
|
||||
#define XRDP_KEYMAP_FILE "/etc/xrdp/km-%4.4x.ini"
|
||||
#endif
|
||||
|
||||
@ -51,4 +51,12 @@
|
||||
#define XRDP_SHARE_PATH "/usr/local/share/xrdp"
|
||||
#endif
|
||||
|
||||
#if !defined(SESMAN_PID_FILE)
|
||||
#define SESMAN_PID_FILE "/var/run/sesman.pid"
|
||||
#endif
|
||||
|
||||
#if !defined(SESMAN_CFG_FILE)
|
||||
#define SESMAN_CFG_FILE "/etc/xrdp/sesman.ini"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user