From dac8bf728a9332497b39a2f71371b73d85fd89df Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 14 Jan 2016 16:32:09 +0000 Subject: [PATCH] PIDDIR should be /var/run, not /var/run/xrdp There are no references to /var/run/xrdp anywhere else in the code. --- instfiles/init.d/xrdp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instfiles/init.d/xrdp b/instfiles/init.d/xrdp index dcdb01a4..e6c6e123 100644 --- a/instfiles/init.d/xrdp +++ b/instfiles/init.d/xrdp @@ -18,7 +18,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin BASE=__BASE__ DAEMON=${BASE}/sbin/xrdp SDAEMON=${BASE}/sbin/xrdp-sesman -PIDDIR=/var/run/xrdp/ +PIDDIR=/var/run/ SESMAN_START=yes #USERID=xrdp # the X11rdp backend only works as root at the moment - GH 20/03/2013