[pkg-remote-commits] [xrdp] 01/01: Ensure creation of /run directory.

Dominik George natureshadow-guest at moszumanska.debian.org
Thu Feb 9 12:22:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

natureshadow-guest pushed a commit to branch master
in repository xrdp.

commit 1d67bb891ccb3d27b99bf4fde1720135a1f464ce
Author: Dominik George <nik at naturalnet.de>
Date:   Thu Feb 9 12:48:35 2017 +0100

    Ensure creation of /run directory.
---
 debian/changelog            | 6 ++++++
 debian/patches/systemd.diff | 6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1ddbfb1..f545629 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xrdp (0.9.1-5) unstable; urgency=medium
+
+  * Ensure creation of /run directory. (Closes: #854548)
+
+ -- Dominik George <nik at naturalnet.de>  Thu, 09 Feb 2017 12:47:36 +0100
+
 xrdp (0.9.1-4) unstable; urgency=high
 
   [ Thorsten Glaser ]
diff --git a/debian/patches/systemd.diff b/debian/patches/systemd.diff
index 5bd46a5..76f1196 100644
--- a/debian/patches/systemd.diff
+++ b/debian/patches/systemd.diff
@@ -3,7 +3,7 @@ From: Dominik George <nik at naturalnet.de>
 Forwarded: https://github.com/neutrinolabs/xrdp/pull/646
 --- a/instfiles/xrdp-sesman.service
 +++ b/instfiles/xrdp-sesman.service
-@@ -1,12 +1,13 @@
+@@ -1,12 +1,14 @@
  [Unit]
  Description=xrdp session manager
 -After=syslog.target network.target
@@ -17,12 +17,13 @@ Forwarded: https://github.com/neutrinolabs/xrdp/pull/646
  Type=forking
 -PIDFile=/var/run/xrdp-sesman.pid
 +PIDFile=/run/xrdp/xrdp-sesman.pid
++RuntimeDirectory=xrdp
  EnvironmentFile=-/etc/sysconfig/xrdp
  EnvironmentFile=-/etc/default/xrdp
  ExecStart=/usr/sbin/xrdp-sesman $SESMAN_OPTIONS
 --- a/instfiles/xrdp.service
 +++ b/instfiles/xrdp.service
-@@ -1,13 +1,16 @@
+@@ -1,13 +1,17 @@
  [Unit]
  Description=xrdp daemon
 +Documentation=man:xrdp(8) man:xrdp.ini(5)
@@ -34,6 +35,7 @@ Forwarded: https://github.com/neutrinolabs/xrdp/pull/646
  Type=forking
 -PIDFile=/var/run/xrdp.pid
 +PIDFile=/run/xrdp/xrdp.pid
++RuntimeDirectory=xrdp
  EnvironmentFile=-/etc/sysconfig/xrdp
  EnvironmentFile=-/etc/default/xrdp
 +User=xrdp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/xrdp.git



More information about the pkg-remote-commits mailing list